@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/4> a crm:E22_Human-Made_Object ;
    rdfs:label "Night Watch by Rembrandt" ;
    crm:P67i_is_referred_to_by [ a crm:E33_Linguistic_Object ;
            crm:P190_has_symbolic_content "Oil on Canvas" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300435429> ;
            crm:P72_has_language <http://vocab.getty.edu/aat/300388277> ] .

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

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

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

