@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/42> a crm:E21_Person ;
    rdfs:label "Rembrandt" ;
    crm:P1_is_identified_by [ a crm:E42_Identifier ;
            crm:P190_has_symbolic_content "r0000011" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300456575> ] .

<http://vocab.getty.edu/aat/300456575> a crm:E55_Type ;
    rdfs:label "Sort Value" .

