@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/8881ee4f-72c1-4f52-a81b-a3cf17e49d3a> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:04.526717+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/24092095> ;
            :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/> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :copyrightDate "2025"^^<http://id.loc.gov/datatypes/edtf> ;
    :dimensions "24 cm" ;
    :editionStatement "First edition" ;
    :extent [ a :Extent ;
            rdfs:label "xxx, 287 pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "illustrations" ] ] ;
    :identifiedBy [ a :Nbn ;
            :source <http://id.loc.gov/vocabulary/nationalbibschemes/bnb> ;
            rdf:value "GBC507550" ],
        [ a :OclcNumber ;
            rdf:value "1493061739" ],
        [ a :Local ;
            :source <http://id.loc.gov/vocabulary/organizations/uk> ;
            rdf:value "300483498" ],
        [ a :Lccn ;
            rdf:value "  2025934530" ],
        [ a :Identifier ;
            rdf:value "CIPO000185221" ],
        [ a :Isbn ;
            :qualifier "hardcover" ;
            rdf:value "1401993958" ],
        [ a :Isbn ;
            :qualifier "hardcover" ;
            rdf:value "9781401993955" ] ;
    :instanceOf <https://dev.bcld.info/works/9baf4dee-eed4-477b-b098-4c5729916ab2> ;
    :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 bibliographical references and index." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Hay House LLC" ;
            bflc:simpleDate "2025" ;
            bflc:simplePlace "Carlsbad, California" ;
            :date "2025"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/cau> ] ;
    :publicationStatement "Carlsbad, California: Hay House LLC, 2025" ;
    :responsibilityStatement "Jeff Krasno with Schuyler Grant" ;
    :title [ a :Title ;
            :mainTitle "Good stress" ;
            :subtitle "the health benefits of doing hard things" ] .

