@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/8> a crm:E21_Person ;
    rdfs:label "Rembrandt" ;
    crm:P67i_is_referred_to_by [ a crm:E33_Linguistic_Object ;
            crm:P190_has_symbolic_content "Rembrandt's work is characterized by the Baroque interest in dramatic scenes and strong contrasts of light on a dark stage" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300435422> ] .

<http://vocab.getty.edu/aat/300418049> a crm:E55_Type ;
    rdfs:label "Brief Text" .

<http://vocab.getty.edu/aat/300435422> a crm:E55_Type ;
    rdfs:label "Biography Statement" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .

