@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/f64ff575-eadd-425e-86b3-5615ee1b8224> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:11.209957+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/18319756> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :extent [ a :Extent ;
            rdfs:label "x, 214 pages" ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2014038603" ],
        [ a :Isbn ;
            :qualifier "pbk" ;
            rdf:value "9780567304223" ],
        [ a :Isbn ;
            :qualifier "hbk" ;
            rdf:value "9780567110466" ] ;
    :instanceOf <https://dev.bcld.info/works/da84a8e8-b0bf-40fc-9c06-5506995af031> ;
    :publicationStatement "London; New York: Bloomsbury T&T Clark, 2015" ;
    :title [ a :Title ;
            bflc:nonSortNum "3" ;
            :mainTitle "An introduction to the study of Ezekiel" ] .

