@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/object/spring/12> a crm:E22_Human-Made_Object ;
    rdfs:label "Jeanne (Spring) by Manet" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Jeanne (Spring)" ] ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300033618> ;
    la:member_of <https://linked.art/example/set/exhset> .

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

<https://linked.art/example/set/exhset> a la:Set .

