@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/4> a crm:E21_Person ;
    rdfs:label "Rembrandt" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P106_is_composed_of [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "Rembrandt" ;
                    crm:P2_has_type <http://vocab.getty.edu/aat/300404651> ],
                [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "van Rijn" ;
                    crm:P2_has_type <http://vocab.getty.edu/aat/300404652> ],
                <https://linked.art/example/Name/Harmenzoon> ;
            crm:P190_has_symbolic_content "Rembrandt Harmenzoon van Rijn" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300404670> ] .

<http://vocab.getty.edu/aat/300404651> a crm:E55_Type ;
    rdfs:label "Given Name" .

<http://vocab.getty.edu/aat/300404652> a crm:E55_Type ;
    rdfs:label "Family Name" .

<http://vocab.getty.edu/aat/300404654> a crm:E55_Type ;
    rdfs:label "Middle Name" .

<http://vocab.getty.edu/aat/300404670> a crm:E55_Type ;
    rdfs:label "Primary Name" .

<https://linked.art/example/Name/Harmenzoon> a crm:E33_E41_Linguistic_Appellation ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300404654> .

