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

<http://vocab.getty.edu/aat/300056273> a crm:E55_Type ;
    rdfs:label "Shape" .

<http://vocab.getty.edu/aat/300263831> a crm:E55_Type ;
    rdfs:label "rectangular" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300056273> .

