@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/07679205-6e2c-4f82-9fa4-8e94faee8c00> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/cbc> ;
            :date "2026-09-14T21:38:41.802544+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/21716953> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-09-14" ;
            :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 "31 pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "color illustrations" ] ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "trade paperback" ;
            rdf:value "9781640605602" ],
        [ a :Lccn ;
            rdf:value "  2020042094" ] ;
    :instanceOf <https://bluecore-dev.stanford.edu/works/c3098cbc-970d-49ee-a70b-3eafe9d8f1a4> ;
    :publicationStatement "Brewster, Massachusetts: Paraclete Press, [2021]" ;
    :title [ a :Title ;
            :mainTitle "Breathe" ;
            :subtitle "a child's guide to Ascension, Pentecost, and the growing time" ] .

