@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 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:greek_italy a nmo:Region,
        skos:Concept ;
    dcterms:isPartOf nm:greek_numismatics ;
    dcterms:source nm:head_1911 ;
    skos:broader nm:greek_europe ;
    skos:changeNote <http://nomisma.org/id/greek_italy#provenance> ;
    skos:definition "The region of Italy in Europe as defined in B.V. Head, Historia Numorum (2nd ed., Oxford, 1911)."@en ;
    skos:exactMatch <https://pleiades.stoa.org/places/1052> ;
    skos:inScheme nm: ;
    skos:prefLabel "Italy"@en .

<http://nomisma.org/id/greek_italy#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2019-04-09T07:46:35.883000-05:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/ameadows> ] ;
    prov:wasGeneratedBy [ a prov:Activity,
                prov:Create ;
            dcterms:type "manual" ;
            prov:atTime "2019-04-09T07:41:42.494000-05:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/ameadows> ] ;
    foaf:topic nm:greek_italy .

