@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://dev.bcld.info/instances/55c79e31-493a-4fb0-85c1-4f63e82426ac> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:42:56.456614+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23982914> ;
            :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/> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/cr> ;
    :extent [ a :Extent ;
            rdfs:label "1 online resource (223 pages)" ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "hardback" ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9781620408872" ],
        [ a :Isbn ;
            :qualifier "ebook" ;
            rdf:value "9781408858097" ],
        [ a :Lccn ;
            rdf:value "  2024731514" ] ;
    :instanceOf <https://dev.bcld.info/works/c15f1536-ad3b-4106-92e0-0722c55a2a3e> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/c> ;
    :note [ a :Note ;
            rdfs:label "Includes index." ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/descsource> ;
            rdfs:label "Description based on print version record; resource not viewed." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Bloomsbury USA" ;
            bflc:simpleDate "2015" ;
            bflc:simplePlace "New York" ;
            :date "2015"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/nyu> ] ;
    :publicationStatement "New York: Bloomsbury USA, 2015" ;
    :responsibilityStatement "Richard Goldstein" ;
    :title [ a :Title ;
            :mainTitle "Another little piece of my heart" ;
            :subtitle "my life of rock and revolution in the '60s" ] .

