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

<https://linked.art/example/object/spring/support> a crm:E22_Human-Made_Object ;
    rdfs:label "Support of Spring" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300014844> ;
    crm:P46i_forms_part_of <https://linked.art/example/object/spring> ;
    crm:P67i_is_referred_to_by [ a crm:E33_Linguistic_Object ;
            crm:P190_has_symbolic_content "Canvas" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300435429> ] .

<http://vocab.getty.edu/aat/300014844> a crm:E55_Type ;
    rdfs:label "Support" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300241583> .

<http://vocab.getty.edu/aat/300241583> a crm:E55_Type ;
    rdfs:label "Part Type" .

<http://vocab.getty.edu/aat/300418049> a crm:E55_Type ;
    rdfs:label "Brief Text" .

<http://vocab.getty.edu/aat/300435429> a crm:E55_Type ;
    rdfs:label "Material Statement" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .

<https://linked.art/example/object/spring> a crm:E22_Human-Made_Object ;
    rdfs:label "Jeanne (Spring) by Manet" .

