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

<https://linked.art/example/object/nightwatch/44> 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> ] .

<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> .

