@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/49> a crm:E22_Human-Made_Object ;
    rdfs:label "Night Watch by Rembrandt" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300404024> .

<http://vocab.getty.edu/aat/300404024> a crm:E55_Type ;
    rdfs:label "Collection Item" .

