@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/5fdd6c88-c184-4da0-920f-6bfd656bbc2b> 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:36.187040+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/17509434> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :extent [ a :Extent ;
            rdfs:label "xiv, 272 pages" ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "hardcover" ;
            rdf:value "9781441154873" ],
        [ a :Lccn ;
            rdf:value "  2012041377" ],
        [ a :Isbn ;
            :qualifier "pbk" ;
            rdf:value "9781441190819" ] ;
    :instanceOf <https://dev.bcld.info/works/8d37c471-a252-4825-9317-57a072d56279> ;
    :publicationStatement "London; New York: Bloomsbury, 2013" ;
    :title [ a :Title ;
            :mainTitle "Interviews with M.A.K. Halliday" ;
            :subtitle "Language Turned Back on Himself" ] .

