@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/861f2061-b379-4a3d-b69c-4521073907ee> a :Work ;
    rdfs:label "Goldstein, Richard, 1944-. Another little piece of my heart" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/cbc> ;
            :date "2026-09-14T21:38:42.013994+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/18228598> ;
            :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/> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "ML423.G677" ;
            :itemPortion "A3 2015" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "781.66092",
                "B" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23" ] ],
        [ a :Classification ;
            :classificationPortion "MUS035000" ;
            :source [ a :Source ;
                    :code "bisacsh" ] ],
        [ a :Classification ;
            :classificationPortion "BIO026000" ;
            :source [ a :Source ;
                    :code "bisacsh" ] ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Goldstein, Richard, 1944-" ;
                    bflc:marcKey "1001 $aGoldstein, Richard,$d1944-$eauthor." ] ;
            :role [ a :Role ;
                    rdfs:label "author" ] ] ;
    :hasInstance <https://bluecore-dev.stanford.edu/instances/3c0fe5a9-1291-495d-8e34-596318e13b9b> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Another little piece of my heart" ] .

