@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/person/rembrandt/6> a crm:E21_Person ;
    rdfs:label "Rembrandt" ;
    la:equivalent <http://vocab.getty.edu/ulan/500011051> .

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

