@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/set/exhset/1> a la:Set ;
    rdfs:label "Exhibition objects" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Objects in Manet and Modern Beauty" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300404670> ] ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300378926> ;
    crm:P67i_is_referred_to_by [ a crm:E33_Linguistic_Object ;
            crm:P190_has_symbolic_content "Objects in the exhibition Manet and Modern Beauty at the Art Institute of Chicago and the Getty Museum" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300435416> ] ;
    crm:P94i_was_created_by [ a crm:E65_Creation ;
            crm:P4_has_time-span [ a crm:E52_Time-Span ;
                    crm:P82a_begin_of_the_begin "2019-05-01T00:00:00Z" ;
                    crm:P82b_end_of_the_end "2019-05-01T23:59:59Z" ] ] .

<http://vocab.getty.edu/aat/300378926> a crm:E55_Type ;
    rdfs:label "Exhibition Collection" .

<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> .

