@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:as a nmo:Denomination,
        skos:Concept ;
    nmo:hasMaterial nm:ae ;
    dcterms:isPartOf nm:greek_numismatics,
        nm:roman_numismatics ;
    skos:changeNote <http://nomisma.org/id/as#provenance> ;
    skos:definition "An ancient denomination with the value of 1 as"@en,
        "1 as"@fr ;
    skos:exactMatch <http://dbpedia.org/resource/As_(Roman_coin)>,
        <http://www.wikidata.org/entity/Q376895>,
        <https://ikmk.smb.museum/ndp/nominal/666>,
        <https://www.freebase.com/m/01qktg> ;
    skos:inScheme nm: ;
    skos:prefLabel "ас"@bg,
        "As romà"@ca,
        "As"@cs,
        "As"@da,
        "As"@de,
        "Ασσάριον"@el,
        "As"@en,
        "As (moneda)"@es,
        "As (raha)"@fi,
        "As"@fr,
        "Ás"@gl,
        "אס"@he,
        "As"@hr,
        "As (rézpénz)"@hu,
        "Asse"@it,
        "アス (青銅貨)"@ja,
        "ასი"@ka,
        "Асс"@kk,
        "As"@la,
        "Asas"@lt,
        "As"@nl,
        "As (moneta)"@pl,
        "Asse"@pt,
        "As"@ro,
        "Ас"@ru,
        "As"@sh,
        "As"@sl,
        "As (mynt)"@sv,
        "As"@tl,
        "As"@tr,
        "Ас (монета)"@uk,
        "阿斯 (硬币)"@zh .

<http://nomisma.org/id/as#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "spreadsheet" ;
            prov:atTime "2015-08-19T04:00:02+00:00"^^xsd:dateTime ;
            prov:used <https://docs.google.com/spreadsheets/d/1vC7sRD5zbHcQKsCkMd3z6Zo-QH5PtX0Iq07xnKXGTGY/pubhtml> ;
            prov:wasAssociatedWith <http://nomisma.org/editor/ameadows> ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2017-04-28T19:10:55+00:00"^^xsd:dateTime ] ;
    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:as .

