@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/15ce3988-d057-4674-b994-408541f87125> a :Instance ;
    :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-20T21:57:33.918004+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/24003955> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "25 cm" ;
    :extent [ a :Extent ;
            rdfs:label "24 pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "color illustrations" ] ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "ebook" ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9798892138871" ],
        [ a :Local ;
            rdf:value "24003955" ],
        [ a :Isbn ;
            :qualifier "paperback" ;
            rdf:value "9798892138864" ],
        [ a :Lccn ;
            rdf:value "  2025001262" ],
        [ a :Isbn ;
            :qualifier "hardcover" ;
            rdf:value "9798892138857" ] ;
    :instanceOf <https://dev.bcld.info/works/ec6bcf8b-1823-4b84-81b5-9e04493b5e10> ;
    :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 index." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Jump!" ;
            bflc:simpleDate "[2026]" ;
            bflc:simplePlace "Minneapolis, MN" ;
            :date "2026"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/mnu> ] ;
    :publicationStatement "Minneapolis, MN: Jump!, [2026]" ;
    :responsibilityStatement "by Golriz Golkar" ;
    :title [ a :Title ;
            :mainTitle "How to control impulses" ] .

