@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://bluecore-dev.stanford.edu/works/3465e962-150b-4251-9a9a-a70b92b6600b> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Hunter, Denise, 1968-. Before we were us" ;
    bflc:aap-normalized "hunterdenise1968beforewewereus" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/cbc> ;
            :date "2026-09-14T21:38:56.881208+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23669474> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "PS3608.U5925" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "813/.6" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20240412" ] ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/n2003029421> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2014026339>,
        <http://id.loc.gov/authorities/genreForms/gf2014026516>,
        <http://id.loc.gov/authorities/genreForms/gf2015026020>,
        <http://id.loc.gov/authorities/genreForms/gf2020026050> ;
    :hasInstance <https://bluecore-dev.stanford.edu/instances/ddf67205-f195-4630-807e-6d2c25aa5a49> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource <https://bluecore-dev.stanford.edu/works/979b3563-3e80-4c03-aa12-fecf450f1f7f> ;
            :relationship <http://id.loc.gov/entities/relationships/printversion>,
                <http://id.loc.gov/vocabulary/relationship/otherphysicalformat> ] ;
    :summary [ a :Summary ;
            rdfs:label "\"Before We Were Us is a cozy, autumnal, opposites-attract Hallmark movie mixed with 50 First Dates. Denise Hunter weaves a charming romance between a woman who can't remember her own love story and the man who couldn't forget her even if he wanted to. The perfect escape into a happily-ever-after\"-- Provided by publisher." ] ;
    :title [ a :Title ;
            :mainTitle "Before we were us" ] .

