@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/11> a crm:E21_Person ;
    rdfs:label "Rembrandt" ;
    crm:P74_has_current_or_former_residence <https://linked.art/example/place/rembrandthuis> .

<https://linked.art/example/place/rembrandthuis> a crm:E53_Place ;
    rdfs:label "Rembrandt's House Place" .

