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

<https://dev.bcld.info/works/c16e47cd-5253-4b1d-a6fd-1fa4ee24d75d> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Harrison's principles of internal medicine" ;
    bflc:aap-normalized "harrison'sprinciplesofinternalmedicine" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-08T21:58:33.961838+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23896256> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-08" ;
            :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 "RC46" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationNlm ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dnlm> ;
            :classificationPortion "WB 115" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "616" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20250408" ] ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/n95802899> ;
            :role <http://id.loc.gov/vocabulary/relators/edt> ] ;
    :hasInstance <https://dev.bcld.info/instances/25920ec8-01da-4082-b215-81f821bd207b> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/4e4ec66b-30d9-4bbc-b4d1-2d5e86967276> ;
            :relationship <http://id.loc.gov/entities/relationships/onlineversion>,
                <http://id.loc.gov/vocabulary/relationship/otherphysicalformat> ] ;
    :subject [ a :Topic,
                mads:Topic ;
            rdfs:label "Internal Medicine" ;
            bflc:aap-normalized "internalmedicine" ;
            :source <http://id.loc.gov/vocabulary/subjectSchemes/mesh> ;
            mads:authoritativeLabel "Internal Medicine" ] ;
    :summary [ a :Summary ;
            rdfs:label "\"This text provides a sharp focus on the clinical presentation of disease, expert in-depth summaries of pathophysiology and treatment, and highlights of emerging frontiers of science and medicine\"-- Provided by publisher." ] ;
    :supplementaryContent <http://id.loc.gov/vocabulary/msupplcont/bibliography>,
        <http://id.loc.gov/vocabulary/msupplcont/index> ;
    :title [ a :VariantTitle ;
            :mainTitle "Principles of internal medicine" ],
        [ a :Title ;
            :mainTitle "Harrison's principles of internal medicine" ] .

