@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://dev.bcld.info/works/6b436fbc-9048-4a73-95a4-88f015a2e7dc> a :Work ;
    rdfs:label "Married priests in the Catholic Church" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:20.321449+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/21882541> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-07" ;
            :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 "BX1912.85" ;
            :itemPortion ".M37 2021" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :classificationPortion "262/.14208655" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23" ] ] ;
    :contribution [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "DeVille, Adam A. J., 1972-" ;
                    bflc:marcKey "7001 $aDeVille, Adam A. J.,$d1972-$eeditor." ] ;
            :role [ a :Role ;
                    rdfs:label "editor" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/77e62ee6-8153-4f76-b38f-29cd53b514ab> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Married priests in the Catholic Church" ] .

