@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://linked.art/example/object/nightwatch/1> a crm:E22_Human-Made_Object ;
    rdfs:label "Night Watch by Rembrandt" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "De Nachtwacht" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300404670> ;
            crm:P72_has_language <http://vocab.getty.edu/aat/300388256> ],
        [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "The Night Watch" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300404670> ;
            crm:P72_has_language <http://vocab.getty.edu/aat/300388277> ] .

<http://vocab.getty.edu/aat/300388256> a crm:E56_Language ;
    rdfs:label "Dutch" ;
    skos:notation "nl" .

<http://vocab.getty.edu/aat/300388277> a crm:E56_Language ;
    rdfs:label "English" ;
    skos:notation "en" .

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

