@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/205fcec6-fe7f-4ea7-accf-6f59a84e4316> a :Instance ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:52.129486+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/20995041> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :copyrightDate "2017"^^<http://id.loc.gov/datatypes/edtf> ;
    :dimensions "24 cm" ;
    :editionStatement "Reinforced library bound edition" ;
    :extent [ a :Extent ;
            rdfs:label "32 pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "color illustrations" ] ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "library binding" ;
            rdf:value "9781532144059" ],
        [ a :Lccn ;
            rdf:value "  2019942520" ],
        [ a :Isbn ;
            :qualifier "library binding" ;
            rdf:value "1532144059" ],
        [ a :OclcNumber ;
            rdf:value "on1121083801" ] ;
    :instanceOf <https://dev.bcld.info/works/d8f8c901-642b-4ee9-bf78-11c80fd616d1> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "\"Disney junior.\"" ],
        [ a :Note ;
            rdfs:label "\"Based on the episode by Darrin Rose for the series created by Harland Williams.\"" ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Spotlight, a division of ABDO" ;
            bflc:simpleDate "2020" ;
            bflc:simplePlace "Minneapolis, Minnesota" ;
            :date "2020"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/mnu> ] ;
    :publicationStatement "Minneapolis, Minnesota: Spotlight, a division of ABDO, 2020" ;
    :responsibilityStatement "adapted by Sara Miller ; based on the episode by Darrin Rose ; illustrated by the Disney Storybook Art Team" ;
    :title [ a :Title ;
            :mainTitle "Ice, ice, Puggy" ] .

