@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:phanes a skos:Concept,
        foaf:Person ;
    dcterms:isPartOf nm:greek_numismatics ;
    skos:changeNote <http://nomisma.org/id/phanes#provenance> ;
    skos:definition "The name of Phanes is attested on a series of early electrum coins minted in Asia Minor in the 7th century BC. This group of coins has a Greek legend reading \"Phaneōs eimi sēma\" (Φάνεως ειμί σήμα) which can be translated as \"I am the badge of Phanes\"."@en ;
    skos:exactMatch <http://dbpedia.org/resource/Phanes_(coin_issuer)>,
        <http://www.wikidata.org/entity/Q7180458> ;
    skos:inScheme nm: ;
    skos:prefLabel "Φάνης"@el,
        "Phanes"@en ;
    org:hasMembership <http://nomisma.org/id/phanes#membership_58f211ba1a30e0627c869a2e3b160574> .

<http://nomisma.org/id/phanes#membership_58f211ba1a30e0627c869a2e3b160574> a org:Membership ;
    nmo:hasEndDate "-0600"^^xsd:gYear ;
    nmo:hasStartDate "-0625"^^xsd:gYear ;
    org:organization nm:ephesus_city ;
    org:role nm:authority .

<http://nomisma.org/id/phanes#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2015-02-19T20:38:12+00:00"^^xsd:dateTime ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2020-03-10T13:53:45.050000-05:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/egruber> ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2021-07-13T08:18:12.487000-05:00"^^xsd:dateTime ;
            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:phanes .

