@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/object/nightwatch/47> a crm:E22_Human-Made_Object ;
    rdfs:label "Night Watch by Rembrandt" ;
    crm:P43_has_dimension [ a crm:E54_Dimension ;
            rdfs:label "brown" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300080438> ;
            crm:P90_has_value 1.175402e+07 ;
            crm:P91_has_unit <http://vocab.getty.edu/aat/300266239> ] .

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

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

