@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/93184dbf-b7c9-47d5-b0a5-59f71a89788d> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Why I am still a Catholic" ;
    bflc:aap-normalized "whyiamstillacatholic" ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-20" ;
            :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/bcld> ;
            :date "2026-07-20T22:02:42.257507+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23978618> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "282" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "22" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "BX1752" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/n92091737> ;
            :role <http://id.loc.gov/vocabulary/relators/ctb> ] ;
    :genreForm <https://id.loc.gov/authorities/genreForms/gf2015026027> ;
    :hasInstance <https://dev.bcld.info/instances/6dece39e-78d9-4826-98a8-848be35890fe> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/68ab013c-e12d-4f48-be55-edf4611883ac> ;
            :relationship [ a :Relationship ;
                    rdfs:label "Print Version" ],
                <http://id.loc.gov/vocabulary/relationship/otherphysicalformat> ] ;
    :subject <http://id.loc.gov/authorities/subjects/sh2008100206>,
        <http://id.loc.gov/authorities/subjects/sh85046928>,
        <http://id.loc.gov/rwo/agents/n79041716> ;
    :supplementaryContent <http://id.loc.gov/vocabulary/msupplcont/bibliography> ;
    :title [ a :Title ;
            :mainTitle "Why I am still a Catholic" ] .

