@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/otho#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:otho .

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

nm:otho a skos:Concept,
        foaf:Person ;
    dcterms:isPartOf nm:roman_numismatics,
        nm:roman_provincial_numismatics ;
    skos:changeNote <http://nomisma.org/id/otho#provenance> ;
    skos:definition "Otho was Roman Emperor for three months, from 15 January to 16 April 69. He was the second emperor of the Year of the Four Emperors."@en ;
    skos:exactMatch <http://dbpedia.org/resource/Otho>,
        <http://viaf.org/viaf/84036319>,
        <https://ikmk.smb.museum/ndp/person/1241> ;
    skos:inScheme nm: ;
    skos:prefLabel "Ото"@bg,
        "Otho"@da,
        "Otho"@de,
        "Όθων"@el,
        "Otho"@en,
        "Othon"@fr,
        "Otone"@it,
        "Otho"@nl,
        "Otho"@ro,
        "Отон"@ru,
        "Otho"@tr ;
    org:hasMembership <http://nomisma.org/id/otho#membership_8432c810699507aaf21ffc3bf87fd389> .

