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

<https://linked.art/example/object/spring/4> a crm:E22_Human-Made_Object ;
    rdfs:label "Jeanne (Spring) by Manet" ;
    crm:P108i_was_produced_by [ a crm:E12_Production ;
            crm:P10_falls_within <https://linked.art/example/event/19c> ;
            crm:P14_carried_out_by <https://linked.art/example/person/manet> ;
            crm:P4_has_time-span [ a crm:E52_Time-Span ;
                    rdfs:label "1881" ;
                    crm:P82a_begin_of_the_begin "1881-01-01T00:00:00Z" ;
                    crm:P82b_end_of_the_end "1881-12-31T23:59:59Z" ] ;
            crm:P7_took_place_at <https://linked.art/example/place/france> ] .

<https://linked.art/example/event/19c> a crm:E4_Period ;
    rdfs:label "19th Century" .

<https://linked.art/example/person/manet> a crm:E21_Person ;
    rdfs:label "Manet" .

<https://linked.art/example/place/france> a crm:E53_Place ;
    rdfs:label "France" .

