@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:byzantine_numismatics a nmo:FieldOfNumismatics,
        skos:Concept ;
    dcterms:isPartOf nm:medieval_european_numismatics ;
    skos:changeNote <http://nomisma.org/id/byzantine_numismatics#provenance> ;
    skos:definition "The study of the coins of the Byzantine Empire from the monetary reform of Anastasius to the fall of Constantinople and Trapezond resp."@en ;
    skos:inScheme nm: ;
    skos:prefLabel "Byzantine Numismatics"@en ;
    skos:related <http://chronontology.dainst.org/period/DjB5gzkKfmAD>,
        <http://n2t.net/ark:/99152/p08m57h9nf5>,
        <http://vocab.getty.edu/aat/300020669> .

<http://nomisma.org/id/byzantine_numismatics#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2015-09-09T04:00:02+00:00"^^xsd:dateTime ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2023-06-12T10:49:38.405000+00:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/cweiss> ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2022-07-14T13:51:02.595000+00:00"^^xsd:dateTime ;
            prov:wasAssociatedWith <http://nomisma.org/editor/egruber> ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2022-07-13T15:52:57.653000+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:byzantine_numismatics .

