@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/concept/painting/4> a crm:E55_Type ;
    rdfs:label "Local Copy of Painting" ;
    la:member_of <https://linked.art/example/set/conceptScheme> .

<https://linked.art/example/set/conceptScheme> a la:Set ;
    rdfs:label "Local Concept Scheme" .

