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

<http://nomisma.org/id/nerva#death> a bio:Death ;
    dcterms:date "0098-01-27"^^xsd:date .

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

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

nm:nerva a skos:Concept,
        foaf:Person ;
    dcterms:isPartOf nm:roman_numismatics ;
    bio:birth <http://nomisma.org/id/nerva#birth> ;
    bio:death <http://nomisma.org/id/nerva#death> ;
    skos:altLabel "Нерва"@bg ;
    skos:changeNote <http://nomisma.org/id/nerva#provenance> ;
    skos:definition "Nerva was Roman Emperor from 96 to 98. Nerva became Emperor at the age of sixty-five, after a lifetime of imperial service under Nero and the rulers of the Flavian dynasty."@en ;
    skos:exactMatch <http://dbpedia.org/resource/Nerva>,
        <http://viaf.org/viaf/69725573>,
        <https://ikmk.smb.museum/ndp/person/1218> ;
    skos:inScheme nm: ;
    skos:prefLabel "Nerva"@da,
        "Nerva"@de,
        "Νέρβας"@el,
        "Nerva"@en,
        "Nerva"@fr,
        "Nerva"@it,
        "Nerva"@nl,
        "Nerva"@ro,
        "Нерва"@ru,
        "Nerva"@tr ;
    org:hasMembership <http://nomisma.org/id/nerva#membership_e4aaeae551e288bae86b0f8a77e5af7f> ;
    org:memberOf nm:nerva-antonine_dynasty .

