@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/bbaf0e0d-88d5-4303-9902-147c3e0a4286> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Nielsen, Aldon L. Hard gospel" ;
    bflc:aap-normalized "nielsenaldonlhardgospel" ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:35.154402+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/24026958> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Nielsen, Aldon L." ;
                    bflc:marcKey "1001 $aNielsen, Aldon L.,$eauthor." ] ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :hasInstance <https://dev.bcld.info/instances/1f6751b2-c74a-4eba-bd70-8488d1b3d3b1> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :summary [ a :Summary ;
            rdfs:label "\"Hard gospel is a book of poetry by Aldon L. Nielsen published by BlazeVOX [books]\"-- Provided by publisher." ] ;
    :title [ a :Title ;
            :mainTitle "Hard gospel" ] .

