@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/2> a la:Set ;
    rdfs:label "Exhibition objects" ;
    la:members_exemplified_by [ a crm:E22_Human-Made_Object ;
            crm:P108i_was_produced_by [ a crm:E12_Production ;
                    crm:P14_carried_out_by <http://vocab.getty.edu/ulan/500010363> ] ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300033618> ] .

<http://vocab.getty.edu/aat/300033618> a crm:E55_Type ;
    rdfs:label "Painting" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300435443> .

<http://vocab.getty.edu/aat/300435443> a crm:E55_Type ;
    rdfs:label "Type of Work" .

<http://vocab.getty.edu/ulan/500010363> a crm:E21_Person ;
    rdfs:label "Manet" .

