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

<https://linked.art/example/object/yul_10801219/1> a crm:E22_Human-Made_Object ;
    rdfs:label "Yale's copy of Koot's Night Watch" ;
    crm:P128_carries <https://linked.art/example/text/koot_nightwatch> ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Rembrandt's Night Watch. A Fascinating Story" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300404670> ],
        [ a crm:E42_Identifier ;
            crm:P190_has_symbolic_content "mfhd:10801219" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300435704> ] ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300028051> ;
    crm:P67i_is_referred_to_by [ a crm:E33_Linguistic_Object ;
            crm:P190_has_symbolic_content "92 p. with illus." ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300435452> ] .

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

<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/300435443> a crm:E55_Type ;
    rdfs:label "Type of Work" .

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

<http://vocab.getty.edu/aat/300435704> a crm:E55_Type ;
    rdfs:label "System-Assigned Number" .

<https://linked.art/example/text/koot_nightwatch> a crm:E33_Linguistic_Object ;
    rdfs:label "Content of Koot's Night Watch" .

