@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dig: <http://www.ics.forth.gr/isl/CRMdig/> .
@prefix la: <https://linked.art/ns/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://linked.art/example/digital/operation_nw/1> a dig:D1_Digital_Object ;
    rdfs:label "Operation Night Watch Publication" ;
    dc:format "text/html" ;
    dcterms:conformsTo <http://w3.org/TR/html> ;
    crm:P1_is_identified_by [ a crm:E33_E41_Linguistic_Appellation ;
            crm:P190_has_symbolic_content "Operation Night Watch" ] ;
    crm:P2_has_type <http://vocab.getty.edu/aat/300264578> ;
    crm:P43_has_dimension [ a crm:E54_Dimension ;
            rdfs:label "220 kb" ;
            crm:P2_has_type <http://vocab.getty.edu/aat/300265863> ;
            crm:P90_has_value 220 ;
            crm:P91_has_unit <http://vocab.getty.edu/aat/300265870> ] ;
    crm:P94i_was_created_by [ a crm:E65_Creation ;
            crm:P14_carried_out_by <https://linked.art/example/group/rijksmuseum> ;
            crm:P4_has_time-span [ a crm:E52_Time-Span ;
                    crm:P82a_begin_of_the_begin "2019-07-19T00:00:00Z" ;
                    crm:P82b_end_of_the_end "2019-07-21T00:00:00Z" ] ] ;
    la:access_point <https://www.rijksmuseum.nl/en/stories/operation-night-watch> ;
    la:digitally_carries <https://linked.art/example/text/operation_nw_en> .

<http://vocab.getty.edu/aat/300264578> a crm:E55_Type ;
    rdfs:label "Web Page" .

<http://vocab.getty.edu/aat/300265863> a crm:E55_Type ;
    rdfs:label "File Size" .

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

<http://w3.org/TR/html> a crm:E73_Information_Object .

<https://linked.art/example/group/rijksmuseum> a crm:E74_Group ;
    rdfs:label "Rijksmuseum" .

<https://linked.art/example/text/operation_nw_en> a crm:E33_Linguistic_Object ;
    rdfs:label "Operation Night Watch in English" .

<https://www.rijksmuseum.nl/en/stories/operation-night-watch> a dig:D1_Digital_Object .

