@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix la: <https://linked.art/ns/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://linked.art/example/object/nightwatch/52> a crm:E22_Human-Made_Object ;
    rdfs:label "Night Watch by Rembrandt" ;
    crm:P2_has_type <https://linked.art/example/concept/painting> .

<http://vocab.getty.edu/aat/300033618> a crm:E55_Type ;
    rdfs:label "painting (visual art)" .

<https://linked.art/example/concept/painting> a crm:E55_Type ;
    rdfs:label "Local Copy of Painting" ;
    la:equivalent <http://vocab.getty.edu/aat/300033618> .

