@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:semuncia a nmo:Denomination,
        skos:Concept ;
    dcterms:isPartOf nm:greek_numismatics ;
    skos:altLabel "1/2 uncia"@en ;
    skos:changeNote <http://nomisma.org/id/semuncia#provenance> ;
    skos:definition "An ancient denomination with the value of 1/2 uncia"@en,
        "1/2 uncia"@fr ;
    skos:exactMatch <http://dbpedia.org/resource/Semuncia>,
        nm:hemionkion,
        <http://www.wikidata.org/entity/Q663270>,
        <https://ikmk.smb.museum/ndp/nominal/1098>,
        <https://www.freebase.com/m/02zqk9> ;
    skos:inScheme nm: ;
    skos:prefLabel "Semuncia"@de,
        "Semuncia"@en,
        "Semuncia"@gl,
        "semioncia"@it,
        "Semuncia"@la,
        "Semuncija"@lt,
        "Semuncia"@nl,
        "Семунция"@ru,
        "Semuncia"@tr,
        "Семунція"@uk .

<http://nomisma.org/id/semuncia#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2015-02-19T20:38:12+00:00"^^xsd:dateTime ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2022-06-21T15:31:39.487000+00:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/egruber> ] ;
    prov:wasGeneratedBy [ a prov:Activity,
                prov:Create ;
            dcterms:description "This is among the original Nomisma XHTML+RDFa fragments, most likely created between 2010-2012 by Sebastian Heath and/or Andy Meadows."@en ;
            dcterms:type "manual" ;
            prov:atTime "2012-10-28T21:43:36+00:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/ameadows>,
                <http://nomisma.org/editor/sfsheath> ] ;
    foaf:topic nm:semuncia .

