@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:3-haller_it a nmo:Denomination,
        skos:Concept ;
    skos:broader nm:3-haller ;
    skos:changeNote <http://nomisma.org/id/3-haller_it#provenance> ;
    skos:definition "Denomination with the value of 3 haller, issued in the Italian speaking area. For the overarching concept, see 3-haller."@en ;
    skos:inScheme nm: ;
    skos:prefLabel "3 Haller"@de,
        "3 haller"@en,
        "3 haller"@fr,
        "3 haller"@it .

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

