@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix nm: <http://nomisma.org/id/> .
@prefix nmo: <http://nomisma.org/ontology#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

nm:naucratis a nmo:Mint,
        skos:Concept ;
    dcterms:isPartOf nm:greek_numismatics ;
    geo:location <http://nomisma.org/id/naucratis#this> ;
    skos:altLabel "Naukratis"@en ;
    skos:broader nm:greek_egypt ;
    skos:changeNote <http://nomisma.org/id/naucratis#provenance> ;
    skos:closeMatch <http://dbpedia.org/resource/Naucratis>,
        <http://sws.geonames.org/351274/>,
        <http://vocab.getty.edu/tgn/7001241>,
        <http://www.wikidata.org/entity/Q137721>,
        <https://ikmk.smb.museum/ndp/ort/2606>,
        <https://pleiades.stoa.org/places/727169>,
        <https://www.freebase.com/m/04n23s> ;
    skos:definition "The mint at the ancient site of Naucratis in Egypt."@en ;
    skos:inScheme nm: ;
    skos:prefLabel "ناوكراتيس"@ar,
        "Навкратис"@bg,
        "Nàucratis"@ca,
        "Naukratis"@cs,
        "Naucratis"@da,
        "Naukratis"@de,
        "Ναύκρατις"@el,
        "Naucratis"@en,
        "Naucratis"@es,
        "Naukratis"@eu,
        "ناوکراتیس"@fa,
        "Naucratis"@fr,
        "נאוקרטיס"@he,
        "Naukratisz"@hu,
        "Նաուկրատիս"@hy,
        "Naucratis"@id,
        "Naucrati"@it,
        "ナウクラティス"@ja,
        "Навкратис"@kk,
        "Naucratis"@la,
        "Naukratis"@nb,
        "Naucratis"@nl,
        "Naucratis"@oc,
        "Naukratis"@pl,
        "Náucratis"@pt,
        "Навкратис"@ru,
        "Naukratis"@sh,
        "Naukratis"@sk,
        "Naukratis"@sv,
        "Навкратіс"@uk,
        "諾克拉蒂斯"@zh .

<http://nomisma.org/id/naucratis#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "spreadsheet" ;
            prov:atTime "2015-10-24T04:00:03+00:00"^^xsd:dateTime ;
            prov:used <https://docs.google.com/spreadsheets/d/1zg7HnWqYSzVk8oSLythIOvqix0CYf0Xxv6VMb4Edeho/pubhtml> ;
            prov:wasAssociatedWith <http://nomisma.org/editor/egruber> ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2019-04-09T08:05:58.212000-05:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/ameadows> ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "spreadsheet" ;
            prov:atTime "2015-08-26T04:00:03+00:00"^^xsd:dateTime ;
            prov:used <https://docs.google.com/spreadsheets/d/19N59I8u6CnwDYfSHsr10xDt50fIRp_EyqZP_BGVaH4U/pubhtml> ;
            prov:wasAssociatedWith <http://nomisma.org/editor/ameadows> ] ;
    prov:wasGeneratedBy [ a prov:Activity,
                prov:Create ;
            dcterms:description "This is among the original Nomisma XHTML+RDFa fragments, most likely created between 2010-2012 by Sebastian Heath and/or Andy Meadows."@en ;
            dcterms:type "manual" ;
            prov:atTime "2012-10-28T21:43:36+00:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/ameadows>,
                <http://nomisma.org/editor/sfsheath> ] ;
    foaf:topic nm:naucratis .

<http://nomisma.org/id/naucratis#this> a geo:SpatialThing ;
    geo:lat 30.900710 ;
    geo:long 30.591777 .

