@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/909c6546-168a-4783-810c-46a31cbdddc9> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "Princeton Review, 1745 Broadway, Mail drop 9-1, New York, NY 10019" ] ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-20" ;
            :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-20T22:00:16.260357+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/21449159> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :frequency [ a :Frequency ;
            rdfs:label "Annual" ;
            :status <http://id.loc.gov/vocabulary/mstatus/current> ],
        <http://id.loc.gov/vocabulary/frequencies/ann> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2020200403" ] ;
    :instanceOf <https://dev.bcld.info/works/75fef026-4c6d-449b-82ef-fe129dae7faf> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/serl> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/number> ;
            rdfs:label "Began with: 2021 edition (copyrighted 2020)." ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/descsource> ;
            rdfs:label "Latest issue consulted: 2022 edition (copyrighted 2021)." ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/descsource> ;
            rdfs:label "Description based on: 2021 edition (copyrighted 2020); title from title page." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Penguin Random House" ;
            bflc:simpleDate "[2020]-" ;
            bflc:simplePlace "New York, NY" ;
            :date "2020/.."^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/nyu> ;
            :status <http://id.loc.gov/vocabulary/mstatus/current> ] ;
    :publicationStatement "New York, NY: Penguin Random House, [2020]-" ;
    :responsibilityStatement "the staff of the Princeton Review" ;
    :title [ a :Title ;
            :mainTitle "AP Spanish language & culture prep" ] .

