@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/instances/f9be6255-0d71-4256-8c36-c503acd2b5f7> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-07" ;
            :descriptionAuthentication <http://id.loc.gov/vocabulary/marcauthen/pcc> ;
            :descriptionLanguage <http://id.loc.gov/vocabulary/languages/eng> ;
            :descriptionLevel <http://id.loc.gov/ontologies/bibframe-2-6-0/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:17.705959+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/11410865> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :extent [ a :Extent ;
            rdfs:label "volumes" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "illustrations" ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "sn 93021249 " ],
        [ a :OclcNumber ;
            rdf:value "ocm04363424 " ] ;
    :instanceOf <https://dev.bcld.info/works/bd13f132-7377-4023-99f3-5c06c0971970> ;
    :publicationStatement "London: Daily Express Ltd" ;
    :title [ a :Title ;
            :mainTitle "Daily express" ] .

