@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/c089ff6b-d17d-429d-bd10-207fabe42ae6> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:39.799005+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/22154173> ;
            :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 "xxv, 113 pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "illustrations" ] ] ;
    :identifiedBy [ a :Doi ;
            rdf:value "10.7249/RRA413-1" ],
        [ a :Isbn ;
            :qualifier "paperback" ;
            rdf:value "9781977405166" ],
        [ a :OclcNumber ;
            rdf:value "on1228860721" ],
        [ a :Lccn ;
            rdf:value "  2021288357" ],
        [ a :Isbn ;
            :qualifier "paperback" ;
            rdf:value "1977405169" ],
        [ a :Strn ;
            rdf:value "RAND/RR-A413-1" ] ;
    :instanceOf <https://dev.bcld.info/works/7eb56b84-7ed1-4dcb-86cb-9779cf015db3> ;
    :publicationStatement "Santa Monica, Calif: RAND Corporation, [2020]" ;
    :title [ a :Title ;
            :mainTitle "Using state-level policy levers to promote principal quality" ;
            :subtitle "lessons from seven states partnering with principal preparation programs and districts" ] .

