@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sci: <http://www.ics.forth.gr/isl/CRMsci/> .

<https://linked.art/example/object/pompeii-buildings/1> a crm:E22_Human-Made_Object ;
    rdfs:label "Buildings making up the city of Pompeii" ;
    crm:P13i_was_destroyed_by [ a crm:E6_Destruction ;
            sci:O13i_is_triggered_by <https://linked.art/example/event/vesuvius> ] ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "City of Pompeii" ;
            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 .

