@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/3ea274d0-46f9-4cc7-b579-fecda9396bdd> a :Work ;
    rdfs:label "Nicholson, Catherine Baker, 1959-. Running in borrowed shoes" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:07.272795+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23555219> ;
            :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/> ] ;
    :classification [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "796.42/2092",
                "B" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20240206" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "GV1061.15.B355" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Nicholson, Catherine Baker, 1959-" ;
                    bflc:marcKey "1001 $aNicholson, Catherine Baker,$d1959-$eauthor." ] ;
            :role [ a :Role ;
                    rdfs:label "author" ] ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Baker, Thane, 1931-" ;
                    bflc:marcKey "7001 $aBaker, Thane,$d1931-$ewriter of foreword." ] ;
            :role [ a :Role ;
                    rdfs:label "writer of foreword" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/67dfa41d-1437-41e5-b665-c48494d1baff> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Running in borrowed shoes" ] .

