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

<https://linked.art/example/text/koot_nightwatch/2> a crm:E33_Linguistic_Object ;
    rdfs:label "Content of Koot's Night Watch" ;
    crm:P16i_was_used_for [ a crm:E7_Activity ;
            rdfs:label "MI's Publishing" ;
            crm:P14_carried_out_by <https://linked.art/example/group/meulenhoff> ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300054686> ;
            crm:P4_has_time-span [ a crm:E52_Time-Span ;
                    crm:P82a_begin_of_the_begin "1969-01-01T00:00:00Z" ;
                    crm:P82b_end_of_the_end "1969-12-31T23:59:59Z" ] ] ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300060417> ;
    crm:P94i_was_created_by [ a crm:E65_Creation ;
            rdfs:label "Koot's writing of the work" ;
            crm:P14_carried_out_by <https://linked.art/example/person/koot> ] .

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

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

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

<https://linked.art/example/group/meulenhoff> a crm:E74_Group ;
    rdfs:label "Meulenhoff International" .

<https://linked.art/example/person/koot> a crm:E21_Person ;
    rdfs:label "Ton Koot" .

