@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/instances/8aa53078-bdd3-4f05-8244-84777dfedbda> a :Instance ;
    :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:36.922163+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/4491112> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "21 cm" ;
    :editionStatement "Rev. ed." ;
    :extent [ a :Extent ;
            rdfs:label "304 p." ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "ill." ] ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "softcover" ;
            rdf:value "0310211778" ],
        [ a :Lccn ;
            rdf:value "   97039953 " ],
        [ a :Isbn ;
            :qualifier "softcover" ;
            rdf:value "9780310211778" ] ;
    :instanceOf <https://dev.bcld.info/works/f620ce2b-a6f2-4809-a06c-17f03a23498f> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "\"Updated and expanded\"--Cover." ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/biblio> ;
            rdfs:label "Includes bibliographical references (p. 303-304)." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Zondervan Pub. House" ;
            bflc:simpleDate "1998" ;
            bflc:simplePlace "Grand Rapids, Mich" ;
            :date "1998"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/miu> ] ;
    :publicationStatement "Grand Rapids, Mich: Zondervan Pub. House, 1998" ;
    :responsibilityStatement "Tim and Beverly LaHaye" ;
    :supplementaryContent [ a :SupplementaryContent ;
            :electronicLocator <http://www.loc.gov/catdir/enhancements/fy0633/97039953-d.html> ;
            :note [ a :Note ;
                    rdfs:label "Publisher description" ] ] ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The act of marriage" ;
            :subtitle "the beauty of sexual love" ] .

