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

<https://linked.art/example/object/2> a crm:E22_Human-Made_Object ;
    rdfs:label "Example Painting" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300033618>,
        <http://vocab.getty.edu/aat/300133025> ;
    crm:P45_consists_of <http://vocab.getty.edu/aat/300015045> ;
    crm:P46_is_composed_of [ a crm:E22_Human-Made_Object ;
            rdfs:label "Canvas Support" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300014844> ;
            crm:P45_consists_of <http://vocab.getty.edu/aat/300014078> ] .

<http://vocab.getty.edu/aat/300014078> a crm:E57_Material ;
    rdfs:label "canvas" .

<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/300015045> a crm:E57_Material ;
    rdfs:label "watercolors" .

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

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

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

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

