@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://bluecore-dev.stanford.edu/instances/3c0fe5a9-1291-495d-8e34-596318e13b9b> a :Instance ;
    :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:42.033218+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/18228598> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ] ;
    :extent [ a :Extent ;
            rdfs:label "223 pages" ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "hardback" ;
            rdf:value "9781620408872" ],
        [ a :Lccn ;
            rdf:value "  2014028393" ] ;
    :instanceOf <https://bluecore-dev.stanford.edu/works/861f2061-b379-4a3d-b69c-4521073907ee> ;
    :publicationStatement "New York: Bloomsbury USA, 2015" ;
    :title [ a :Title ;
            :mainTitle "Another little piece of my heart" ;
            :subtitle "my life of rock and revolution in the '60s" ] .

