@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:miletus a nmo:Mint,
        skos:Concept ;
    dcterms:isPartOf nm:greek_numismatics,
        nm:roman_provincial_numismatics ;
    geo:location <http://nomisma.org/id/miletus#this> ;
    skos:altLabel "Miletos"@en ;
    skos:broader nm:ionia ;
    skos:changeNote <http://nomisma.org/id/miletus#provenance> ;
    skos:closeMatch <http://collection.britishmuseum.org/id/place/x26652>,
        <http://d-nb.info/gnd/4039299-5>,
        <http://dbpedia.org/resource/Miletus>,
        <http://sws.geonames.org/10182607/>,
        <http://sws.geonames.org/322215/>,
        <http://viaf.org/viaf/238987137>,
        <http://vocab.getty.edu/tgn/7002386>,
        <http://www.wikidata.org/entity/Q169460>,
        <https://ikmk.smb.museum/ndp/ort/936>,
        <https://pleiades.stoa.org/places/599799>,
        <https://www.freebase.com/m/0jb__> ;
    skos:definition "The mint at the ancient site of Miletus in Ionia."@en ;
    skos:inScheme nm: ;
    skos:prefLabel "ميليتوس"@ar,
        "Мілет"@be,
        "Милет"@bg,
        "মিলেটাস"@bn,
        "Miletos"@br,
        "Milet"@ca,
        "Milét"@cs,
        "Milet"@da,
        "Milet"@de,
        "Μίλητος"@el,
        "Miletus"@en,
        "Mileto"@eo,
        "Mileto"@es,
        "Mileto"@eu,
        "ملط"@fa,
        "Miletos"@fi,
        "Milet"@fr,
        "Miléatas"@ga,
        "Mileto"@gl,
        "מילטוס"@he,
        "Milet"@hr,
        "Milétosz"@hu,
        "Միլետ"@hy,
        "Miletos"@id,
        "Miletus"@io,
        "Míletos"@is,
        "Mileto"@it,
        "ミレトス"@ja,
        "მილეტი"@ka,
        "밀레토스"@ko,
        "Miletus"@la,
        "Miletas"@lt,
        "Milēta"@lv,
        "Милет"@mk,
        "Milet"@nb,
        "Milete"@nl,
        "Milet"@oc,
        "ਮਾਇਲੇੱਟਸ"@pa,
        "Milet"@pl,
        "Mileto"@pt,
        "Milet"@ro,
        "Милет"@ru,
        "Milet"@sh,
        "Milét"@sk,
        "Milet"@sl,
        "Милет"@sr,
        "Miletos"@sv,
        "Milet"@tr,
        "Мілет"@uk,
        "Miletus"@vi,
        "米利都"@zh .

<http://nomisma.org/id/miletus#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 "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> ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "spreadsheet" ;
            prov:atTime "2019-05-03T08:16:26.529000-05:00"^^xsd:dateTime ;
            prov:used <https://docs.google.com/spreadsheets/d/1IGGOPjahp8nM0D5xUHyjJ9joFk3DGrW2yLmf2A3hlVc/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:miletus .

<http://nomisma.org/id/miletus#this> a geo:SpatialThing ;
    dcterms:isPartOf <http://nomisma.org/id/ionia#this> ;
    geo:lat 37.530233 ;
    geo:long 27.278369 .

