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

nm:haelbling_de a nmo:Denomination,
        skos:Concept ;
    dcterms:isPartOf nm:medieval_european_numismatics,
        nm:medieval_german_numismatics,
        nm:medieval_swiss_numismatics ;
    skos:changeNote <http://nomisma.org/id/haelbling_de#provenance> ;
    skos:definition "The denomination called hälbling (German for half unit), issued in the German speaking area (South-Germany and Switzerland), usually used for half units to medieval pennies, especially during the 14th century."@en ;
    skos:inScheme nm: ;
    skos:prefLabel "Hälbling"@de,
        "hälbling"@en,
        "hälbling"@es,
        "hälbling"@fr,
        "hälbling"@it ;
    skos:related <http://ikmk.smb.museum/ndp/denomination/1308>,
        <http://ikmk.smb.museum/ndp/denomination/700> .

<http://nomisma.org/id/haelbling_de#provenance> a dcterms:ProvenanceStatement ;
    prov:wasGeneratedBy [ a prov:Activity,
                prov:Create ;
            dcterms:type "manual" ;
            prov:atTime "2025-12-20T17:25:46.338000+00:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/cweiss> ] ;
    foaf:topic nm:haelbling_de .

