@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:thebes a nmo:Mint,
        skos:Concept ;
    dcterms:isPartOf nm:greek_numismatics,
        nm:roman_provincial_numismatics ;
    geo:location <http://nomisma.org/id/thebes#this> ;
    skos:altLabel "Thebai"@en ;
    skos:broader nm:boeotia ;
    skos:changeNote <http://nomisma.org/id/thebes#provenance> ;
    skos:closeMatch <http://catalogue.bnf.fr/ark:/12148/cb13553870k>,
        <http://collection.britishmuseum.org/id/place/x32444>,
        <http://d-nb.info/gnd/4078237-2>,
        <http://dbpedia.org/resource/Thebes,_Greece>,
        <http://sws.geonames.org/252910/>,
        <http://viaf.org/viaf/167954647>,
        <http://vocab.getty.edu/tgn/7029383>,
        <http://www.wikidata.org/entity/Q5760>,
        <https://ikmk.smb.museum/ndp/ort/525>,
        <https://pleiades.stoa.org/places/541138>,
        <https://www.freebase.com/m/0hfv0> ;
    skos:definition "The mint at the ancient site of Thebes in Boeotia."@en ;
    skos:inScheme nm: ;
    skos:prefLabel "Thebe, Griekeland"@af,
        "ثيفا"@ar,
        "Горад Фівы, Грэцыя"@be,
        "Тива"@bg,
        "Thebai"@br,
        "Teba"@bs,
        "Tebes"@ca,
        "Théby"@cs,
        "Thebai"@cy,
        "Theben"@da,
        "Thiva"@de,
        "Θήβα"@el,
        "Thebes"@en,
        "Tebo"@eo,
        "Tebas"@es,
        "Teeba"@et,
        "Tebas"@eu,
        "تبس"@fa,
        "Theba"@fi,
        "Thèbes"@fr,
        "An Téibh"@ga,
        "Tebas, Grecia"@gl,
        "תבאי"@he,
        "Antička Teba (Grčka)"@hr,
        "Thébai"@hu,
        "Թեբե"@hy,
        "Thiva"@id,
        "Tebe"@it,
        "ティーヴァ"@ja,
        "თებე"@ka,
        "Фивы (Греция)"@kk,
        "테베"@ko,
        "Thebae"@la,
        "Tėbai"@lt,
        "Tēbas"@lv,
        "थेबेस (प्राचीन ग्रीक शहर)"@mr,
        "သီးဗီးမြို့"@my,
        "Theben"@nb,
        "Thebe"@nl,
        "Thíva"@nn,
        "Tebas (Grècia)"@oc,
        "Teby"@pl,
        "Tebas"@pt,
        "Teba"@ro,
        "Фивы"@ru,
        "Teba"@sh,
        "Téby"@sk,
        "Теба"@sr,
        "Thebe"@sv,
        "Thebai, Yunanistan"@tr,
        "Фіви"@uk,
        "底比斯"@zh .

<http://nomisma.org/id/thebes#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ 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> ],
        [ 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 "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> ] ;
    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:thebes .

<http://nomisma.org/id/thebes#this> a geo:SpatialThing ;
    dcterms:isPartOf <http://nomisma.org/id/boeotia#this> ;
    geo:lat 38.319236 ;
    geo:long 23.317355 .

