@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:bottice a nmo:Region,
        skos:Concept ;
    dcterms:isPartOf nm:greek_numismatics ;
    skos:broader nm:macedon ;
    skos:changeNote <http://nomisma.org/id/bottice#provenance> ;
    skos:definition "Region of ancient Macedonia, home to the Bottiaeans. Listed by Head 1911 as a mint city."@en ;
    skos:exactMatch <http://dbpedia.org/resource/Bottike>,
        <http://www.wikidata.org/entity/Q4949018>,
        <https://pleiades.stoa.org/places/491554> ;
    skos:inScheme nm: ;
    skos:prefLabel "Bottice"@en,
        "ボッティケ"@ja .

<http://nomisma.org/id/bottice#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2019-04-09T14:38:52.523000-05:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/ameadows> ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2016-06-30T04:00:02+00: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:bottice .

