@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:medal a nmo:ObjectType,
        skos:Concept ;
    dcterms:isPartOf nm:modern_european_numismatics,
        nm:united_states_numismatics ;
    skos:changeNote <http://nomisma.org/id/medal#provenance> ;
    skos:definition "Münzähnliches Objekt, in der Regel ohne definierten Geld-, Waren- oder Dienstleistungsgegenwert, das zumeist zur Erinnerung an ein bestimmtes Ereignis, einen Ort, einen Gegenstand oder eine Person ausgegeben wurde"@de,
        "A medal is a small portable artistic object, a thin disc, normally of metal, carrying a design, usually on both sides. They typically have a commemorative purpose of some kind, and many are given as awards."@en ;
    skos:exactMatch <https://ikmk.smb.museum/ndp/sachbegriff/3> ;
    skos:inScheme nm: ;
    skos:prefLabel "ميداليات"@ar,
        "Medaille"@de,
        "Medal"@en,
        "Médaille"@fr,
        "medaglia"@it .

<http://nomisma.org/id/medal#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "spreadsheet" ;
            prov:atTime "2020-07-07T14:30:11.915000-05:00"^^xsd:dateTime ;
            prov:used <https://docs.google.com/spreadsheets/d/1wB7QvwLujFTX7UpKR8mQgYtKUL9z6nRIeyK07zi-EDk/pubhtml> ;
            prov:wasAssociatedWith <http://nomisma.org/editor/david> ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2016-01-11T04:00:03+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:medal .

