@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/a49841b3-48f9-4ab9-875b-ee8c58674342> 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:44:17.769367+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/24007510> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :copyrightDate "2019"^^<http://id.loc.gov/datatypes/edtf> ;
    :dimensions "23 cm" ;
    :editionStatement "English edition" ;
    :extent [ a :Extent ;
            rdfs:label "1 volume (unpaged)" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "colour illustrations" ] ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "hardback" ;
            rdf:value "1849766681" ],
        [ a :Lccn ;
            rdf:value "  2024405675" ],
        [ a :Isbn ;
            :qualifier "hardback" ;
            rdf:value "9781849766685" ],
        [ a :OclcNumber ;
            rdf:value "on1122776400" ] ;
    :instanceOf <https://dev.bcld.info/works/87f66522-d9ec-439e-8e75-1f2575875605> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "First published 2014 in Italian as \"Castelli di libri.\"" ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Tate Publishing" ;
            bflc:simpleDate "2019" ;
            bflc:simplePlace "London" ;
            :date "2019"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/enk> ] ;
    :publicationStatement "London: Tate Publishing, 2019" ;
    :responsibilityStatement "Alessandro Sanna" ;
    :title [ a :Title ;
            :mainTitle "Castle of books" ] .

