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

<https://linked.art/example/provenance/unknown_faure/1> a crm:E7_Activity ;
    rdfs:label "Unknown Acquisition of Spring by Faure" ;
    crm:P183_ends_before_the_start_of [ a crm:E7_Activity ;
            rdfs:label "foure_durand" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300055863> ] ;
    crm:P183i_starts_after_the_end_of <https://linked.art/example/provenance/manet_proust> ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300055863> .

<https://linked.art/example/provenance/manet_proust> a crm:E7_Activity ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300055863> .

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

