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

<https://linked.art/example/visual/nightwatch/40> a crm:E36_Visual_Item ;
    rdfs:label "Appearance of Night Watch" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300021147> .

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

<http://vocab.getty.edu/aat/300021147> a crm:E55_Type ;
    rdfs:label "Baroque" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300015646> .

