@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/vespasian#birth> a bio:Birth ;
    dcterms:date "0009-11-17"^^xsd:date .

<http://nomisma.org/id/vespasian#death> a bio:Death ;
    dcterms:date "0079-06-23"^^xsd:date .

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

<http://nomisma.org/id/vespasian#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ 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> ],
        [ 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:vespasian .

nm:vespasian a skos:Concept,
        foaf:Person ;
    dcterms:isPartOf nm:roman_numismatics,
        nm:roman_provincial_numismatics ;
    bio:birth <http://nomisma.org/id/vespasian#birth> ;
    bio:death <http://nomisma.org/id/vespasian#death> ;
    skos:changeNote <http://nomisma.org/id/vespasian#provenance> ;
    skos:definition "Vespasian (Latin: Titus Flāvius Caesar Vespasiānus Augustus; 17 November AD 9 – 23 June AD 79) was Roman emperor from AD 69 to AD 79. Vespasian founded the Flavian dynasty that ruled the Empire for twenty-seven years."@en ;
    skos:exactMatch <http://collection.britishmuseum.org/id/person-institution/140747>,
        <http://dbpedia.org/resource/Vespasian>,
        <http://viaf.org/viaf/96539514>,
        <http://vocab.getty.edu/ulan/500115697>,
        <https://ikmk.smb.museum/ndp/person/1481> ;
    skos:inScheme nm: ;
    skos:prefLabel "Веспасиан"@bg,
        "Vespasià"@ca,
        "Vespasianus"@cs,
        "Vespasian"@da,
        "Vespasian"@de,
        "Βεσπασιανός"@el,
        "Vespasian"@en,
        "Vespasien"@fr,
        "Vespasiano"@it,
        "Vespasianus"@nl,
        "Vespasian"@ro,
        "Веспасиан"@ru,
        "Vespasianus"@tr,
        "Веспасіан"@uk,
        "Vespasianus"@vi,
        "韦斯巴芗"@zh ;
    org:hasMembership <http://nomisma.org/id/vespasian#membership_f337055f9b9f4de86ce1b5035890599d> ;
    org:memberOf nm:flavian_dynasty .

