@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:franquemont a nmo:Mint,
        skos:Concept ;
    dcterms:isPartOf nm:medieval_european_numismatics,
        nm:modern_european_numismatics,
        nm:modern_swiss_numismatics ;
    geo:location <http://nomisma.org/id/franquemont#this> ;
    skos:changeNote <http://nomisma.org/id/franquemont#provenance> ;
    skos:closeMatch <https://de.wikipedia.org/wiki/Franquemont_(Münzstätte)> ;
    skos:definition "The mint at the castle of Franquemont. The remains of the castle remain on Swiss territory, while the nearest village is Goumois, France. The mint was active under Nicolas Gilley, Baron of Franquemont, from 1553 to 1555 only."@en ;
    skos:inScheme nm: ;
    skos:prefLabel "Franquemont"@de,
        "Franquemont"@en,
        "Franquemont"@fr .

<http://nomisma.org/id/franquemont#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2020-03-06T06:20:27.785000-06:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/cweiss> ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2020-06-29T01:22:59.367000-05:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/cweiss> ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2020-03-09T05:27:58.794000-05:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/cweiss> ] ;
    prov:wasGeneratedBy [ a prov:Activity,
                prov:Create ;
            dcterms:type "spreadsheet" ;
            prov:atTime "2018-12-05T15:17:38.856000-06:00"^^xsd:dateTime ;
            prov:used <https://docs.google.com/spreadsheets/d/10GxHkUcy51yPUSxNMckwjn-mYwxY12UsTOkK7D3_v8k/pubhtml> ;
            prov:wasAssociatedWith <http://nomisma.org/editor/egruber> ] ;
    foaf:topic nm:franquemont .

<http://nomisma.org/id/franquemont#this> a geo:SpatialThing ;
    geo:lat 47.2524813 ;
    geo:long 6.9514147 .

