@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/spring/31> a crm:E22_Human-Made_Object ;
    rdfs:label "Jeanne (Spring) by Manet" ;
    crm:P2_has_type <https://linked.art/vocab/terms/painting> .

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

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

