@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://linked.art/example/person/rembrandt/2> a crm:E21_Person ;
    rdfs:label "Rembrandt" ;
    crm:P107i_is_current_or_former_member_of <https://linked.art/example/group/stluke> .

<https://linked.art/example/group/stluke> a crm:E74_Group ;
    rdfs:label "Guild of St Luke" .

