@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/ed209fd1-2acc-4bc5-9427-54bc817d18d4> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-20T22:01:45.019462+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/24024745> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-20" ;
            :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/> ] ;
    :extent [ a :Extent ;
            rdfs:label "1 online resource" ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "ebook" ;
            rdf:value "9798369383346" ],
        [ a :Lccn ;
            rdf:value "  2024051812" ] ;
    :instanceOf <https://dev.bcld.info/works/9a51e3e6-2dcc-4777-b50e-ae48bcb97960> ;
    :publicationStatement "Hershey, PA: IGI Global, [2025]" ;
    :title [ a :Title ;
            :mainTitle "Humans and generative AI tools for collaborative intelligence" ] .

