@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

nm:5-rappen_ch a nmo:Denomination,
        skos:Concept ;
    rdfs:seeAlso <http://hls-dhs-dss.ch/de/articles/013688/2011-12-16/> ;
    skos:changeNote <http://nomisma.org/id/5-rappen_ch#provenance> ;
    skos:definition "Denomination with the value of 5 rappen, as issued in modern Switzerland. For close matches in German, French and Italian-speaking areas, see 5-rappen, 5-centimes and 5-centesimi."@en ;
    skos:inScheme nm: ;
    skos:narrower nm:5-centesimi,
        nm:5-centimes,
        nm:5-rappen ;
    skos:prefLabel "5 Rappen"@de,
        "5 rappen"@en,
        "5 centimes"@fr,
        "5 centesimi"@it .

<http://nomisma.org/id/5-rappen_ch#provenance> a dcterms:ProvenanceStatement ;
    prov:wasGeneratedBy [ a prov:Activity,
                prov:Create ;
            dcterms:type "spreadsheet" ;
            prov:atTime "2023-11-21T14:35:37.663000+00:00"^^xsd:dateTime ;
            prov:used <https://docs.google.com/spreadsheets/d/1IBkZl7eagrVL_vC5WnqySHzxzHsUr-mLDE6G8B0v2hc/pubhtml> ;
            prov:wasAssociatedWith <http://nomisma.org/editor/cweiss> ] ;
    foaf:topic nm:5-rappen_ch .

