@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/works/cfa43e48-9bc9-4877-b9f6-35aab682fb2b> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Survival Stories : surviving at sea" ;
    bflc:aap-normalized "survivalstories:survivingatsea" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-20T21:58:51.689016+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23547582> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution ;
            :agent [ a :Agent,
                        :Organization ;
                    rdfs:label "World Book, Inc. (Chicago, Illinois)" ;
                    bflc:marcKey "7102 $aWorld Book, Inc. (Chicago, Illinois),$eeditor." ] ;
            :role <http://id.loc.gov/vocabulary/relators/edt> ] ;
    :hasInstance <https://dev.bcld.info/instances/5327f074-eb67-4bd4-801f-56ab1a224655> ;
    :intendedAudience [ a :IntendedAudience ;
            rdfs:label "Ages 7-10" ;
            :source [ a :Source ;
                    rdfs:label "World Book, Inc." ] ],
        <http://id.loc.gov/vocabulary/maudience/juv> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :summary [ a :Summary ;
            rdfs:label "\"\"Survival Stories recounts true stories of people overcoming adversity and surviving against the odds. Readers will learn which decisions survivors made that led to their rescues as well as tips and tricks on how to survive in similar situations.\"--Provided by publisher\"-- Provided by publisher." ] ;
    :title [ a :Title ;
            :mainTitle "Survival Stories : surviving at sea" ] .

