@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

nm:barkeno a nmo:Mint,
        skos:Concept ;
    dcterms:isPartOf nm:greek_numismatics ;
    geo:location <http://nomisma.org/id/barkeno#this> ;
    skos:broader nm:hispania ;
    skos:changeNote <http://nomisma.org/id/barkeno#provenance> ;
    skos:closeMatch <http://catalogue.bnf.fr/ark:/12148/cb11933374k>,
        <http://collection.britishmuseum.org/id/place/x38631>,
        <http://d-nb.info/gnd/4004503-1>,
        <http://dbpedia.org/resource/Barcelona>,
        <http://sws.geonames.org/3128760/>,
        <http://viaf.org/viaf/124213732>,
        <http://viaf.org/viaf/251797345>,
        <http://vocab.getty.edu/tgn/7007426>,
        <http://www.wikidata.org/entity/Q1492>,
        <https://pleiades.stoa.org/places/246343>,
        <https://www.freebase.com/m/01f62> ;
    skos:definition "The mint at the ancient of ancient Barkeno in Hispania. Nb. this is the pre-Roman mint. For the mint of the Roman colonia, use Barcino."@en ;
    skos:inScheme nm: ;
    skos:prefLabel "Barkeno"@en .

<http://nomisma.org/id/barkeno#provenance> a dcterms:ProvenanceStatement ;
    prov:wasGeneratedBy [ a prov:Activity,
                prov:Create ;
            dcterms:type "manual" ;
            prov:atTime "2022-07-21T20:51:01.119000+00:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/ameadows> ] ;
    foaf:topic nm:barkeno .

<http://nomisma.org/id/barkeno#this> a geo:SpatialThing ;
    dcterms:isPartOf <http://nomisma.org/id/hispania#this> ;
    geo:lat 41.387911 ;
    geo:long 2.169911 .

