@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/d6d94562-4362-4962-97c3-a83acaed91b7> a :Work ;
    rdfs:label "T&T Clark companion to the doctrine of sin" ;
    :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:44.128856+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/18912290> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "BT715" ;
            :itemPortion ".T18 2016" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "241/.3" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23" ] ] ;
    :contribution [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Johnson, Keith L." ;
                    bflc:marcKey "7001 $aJohnson, Keith L.,$eeditor." ] ;
            :role [ a :Role ;
                    rdfs:label "editor" ] ] ;
    :hasInstance <https://bluecore-dev.stanford.edu/instances/6a8025b5-7a77-4b83-a882-1919f8271607> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :VariantTitle ;
            :mainTitle "T and T Clark companion to the doctrine of sin" ],
        [ a :Title ;
            :mainTitle "T&T Clark companion to the doctrine of sin" ] .

