@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 un: <http://www.owl-ontologies.com/Ontology1181490123.owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

nm:hyria_campania a nmo:Mint,
        skos:Concept ;
    dcterms:isPartOf nm:greek_numismatics ;
    geo:location <http://nomisma.org/id/hyria_campania#this> ;
    skos:broader nm:campania ;
    skos:changeNote <http://nomisma.org/id/hyria_campania#provenance> ;
    skos:closeMatch <http://sws.geonames.org/3178726/>,
        <https://pleiades.stoa.org/places/438737> ;
    skos:definition "Stub for the approximate location of Hyria in Campania."@en ;
    skos:inScheme nm: ;
    skos:prefLabel "Hyria Campania (Hyrietes, Hyrianoi)"@en .

<http://nomisma.org/id/hyria_campania#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ 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> ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2017-11-02T04:00:01-05:00"^^xsd:dateTime ] ;
    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:hyria_campania .

<http://nomisma.org/id/hyria_campania#this> a geo:SpatialThing ;
    dcterms:isPartOf <http://nomisma.org/id/campania#this> ;
    un:hasUncertainty nm:uncertain_value ;
    geo:lat 40.973 ;
    geo:long 14.518 .

