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

<https://linked.art/example/object/nightwatch/26> a crm:E22_Human-Made_Object ;
    rdfs:label "The Night Watch" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300033618> ;
    crm:P31i_was_modified_by [ a crm:E11_Modification ;
            rdfs:label "Conservation of Night Watch" ;
            crm:P14_carried_out_by <https://linked.art/example/group/rijksmuseum> ;
            crm:P32_used_general_technique <http://vocab.getty.edu/aat/300053027> ;
            crm:P4_has_time-span [ a crm:E52_Time-Span ;
                    crm:P82a_begin_of_the_begin "2020-01-01T00:00:00Z" ;
                    crm:P82b_end_of_the_end "2021-12-31T23:59:59Z" ] ;
            crm:P67i_is_referred_to_by [ a crm:E33_Linguistic_Object ;
                    crm:P190_has_symbolic_content "Minor conservation work in response to earlier survey" ;
                    crm:P2_has_type <http://vocab.getty.edu/aat/300435416> ] ;
            crm:P9i_forms_part_of <https://linked.art/example/event/operation_nightwatch> ] .

<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/300053027> a crm:E55_Type ;
    rdfs:label "Cleaning" .

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

<http://vocab.getty.edu/aat/300435416> a crm:E55_Type ;
    rdfs:label "Description" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .

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

<https://linked.art/example/event/operation_nightwatch> a crm:E7_Activity ;
    rdfs:label "Operation Night Watch" .

<https://linked.art/example/group/rijksmuseum> a crm:E74_Group ;
    rdfs:label "Rijksmuseum" .

