@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:siceliotae a skos:Concept,
        foaf:Organization ;
    dcterms:isPartOf nm:greek_numismatics ;
    skos:changeNote <http://nomisma.org/id/siceliotae#provenance> ;
    skos:definition "The group of Siceliotes who apparently sided with Carthage against Rome during the Second Punic War and struck coins, perhaps at Morgantina."@en ;
    skos:inScheme nm: ;
    skos:prefLabel "Siceliotae"@en ;
    org:hasMembership <http://nomisma.org/id/siceliotae#membership_70b19c8d1c4f656155c24b46b2468455> .

<http://nomisma.org/id/siceliotae#membership_70b19c8d1c4f656155c24b46b2468455> a org:Membership ;
    nmo:hasEndDate "-0213"^^xsd:gYear ;
    nmo:hasStartDate "-0214"^^xsd:gYear ;
    org:role nm:authority .

<http://nomisma.org/id/siceliotae#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 "2021-08-11T02:39:15.305000-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:siceliotae .

