@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/9c684ea7-4827-438c-948a-2044dd17c693> a :Work ;
    rdfs:label "Sours, Stephen B. Whose sacrifice is the Eucharist?" ;
    :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:59.106143+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/in00024346426> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "BV825.3" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "234/.16" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20251119" ] ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Sours, Stephen B." ;
                    bflc:marcKey "1001 $aSours, Stephen B.,$eauthor." ] ;
            :role [ a :Role ;
                    rdfs:label "author" ] ] ;
    :hasInstance <https://bluecore-dev.stanford.edu/instances/f3d13df7-0183-4c06-b062-a0a2017478bb> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Whose sacrifice is the Eucharist?" ] .

