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

<https://linked.art/example/person/rembrandt/14> a crm:E21_Person ;
    rdfs:label "Rembrandt" ;
    crm:P11i_participated_in [ a crm:E7_Activity ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300263485> ;
            crm:P4_has_time-span [ a crm:E52_Time-Span ;
                    crm:P82a_begin_of_the_begin "1669-10-04T00:00:00Z" ;
                    crm:P82b_end_of_the_end "1669-11-01T23:59:59Z" ] ;
            crm:P7_took_place_at <https://linked.art/example/place/westerkerk> ] .

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

<https://linked.art/example/place/westerkerk> a crm:E53_Place ;
    rdfs:label "Place of Westerkerk" .

