@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/6fc8f56f-968b-4afc-9066-4c0ad0734213> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Dunne, John S., 1929-. The circle dance of time" ;
    bflc:aap-normalized "dunnejohns1929thecircledanceoftime" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:42:55.510158+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23984249> ;
            :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 "BX2350.3" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "248.4/82" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23" ] ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Dunne, John S., 1929-" ;
                    bflc:marcKey "1001 $aDunne, John S.,$d1929-,$eauthor" ] ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :hasInstance <https://dev.bcld.info/instances/73ce80b2-1282-4c04-95de-bd83dd71b006> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/04c58e2b-70f6-40c6-82c7-4d202cdb0654> ;
            :relationship [ a :Relationship ;
                    rdfs:label "Print Version" ],
                <http://id.loc.gov/vocabulary/relationship/otherphysicalformat> ] ;
    :subject <http://id.loc.gov/authorities/subjects/sh85126762> ;
    :supplementaryContent <http://id.loc.gov/vocabulary/msupplcont/bibliography>,
        <http://id.loc.gov/vocabulary/msupplcont/index> ;
    :tableOfContents [ a :TableOfContents ;
            rdfs:label "Reasons of the heart -- God sensible to the heart -- The vision of emanation -- The vision of return -- The far point on the circle -- The vision of God with us -- Circle songs." ] ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The circle dance of time" ] .

