@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:half-gold_gulden a nmo:Denomination,
        skos:Concept ;
    skos:changeNote <http://nomisma.org/id/half-gold_gulden#provenance> ;
    skos:definition "Denomination with the value of 1/2 gold gulden. For the regional variants in German, French, Italian and English-speaking areas, see halb-goldgulden_de, demi-florin_d_or_fr, mezzo-fiorino_d_oro_it and half-gold_gulden_en."@en ;
    skos:inScheme nm: ;
    skos:narrower nm:demi-florin_d_or_fr,
        nm:halb-goldgulden_de,
        nm:mezzo-fiorino_d_oro_it ;
    skos:prefLabel "1/2 Goldgulden"@de,
        "1/2 gold gulden"@en,
        "1/2 florin d'or"@fr,
        "1/2 fiorino d'oro"@it .

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

