@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix la: <https://linked.art/ns/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://linked.art/example/activity/exha/1> a crm:E7_Activity ;
    rdfs:label "Manet and Modern Beauty (Getty)" ;
    crm:P14_carried_out_by <http://vocab.getty.edu/ulan/500115988> ;
    crm:P15_was_influenced_by <https://linked.art/example/concept/exhidea> ;
    crm:P16_used_specific_object <https://linked.art/example/set/exhset> ;
    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/300054766> ;
    crm:P4_has_time-span [ a crm:E52_Time-Span ;
            crm:P82a_begin_of_the_begin "2019-10-08T00:00:00Z" ;
            crm:P82b_end_of_the_end "2020-01-12T23:59:59Z" ] ;
    crm:P67i_is_referred_to_by [ a crm:E33_Linguistic_Object ;
            crm:P190_has_symbolic_content "The great painter of modern Paris Edouard Manet famously shocked contemporary audiences with his provocative pictures. The first exhibition ever to explore the last years of his short life, Manet and Modern Beauty highlights a less familiar and more intimate side of this celebrated artist's work." ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300435416> ] ;
    crm:P7_took_place_at <http://vocab.getty.edu/tgn/7023900> .

<http://vocab.getty.edu/aat/300008389> a crm:E55_Type ;
    rdfs:label "City" .

<http://vocab.getty.edu/aat/300054766> a crm:E55_Type ;
    rdfs:label "Exhibiting" .

<http://vocab.getty.edu/aat/300312281> a crm:E55_Type ;
    rdfs:label "Museum" .

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

<http://vocab.getty.edu/aat/300418049> a crm:E55_Type ;
    rdfs:label "Brief Text" .

<http://vocab.getty.edu/aat/300435416> a crm:E55_Type ;
    rdfs:label "Description" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .

<http://vocab.getty.edu/tgn/7023900> a crm:E53_Place ;
    rdfs:label "Los Angeles" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300008389> .

<http://vocab.getty.edu/ulan/500115988> a crm:E74_Group ;
    rdfs:label "Getty Museum" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300312281> .

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

<https://linked.art/example/set/exhset> a la:Set ;
    rdfs:label "Exhibition objects" .

