@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:baech a nmo:Mint,
        skos:Concept ;
    nmo:hasEndDate "1730"^^xsd:gYear ;
    nmo:hasStartDate "1730"^^xsd:gYear ;
    dcterms:isPartOf nm:modern_european_numismatics,
        nm:modern_swiss_numismatics ;
    geo:location <http://nomisma.org/id/baech#this> ;
    skos:changeNote <http://nomisma.org/id/baech#provenance> ;
    skos:closeMatch <http://www.wikidata.org/entity/Q485369> ;
    skos:definition "The mint in Bäch, today part of Freienbach, canton of Schwyz, Switzerland. It was built by Lorenz Brentano, mintmaster of Schwyz, where coins of the canton of Schwyz were issued during the year 1730. The mint was closed after less than a year, because Zurich and Lucerne intervened and decried the new coins within their territories."@en ;
    skos:inScheme nm: ;
    skos:prefLabel "Bäch"@de,
        "Bäch"@en,
        "Bäch"@fr,
        "Bäch"@it .

<http://nomisma.org/id/baech#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2020-11-13T10:37:44.361000-06:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/cweiss> ] ;
    prov:wasGeneratedBy [ a prov:Activity,
                prov:Create ;
            dcterms:type "manual" ;
            prov:atTime "2020-11-13T09:55:43.630000-06:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/cweiss> ] ;
    foaf:topic nm:baech .

<http://nomisma.org/id/baech#this> a geo:SpatialThing ;
    geo:lat 47.20096 ;
    geo:long 8.72415 .

