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

<https://linked.art/example/event/stowe/1> a crm:E7_Activity ;
    rdfs:label "Auction of Stowe House" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300054751> ;
    crm:P4_has_time-span [ a crm:E52_Time-Span ;
            crm:P191_had_duration [ a crm:E54_Dimension ;
                    crm:P90_has_value 3 ;
                    crm:P91_has_unit <http://vocab.getty.edu/aat/300379242> ] ;
            crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
                    crm:P190_has_symbolic_content "40 days in August and September, 1848" ] ;
            crm:P81a_end_of_the_begin "1848-08-20T23:59:59Z" ;
            crm:P81b_begin_of_the_end "1848-09-09T00:00:00Z" ;
            crm:P82a_begin_of_the_begin "1848-08-01T00:00:00Z" ;
            crm:P82b_end_of_the_end "1848-09-30T23:59:59Z" ] .

<http://vocab.getty.edu/aat/300054751> a crm:E55_Type ;
    rdfs:label "Auction Event" .

<http://vocab.getty.edu/aat/300379242> a crm:E58_Measurement_Unit ;
    rdfs:label "days" .

