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

<https://linked.art/example/text/koot_nightwatch/1> a crm:E33_Linguistic_Object ;
    rdfs:label "Content of Koot's Night Watch" ;
    crm:P106i_forms_part_of <https://linked.art/example/concept/koot_idea> ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Rembrant's Night Watch. A Fascinating Story" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300404670> ] .

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

<https://linked.art/example/concept/koot_idea> a crm:E89_Propositional_Object ;
    rdfs:label "Koot's Conceptualization" .

