@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/adc0892f-758e-4230-b911-a2c8c99f6197> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/cbc> ;
            :date "2026-09-15T00:38:52.298950+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23112154> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-09-15" ;
            :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> ;
    :dimensions "20 cm" ;
    :extent [ a :Extent ;
            rdfs:label "60 pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "color illustrations" ] ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "epub" ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9781669032397" ],
        [ a :Isbn ;
            :qualifier "pdf" ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9781669032373" ],
        [ a :Isbn ;
            :qualifier "hardcover" ;
            rdf:value "9781669032250" ],
        [ a :Lccn ;
            rdf:value "  2023003516" ],
        [ a :Isbn ;
            :qualifier "paperback" ;
            rdf:value "9781669032304" ] ;
    :instanceOf <https://bluecore-dev.stanford.edu/works/0f145c56-eac0-406d-b2c2-b77c6732e00b> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Stone Arch Books, a Capstone imprint" ;
            bflc:simpleDate "[2024]" ;
            bflc:simplePlace "North Mankato, Minnesota" ;
            :date "2024"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/mnu> ] ;
    :publicationStatement "North Mankato, Minnesota: Stone Arch Books, a Capstone imprint, [2024]" ;
    :responsibilityStatement "created by Jay Albee" ;
    :title [ a :Title ;
            :mainTitle "Riley Reynolds slides into summer" ] .

