@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/ad86e9d3-d0f1-4e38-aece-8816718a5778> a :Instance ;
    bflc:projectedProvisionDate "2412" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:16.952674+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23817342> ;
            :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/> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :extent [ a :Extent ;
            rdfs:label "volumes cm" ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "ebk" ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9781003447290" ],
        [ a :Isbn ;
            :qualifier "pbk" ;
            rdf:value "9781642675818" ],
        [ a :Lccn ;
            rdf:value "  2024033848" ],
        [ a :Isbn ;
            :qualifier "hbk" ;
            rdf:value "9781642675801" ] ;
    :instanceOf <https://dev.bcld.info/works/5218423e-7c22-42ab-b0b7-fd495dcb4324> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/biblio> ;
            rdfs:label "Includes bibliographical references and index." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Routledge" ;
            bflc:simpleDate "2025" ;
            bflc:simplePlace "New York" ;
            :date "2025"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/nyu> ] ;
    :publicationStatement "New York: Routledge, 2025" ;
    :responsibilityStatement "Leslie D. Cramblet Alvarez and Christopher M. Hakala" ;
    :title [ a :Title ;
            :mainTitle "Understanding educational developers" ;
            :subtitle "tales from the center" ] .

