@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/vitellius#birth> a bio:Birth ;
    dcterms:date "0015-09-24"^^xsd:date .

<http://nomisma.org/id/vitellius#death> a bio:Death ;
    dcterms:date "0069-12-22"^^xsd:date .

<http://nomisma.org/id/vitellius#membership_8432c810699507aaf21ffc3bf87fd389> a org:Membership ;
    nmo:hasEndDate "0069"^^xsd:gYear ;
    nmo:hasStartDate "0069"^^xsd:gYear ;
    org:organization nm:roman_empire ;
    org:role nm:roman_emperor ;
    foaf:topic nm:vitellius .

<http://nomisma.org/id/vitellius#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:vitellius .

nm:vitellius a skos:Concept,
        foaf:Person ;
    dcterms:isPartOf nm:roman_numismatics,
        nm:roman_provincial_numismatics ;
    bio:birth <http://nomisma.org/id/vitellius#birth> ;
    bio:death <http://nomisma.org/id/vitellius#death> ;
    skos:changeNote <http://nomisma.org/id/vitellius#provenance> ;
    skos:definition "Vitellius (Latin: Aulus Vitellius Germanicus Augustus; 24 September AD 15 – 22 December AD 69) was Roman Emperor for eight months, from 16 April to 22 December AD 69. Vitellius was proclaimed emperor following the quick succession of the previous emperors Galba and Otho, in a year of civil war known as the Year of the Four Emperors."@en ;
    skos:exactMatch <http://dbpedia.org/resource/Vitellius>,
        <http://viaf.org/viaf/16012563>,
        <https://ikmk.smb.museum/ndp/person/1490> ;
    skos:inScheme nm: ;
    skos:prefLabel "Вителий"@bg,
        "Vitellius"@da,
        "Vitellius"@de,
        "Βιτέλλιος"@el,
        "Vitellius"@en,
        "Vitellius"@fr,
        "Vitellio"@it,
        "Vitellius"@nl,
        "Vitellius"@ro,
        "Вителлий"@ru,
        "Vitellius"@tr ;
    org:hasMembership <http://nomisma.org/id/vitellius#membership_8432c810699507aaf21ffc3bf87fd389> .

