@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://bluecore-dev.stanford.edu/works/f9386735-68f9-45d9-b034-b0dba15ff8c6> a :Work ;
    rdfs:label "Nicholson, Catherine Baker, 1959-. Running in borrowed shoes" ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/cbc> ;
            :date "2026-09-14T21:38:46.475932+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23555219> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "GV1061.15.B355" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "796.42/2092",
                "B" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20240206" ] ] ;
    :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://bluecore-dev.stanford.edu/instances/4bd9484b-53b8-492a-baaf-21eabe8b44fd> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Running in borrowed shoes" ] .

