@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/951f7f7e-8179-42ec-9b4a-0ea945edab87> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:05.980091+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/4807087> ;
            :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/nc> ;
    :dimensions "29 cm" ;
    :extent [ a :Extent ;
            rdfs:label "[32] p." ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "col. ill." ] ] ;
    :identifiedBy [ a :Isbn ;
            rdf:value "0843119462" ],
        [ a :Isbn ;
            rdf:value "9780843119466" ],
        [ a :Lccn ;
            rdf:value "   88141402 " ] ;
    :instanceOf <https://dev.bcld.info/works/0fe33e18-2f6c-40f5-889b-7d46a61c0978> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Price Stern Sloan" ;
            bflc:simpleDate "c1988" ;
            bflc:simplePlace "Los Angeles" ;
            :date "1988"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/cau> ] ;
    :publicationStatement "Los Angeles: Price Stern Sloan, c1988" ;
    :responsibilityStatement "by Linda Arnold ; illustrations by Jenny Jo Moore" ;
    :title [ a :Title ;
            :mainTitle "Do you know what magic is?" ;
            :subtitle "stories and songs" ] .

