@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://bluecore-dev.stanford.edu/works/b56b10d9-445c-4382-b29f-339986babab8> a :Work ;
    rdfs:label "American demographics" ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-09-14" ;
            :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/cbc> ;
            :date "2026-09-14T23:00:15.647075+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/11225685> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ] ;
    :classification [ a :ClassificationDdc ;
            :classificationPortion "301.32/9/73" ;
            :edition "full" ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "HB3505" ;
            :itemPortion ".A66" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution ;
            :agent <https://id.oclc.org/worldcat/entity/E39QH7Jmqv6HTGWCWkCg9CVWPF> ;
            :role <http://id.loc.gov/vocabulary/relators/ctb> ],
        [ a :Contribution ;
            :agent <https://id.oclc.org/worldcat/entity/E39QH7Jmrkm77vkbKbWtmgD4Fg> ;
            :role <http://id.loc.gov/vocabulary/relators/ctb> ] ;
    :hasInstance <https://bluecore-dev.stanford.edu/instances/537c6ebe-9a34-44b0-ba74-217fa5e456e9> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :AbbreviatedTitle ;
            :assigner [ a :Agent ;
                    :code "issnkey" ] ;
            :mainTitle "Am. demogr." ],
        [ a :KeyTitle ;
            :mainTitle "American demographics" ],
        [ a :Title ;
            :mainTitle "American demographics" ],
        [ a :VariantTitle ;
            :mainTitle "American demographics and consumer trends" ;
            :note [ a :Note ;
                    rdfs:label "Issues for Jan.-Sept. 1996 have title" ] ] .

