@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/text/koot_nightwatch_ch1/2> a crm:E33_Linguistic_Object ;
    rdfs:label "Chapter 1 of Koot" ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Introduction" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300404670> ] ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300311699> ;
    crm:P43_has_dimension [ a crm:E54_Dimension ;
            rdfs:label "10 pages" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300404433> ;
            crm:P90_has_value 10 ;
            crm:P91_has_unit <http://vocab.getty.edu/aat/300194222> ] ;
    crm:P67i_is_referred_to_by [ a crm:E33_Linguistic_Object ;
            crm:P190_has_symbolic_content "5 - 15" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300435440> ] .

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

<http://vocab.getty.edu/aat/300311699> a crm:E55_Type ;
    rdfs:label "Chapter" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300435443> .

<http://vocab.getty.edu/aat/300404433> a crm:E55_Type ;
    rdfs:label "Count Of" .

<http://vocab.getty.edu/aat/300404670> a crm:E55_Type ;
    rdfs:label "Primary Name" .

<http://vocab.getty.edu/aat/300418049> a crm:E55_Type ;
    rdfs:label "Brief Text" .

<http://vocab.getty.edu/aat/300435440> a crm:E55_Type ;
    rdfs:label "Pagination Statement" ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .

<http://vocab.getty.edu/aat/300435443> a crm:E55_Type ;
    rdfs:label "Type of Work" .

