@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix nm: <http://nomisma.org/id/> .
@prefix nmo: <http://nomisma.org/ontology#> .
@prefix org: <http://www.w3.org/ns/org#> .
@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:nikokles_paphus a skos:Concept,
        foaf:Person ;
    dcterms:isPartOf nm:greek_numismatics ;
    skos:altLabel "Nicocles of Paphus"@en ;
    skos:changeNote <http://nomisma.org/id/nikokles_paphus#provenance> ;
    skos:definition "Nikokles (Greek: Νικοκλῆς; d. 306 BC) was a king of Paphos on the island of Cyprus. As king, he changed the capital of Paphos, from the old one to the new one. In 321 BC, he allied himself with Ptolemy I to fight against Perdiccas and Antigonus. He is first attested on the Alexander coinage of Paphos, c. 325-317 BC. See M. J. Price, Coinage in the Name of Alexander the Great and Philip Arrhidaeus (London/Zurich, 1994), no. 3118. There are also issues in his name on coinage  also signed by the people of Paphos."@en ;
    skos:exactMatch <http://dbpedia.org/resource/Nicocles_of_Paphos>,
        <http://www.wikidata.org/entity/Q715068>,
        <https://ikmk.smb.museum/ndp/person/7680>,
        <https://www.freebase.com/m/026b1bm> ;
    skos:inScheme nm: ;
    skos:prefLabel "Nicocles de Pafos"@ca,
        "Nikokles"@de,
        "ΝΙΚΟΚΛΕΟΥΣ"@el,
        "Nikokles of Paphos"@en,
        "Nicocles"@es,
        "Nicoclès"@fr,
        "Nicocle"@it,
        "Nicocles"@nl,
        "Nícocles"@pt,
        "Никокл"@ru,
        "Нікокл"@uk ;
    org:hasMembership <http://nomisma.org/id/nikokles_paphus#issuer> .

<http://nomisma.org/id/nikokles_paphus#issuer> a org:Membership ;
    nmo:hasEndDate "-0317"^^xsd:gYear ;
    nmo:hasStartDate "-0325"^^xsd:gYear ;
    org:organization nm:paphus ;
    org:role nm:issuer .

<http://nomisma.org/id/nikokles_paphus#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2021-09-27T09:13:53.133000-05:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/ameadows> ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2020-03-10T08:42:06.323000-05:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/egruber> ] ;
    prov:wasGeneratedBy [ a prov:Activity,
                prov:Create ;
            dcterms:type "spreadsheet" ;
            prov:atTime "2015-08-22T04:00:02+00:00"^^xsd:dateTime ;
            prov:used <https://docs.google.com/spreadsheets/d/1qEpZ4KFEHxjIUFT7sOloPuKW6ixd3cJnr0EWHwnkcX4/pubhtml> ;
            prov:wasAssociatedWith <http://nomisma.org/editor/ameadows> ] ;
    foaf:topic nm:nikokles_paphus .

