@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://bluecore-dev.stanford.edu/instances/5174c662-e913-42ae-bd4b-fb1520d18877> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/cbc> ;
            :date "2026-09-14T21:38:53.581793+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/19202012> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-09-14" ;
            :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 "xii, 183 pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "illustrations" ] ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "pbk" ;
            rdf:value "9780567200198" ],
        [ a :Isbn ;
            :qualifier "hbk" ;
            rdf:value "0567104494" ],
        [ a :Isbn ;
            :qualifier "hbk" ;
            rdf:value "9780567104496" ],
        [ a :Isbn ;
            :qualifier "pbk" ;
            rdf:value "0567200191" ],
        [ a :Lccn ;
            rdf:value "  2015298886" ] ;
    :instanceOf <https://bluecore-dev.stanford.edu/works/30355b5c-1c8a-44a2-93b2-b12b6f428e5c> ;
    :publicationStatement "London: Bloomsbury Academic, an imprint of Bloomsbury Publishing Plc, 2016" ;
    :title [ a :Title ;
            :mainTitle "Second language acquisition" ;
            :subtitle "a theoretical introduction to real world applications" ] .

