@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/3> a crm:E33_Linguistic_Object ;
    rdfs:label "Content of Koot's Night Watch" ;
    crm:P129_is_about <https://linked.art/example/object/nightwatch> ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300060417> .

<http://vocab.getty.edu/aat/300060417> a crm:E55_Type ;
    rdfs:label "Monograph" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300435443> .

<http://vocab.getty.edu/aat/300435443> a crm:E55_Type ;
    rdfs:label "Type of Work" .

<https://linked.art/example/object/nightwatch> a crm:E22_Human-Made_Object ;
    rdfs:label "The Night Watch" .

