@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dig: <http://www.ics.forth.gr/isl/CRMdig/> .
@prefix la: <https://linked.art/ns/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://linked.art/example/object/spring/9> a crm:E22_Human-Made_Object ;
    rdfs:label "Jeanne (Spring) by Manet" ;
    crm:P129i_is_subject_of [ a crm:E33_Linguistic_Object ;
            la:digitally_carried_by [ a dig:D1_Digital_Object ;
                    dc:format "text/html" ;
                    crm:P2_has_type <http://vocab.getty.edu/aat/300264578> ;
                    la:access_point <https://www.getty.edu/art/collection/object/103QTZ> ] ] ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Jeanne (Spring)" ] ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300033618> .

<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/300264578> a crm:E55_Type ;
    rdfs:label "Web Page" .

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

<https://www.getty.edu/art/collection/object/103QTZ> a dig:D1_Digital_Object .

