@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:7-haller a nmo:Denomination,
        skos:Concept ;
    rdfs:seeAlso <http://hls-dhs-dss.ch/de/articles/013682/2015-05-28/> ;
    skos:changeNote <http://nomisma.org/id/7-haller#provenance> ;
    skos:definition "Denomination with the value of 7 heller. For the regional variants in German- and French-speaking areas, see 7-haller_de and 7-maille_fr."@en ;
    skos:inScheme nm: ;
    skos:narrower nm:7-haller_de,
        nm:7-maille_fr ;
    skos:prefLabel "7 Haller"@de,
        "7 heller"@en,
        "7 mailles"@fr,
        "7 haller"@it .

<http://nomisma.org/id/7-haller#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:7-haller .

