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

<https://linked.art/example/provenance/coffin_promise/40> a crm:E7_Activity ;
    rdfs:label "Promised Gift of Painting" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300055863> ;
    crm:P9_consists_of [ a crm:E7_Activity ;
            rdfs:label "Promise of Gift" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300435599> ] .

<http://vocab.getty.edu/aat/300055863> a crm:E55_Type ;
    rdfs:label "Provenance Activity" .

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

