@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:citium a nmo:Mint,
        skos:Concept ;
    dcterms:isPartOf nm:greek_numismatics ;
    geo:location <http://nomisma.org/id/citium#this> ;
    skos:altLabel "Kition"@en ;
    skos:broader nm:cyprus ;
    skos:changeNote <http://nomisma.org/id/citium#provenance> ;
    skos:closeMatch <http://catalogue.bnf.fr/ark:/12148/cb11954948b>,
        <http://collection.britishmuseum.org/id/place/x31344>,
        <http://dbpedia.org/resource/Larnaca>,
        <http://sws.geonames.org/146400/>,
        <http://sws.geonames.org/6697795/>,
        <http://viaf.org/viaf/139087148>,
        <http://vocab.getty.edu/tgn/7016636>,
        <http://www.wikidata.org/entity/Q171882>,
        <https://ikmk.smb.museum/ndp/ort/1490>,
        <https://pleiades.stoa.org/places/707534>,
        <https://www.freebase.com/m/01q7yl> ;
    skos:definition "The mint at the ancient site of Citium on Cyprus."@en ;
    skos:inScheme nm: ;
    skos:prefLabel "لارنكا"@ar,
        "Larnaka"@az,
        "Ларнака"@bg,
        "ལར་ན་ཀ།"@bo,
        "Làrnaca"@ca,
        "Larnaka"@cs,
        "Ларнака"@cv,
        "Larnaca"@da,
        "Larnaka"@de,
        "Λάρνακα"@el,
        "Citium"@en,
        "Larnaka"@eo,
        "Lárnaca"@es,
        "Larnaca"@et,
        "Larnaka"@eu,
        "لارناکا"@fa,
        "Larnaka"@fi,
        "Larnaca"@fr,
        "לרנקה"@he,
        "Larnaka"@hr,
        "Lárnaka"@hu,
        "Լարնակա"@hy,
        "Larnaca"@id,
        "Larnaca"@it,
        "ラルナカ"@ja,
        "ლარნაკა"@ka,
        "라르나카"@ko,
        "Larnaka"@li,
        "Larnaka"@lt,
        "Larnaka"@nb,
        "Larnaca"@nl,
        "Larnaka"@nn,
        "Larnaka"@pl,
        "Larnaca"@pt,
        "Larnaca"@ro,
        "Ларнака"@ru,
        "Larnaka"@sh,
        "Larnaka"@sk,
        "Larnaca"@sq,
        "Ларнака"@sr,
        "Larnaca"@sv,
        "ลาร์นากา"@th,
        "Larnaka"@tr,
        "Ларнака"@uk,
        "لارناکا"@ur,
        "拉纳卡"@zh .

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

<http://nomisma.org/id/citium#this> a geo:SpatialThing ;
    dcterms:isPartOf <http://nomisma.org/id/cyprus#this> ;
    geo:lat 34.929597 ;
    geo:long 33.629471 .

