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

<https://linked.art/example/provenance/ziwei_yuag/1> a crm:E7_Activity ;
    rdfs:label "Gift of Landscape to YUAG" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300055863>,
        <http://vocab.getty.edu/aat/300417637> ;
    crm:P4_has_time-span [ a crm:E52_Time-Span ;
            crm:P82a_begin_of_the_begin "1999-01-01T00:00:00Z" ;
            crm:P82b_end_of_the_end "1999-12-31T23:59:59Z" ] ;
    crm:P9_consists_of [ a crm:E8_Acquisition ;
            rdfs:label "Acquisition of Painting 1" ;
            crm:P22_transferred_title_to <https://linked.art/example/group/yuag> ;
            crm:P23_transferred_title_from <https://linked.art/example/person/ziwei> ;
            crm:P24_transferred_title_of <https://linked.art/example/object/ziwei_landscape> ] .

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

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

<https://linked.art/example/group/yuag> a crm:E74_Group ;
    rdfs:label "Yale University Art Gallery" .

<https://linked.art/example/object/ziwei_landscape> a crm:E22_Human-Made_Object ;
    rdfs:label "Landscape" .

<https://linked.art/example/person/ziwei> a crm:E21_Person ;
    rdfs:label "Xu Ziwei" .

