@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:tenedos a nmo:Mint,
        skos:Concept ;
    dcterms:isPartOf nm:greek_numismatics ;
    geo:location <http://nomisma.org/id/tenedos#this> ;
    skos:broader nm:islands_off_troas ;
    skos:changeNote <http://nomisma.org/id/tenedos#provenance> ;
    skos:closeMatch <http://collection.britishmuseum.org/id/place/x51326>,
        <http://d-nb.info/gnd/4570263-9>,
        <http://dbpedia.org/resource/Tenedos>,
        <http://sws.geonames.org/320700/>,
        <http://viaf.org/viaf/241865350>,
        <http://vocab.getty.edu/tgn/7732984>,
        <http://www.wikidata.org/entity/Q211817>,
        <https://ikmk.smb.museum/ndp/ort/975>,
        <https://pleiades.stoa.org/places/550911> ;
    skos:definition "The mint at the ancient site of Tenedos on Tenedos, off Troas."@en ;
    skos:inScheme nm: ;
    skos:prefLabel "Тенедос"@bg,
        "Bozcaada"@ca,
        "Bozcaada"@de,
        "Τένεδος"@el,
        "Tenedos"@en,
        "Bozcaada"@eo,
        "Bozcaada"@es,
        "Bozcaada"@et,
        "تندوس"@fa,
        "Ténédos"@fr,
        "בוזג'אאדה"@he,
        "Bozcaada"@id,
        "Tenedo"@it,
        "Tenedos"@la,
        "Bozkada"@lt,
        "Bozcaada"@ms,
        "Bozcaada"@nb,
        "Tenedos"@nl,
        "Bozcaada"@nn,
        "Bozca"@pl,
        "Bozcaada"@pt,
        "Бозджаада"@ru,
        "Tenedos"@sh,
        "Bozcaada"@sv,
        "Bozcaada"@sw,
        "Bozcaada"@tr,
        "Тенедос"@uk,
        "Bozcaada"@vi,
        "博茲賈島"@zh .

<http://nomisma.org/id/tenedos#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> ] ;
    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:tenedos .

<http://nomisma.org/id/tenedos#this> a geo:SpatialThing ;
    dcterms:isPartOf <http://nomisma.org/id/islands_off_troas#this> ;
    geo:lat 39.8339 ;
    geo:long 26.069085 .

