@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/3> a crm:E22_Human-Made_Object ;
    rdfs:label "Night Watch by Rembrandt" ;
    la:equivalent <https://www.wikidata.org/entity/Q219831> .

<https://www.wikidata.org/entity/Q219831> a crm:E22_Human-Made_Object ;
    rdfs:label "Night Watch" .

