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

<https://linked.art/example/event/exhab/1> a crm:E7_Activity ;
    rdfs:label "Manet and Modern Beauty" ;
    crm:P15_was_influenced_by <https://linked.art/example/concept/exhidea> ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Manet and Modern Beauty" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300404670> ] ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300054773> ;
    crm:P4_has_time-span [ a crm:E52_Time-Span ;
            crm:P82a_begin_of_the_begin "2019-05-26T00:00:00Z" ;
            crm:P82b_end_of_the_end "2020-01-12T23:59:59Z" ] .

<http://vocab.getty.edu/aat/300054773> a crm:E55_Type ;
    rdfs:label "Exhibiting in multiple locations" .

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

<https://linked.art/example/concept/exhidea> a crm:E89_Propositional_Object ;
    rdfs:label "Idea for Manet and Modern Beauty" .

