@prefix bio: <http://purl.org/vocab/bio/0.1/> .
@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 org: <http://www.w3.org/ns/org#> .
@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#> .

<http://nomisma.org/id/domitian#birth> a bio:Birth ;
    dcterms:date "0051-10-24"^^xsd:date .

<http://nomisma.org/id/domitian#death> a bio:Death ;
    dcterms:date "0096-09-18"^^xsd:date .

<http://nomisma.org/id/domitian#membership_ad4b02c4a131f3d6a58de14accd820ed> a org:Membership ;
    nmo:hasEndDate "0096"^^xsd:gYear ;
    nmo:hasStartDate "0081"^^xsd:gYear ;
    org:organization nm:roman_empire ;
    org:role nm:roman_emperor ;
    foaf:topic nm:domitian .

<http://nomisma.org/id/domitian#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2017-04-28T19:10:55+00:00"^^xsd:dateTime ],
        [ a prov:Activity,
                prov:Modify ;
            dcterms:type "spreadsheet" ;
            prov:atTime "2024-04-19T18:12:48.400000+00:00"^^xsd:dateTime ;
            prov:used <https://docs.google.com/spreadsheets/d/1FR4b2FwhLr70McADQw76B3vCj7lMOoQISBJsgpDTTRU/pubhtml> ;
            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:domitian .

nm:domitian a skos:Concept,
        foaf:Person ;
    dcterms:isPartOf nm:roman_numismatics ;
    bio:birth <http://nomisma.org/id/domitian#birth> ;
    bio:death <http://nomisma.org/id/domitian#death> ;
    skos:changeNote <http://nomisma.org/id/domitian#provenance> ;
    skos:definition "Domitian was the Emperor of Rome from 81 to 96. He was the younger brother of Titus and son of Vespasian, his two predecessors on the throne, and the last member of the Flavian dynasty."@en ;
    skos:exactMatch <http://dbpedia.org/resource/Domitian>,
        <http://viaf.org/viaf/96284078>,
        <https://ikmk.smb.museum/ndp/person/525> ;
    skos:inScheme nm: ;
    skos:prefLabel "Домициан"@bg,
        "Domicià"@ca,
        "Domitianus"@cs,
        "Domitian"@de,
        "Δομιτιανός"@el,
        "Domitian"@en,
        "Domitien"@fr,
        "Domiziano"@it,
        "Domitianus"@nl,
        "Domiţian"@ro,
        "Домициан"@ru,
        "Доміціан"@uk,
        "Domitianus (Hoàng đế)"@vi,
        "图密善"@zh ;
    org:hasMembership <http://nomisma.org/id/domitian#membership_ad4b02c4a131f3d6a58de14accd820ed> ;
    org:memberOf nm:flavian_dynasty .

