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

<https://linked.art/example/text/rembrandtjaccuse/1> a crm:E33_Linguistic_Object ;
    rdfs:label "Rembrandt's J'accuse" ;
    crm:P94i_was_created_by [ a crm:E65_Creation ;
            crm:P4_has_time-span [ a crm:E52_Time-Span ;
                    rdfs:label "2008" ;
                    crm:P82a_begin_of_the_begin "2008-01-01T00:00:00Z" ;
                    crm:P82b_end_of_the_end "2008-12-31T23:59:59Z" ] ;
            crm:P9_consists_of [ a crm:E65_Creation ;
                    crm:P14_carried_out_by <https://linked.art/example/person/wolting> ;
                    crm:P2_has_type <http://vocab.getty.edu/aat/300197742> ],
                [ a crm:E65_Creation ;
                    crm:P14_carried_out_by <https://linked.art/example/person/greenaway> ;
                    crm:P2_has_type <http://vocab.getty.edu/aat/300025654> ] ] .

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

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

<https://linked.art/example/person/greenaway> a crm:E21_Person ;
    rdfs:label "Peter Greenaway" .

<https://linked.art/example/person/wolting> a crm:E21_Person ;
    rdfs:label "Femke Wolting" .

