@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/40> 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> ] .

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

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

