@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/034ca55b-d9fb-4df8-830f-ab3e757b7b44> 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:45:03.743993+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/22123569> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "22 cm" ;
    :editionStatement "Primera edición" ;
    :extent [ a :Extent ;
            rdfs:label "101 pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "illustrations" ] ] ;
    :hasItem <http://id.loc.gov/resources/items/22123569> ;
    :identifiedBy [ a :Local ;
            :assigner <http://id.loc.gov/vocabulary/organizations/bocbla> ;
            rdf:value "la2103R23686" ],
        [ a :Local ;
            rdf:value "22123569" ],
        [ a :Isbn ;
            :qualifier "paperback" ;
            rdf:value "9789585983069" ],
        [ a :Lccn ;
            rdf:value "  2020439969" ] ;
    :instanceOf <https://dev.bcld.info/works/f6a27045-f59c-4a3c-9198-f6ea7268099e> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "[Atarraya]" ;
            bflc:simpleDate "[2020]" ;
            bflc:simplePlace "[Medellín]" ;
            :date "2020"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/ck> ] ;
    :publicationStatement "[Medellín]: [Atarraya], [2020]" ;
    :responsibilityStatement "[textos, Luciano Peláez ; dibujos, Johan Salazar]" ;
    :title [ a :Title ;
            bflc:nonSortNum "3" ;
            :mainTitle "Un bosque dormido" ],
        [ a :Title ;
            bflc:nonSortNum "3" ;
            :mainTitle "Un bosque dormido" ] .

