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

<http://nomisma.org/id/commodus#death> a bio:Death ;
    dcterms:date "0192-12-31"^^xsd:date .

<http://nomisma.org/id/commodus#membership_e3e613e50fb2d072eb579be4a02e987a> a org:Membership ;
    nmo:hasEndDate "0192"^^xsd:gYear ;
    nmo:hasStartDate "0177"^^xsd:gYear ;
    org:organization nm:roman_empire ;
    org:role nm:roman_emperor ;
    foaf:topic nm:commodus .

<http://nomisma.org/id/commodus#provenance> a dcterms:ProvenanceStatement ;
    prov:activity [ a prov:Activity,
                prov:Modify ;
            dcterms:type "manual" ;
            prov:atTime "2017-01-27T20:18:19+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:commodus .

nm:commodus a skos:Concept,
        foaf:Person ;
    dcterms:isPartOf nm:roman_numismatics ;
    bio:birth <http://nomisma.org/id/commodus#birth> ;
    bio:death <http://nomisma.org/id/commodus#death> ;
    skos:changeNote <http://nomisma.org/id/commodus#provenance> ;
    skos:definition "Roman emperor from 31 August 177 – 31 December 192."@en ;
    skos:exactMatch <http://catalogue.bnf.fr/ark:/12148/cb14455354d>,
        <http://d-nb.info/gnd/118521713>,
        <http://dbpedia.org/resource/Commodus>,
        <http://isni.org/0000000061274479>,
        <http://viaf.org/viaf/23502412>,
        <http://vocab.getty.edu/ulan/500355670>,
        <http://www.eagle-network.eu/voc/dates/lod/128>,
        <http://www.idref.fr/061621293>,
        <http://www.wikidata.org/entity/Q1434>,
        <https://ikmk.smb.museum/ndp/person/479>,
        <https://www.freebase.com/m/0c2hp> ;
    skos:inScheme nm: ;
    skos:prefLabel "Commodus"@af,
        "Comodo"@an,
        "كومودوس"@ar,
        "Kommod"@az,
        "Комад"@be,
        "Комод"@bg,
        "Komod"@bs,
        "Còmmode"@ca,
        "Commodus"@cs,
        "Commodus"@cy,
        "Commodus"@da,
        "Commodus"@de,
        "Κόμμοδος"@el,
        "Commodus"@en,
        "Komodo"@eo,
        "Cómodo"@es,
        "Commodus"@et,
        "Komodo"@eu,
        "کومودوس"@fa,
        "Commodus"@fi,
        "Commode (empereur)"@fr,
        "Kommodus"@fy,
        "Cómodo"@gl,
        "קומודוס"@he,
        "Komod"@hr,
        "Commodus római császár"@hu,
        "Կոմմոդոս"@hy,
        "Commodus"@id,
        "Commodus"@is,
        "Commodo"@it,
        "コンモドゥス"@ja,
        "კომოდუსი"@ka,
        "Commodus"@kg,
        "콤모두스"@ko,
        "Commodus"@la,
        "Komodas"@lt,
        "Komods"@lv,
        "Комод"@mk,
        "कोमॉडस"@mr,
        "Commodus"@nb,
        "Commodus"@nl,
        "Commodus"@no,
        "Commòde"@oc,
        "Kommodus"@pl,
        "Cómodo"@pt,
        "Commodus"@ro,
        "Коммод"@ru,
        "Komod"@sh,
        "Commodus"@sk,
        "Komod"@sl,
        "Комод"@sr,
        "Commodus"@sv,
        "Commodus"@sw,
        "คอมโมดัส"@th,
        "Commodus"@tl,
        "Commodus"@tr,
        "Коммод"@uk,
        "Commodus"@vi,
        "Commodus"@yo,
        "康茂德"@zh ;
    org:hasMembership <http://nomisma.org/id/commodus#membership_e3e613e50fb2d072eb579be4a02e987a> ;
    org:memberOf nm:nerva-antonine_dynasty .

