@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/e025e76f-75ff-470c-af0e-abcbef7624f5> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:12.054529+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23661695> ;
            :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 "22 cm" ;
    :extent [ a :Extent ;
            rdfs:label "349 pages" ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "hardbound" ;
            rdf:value "9789189051324" ],
        [ a :Lccn ;
            rdf:value "  2023539766" ],
        [ a :Local ;
            :assigner <http://id.loc.gov/vocabulary/organizations/gywoh> ;
            rdf:value "har245001767" ] ;
    :instanceOf <https://dev.bcld.info/works/0a799d43-5130-49ee-99a9-a766e43eddaf> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Romanus & Selling" ;
            bflc:simpleDate "[2021]" ;
            bflc:simplePlace "[Stockholm]" ;
            :date "2021"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/sw> ] ;
    :publicationStatement "[Stockholm]: Romanus & Selling, [2021]" ;
    :responsibilityStatement "Johan Ehn" ;
    :title [ a :Title ;
            :mainTitle "Inte död än" ;
            :subtitle "roman" ] .

