@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:6-ducats a nmo:Denomination,
        skos:Concept ;
    rdfs:seeAlso <http://hls-dhs-dss.ch/de/articles/013676/2005-10-17/> ;
    skos:changeNote <http://nomisma.org/id/6-ducats#provenance> ;
    skos:definition "Denomination with the value of 6 ducats. For the regional variants in German, French and Italian-speaking areas, see 6-dukaten_de, 6-ducats_fr and 6-ducati_it."@en ;
    skos:inScheme nm: ;
    skos:narrower nm:6-ducati_it,
        nm:6-ducats_fr,
        nm:6-dukaten_de ;
    skos:prefLabel "6 Dukaten"@de,
        "6 ducats"@en,
        "6 ducats"@fr,
        "6 ducati"@it .

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

