@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

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

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

<http://vocab.getty.edu/aat/300191086> a crm:E55_Type ;
    rdfs:label "visual works" .

<http://vocab.getty.edu/aat/300435443> a crm:E55_Type ;
    rdfs:label "type of work" .

