@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://bluecore-dev.stanford.edu/instances/30f7e9ac-68f7-44d8-a3b0-758cb1d7dd13> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-09-14" ;
            :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/cbc> ;
            :date "2026-09-14T21:38:56.900028+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23639925> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ] ;
    :extent [ a :Extent ;
            rdfs:label "290 pages" ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "paperback" ;
            rdf:value "9780840716682" ],
        [ a :Isbn ;
            :qualifier "hardcover" ;
            rdf:value "9781400349586" ],
        [ a :Lccn ;
            rdf:value "  2024016189" ] ;
    :instanceOf <https://bluecore-dev.stanford.edu/works/979b3563-3e80-4c03-aa12-fecf450f1f7f> ;
    :publicationStatement "Nashville, Tennessee: Thomas Nelson, [2024]" ;
    :title [ a :Title ;
            :mainTitle "Before we were us" ] .

