@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://linked.art/example/object/pompeii_statue/1> a crm:E22_Human-Made_Object ;
    rdfs:label "Statue in Pompeii" ;
    crm:P108i_was_produced_by [ a crm:E12_Production ;
            crm:P183_ends_before_the_start_of <https://linked.art/example/event/vesuvius> ] ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Pompeii Statue" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300404670> ] .

<http://vocab.getty.edu/aat/300404670> a crm:E55_Type ;
    rdfs:label "Primary Name" .

<https://linked.art/example/event/vesuvius> a crm:E5_Event ;
    rdfs:label "Eruption of Vesuvius" .

