@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/9bbebceb-497a-4903-8e15-33e5d807b52b> a :Work ;
    rdfs:label "B to B" ;
    :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.676094+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/12311307> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ] ;
    :classification [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "659" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "14" ] ],
        [ a :ClassificationDdc ;
            :classificationPortion "658.84" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "21" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "HF5801" ;
            :itemPortion ".I45" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :hasInstance <https://bluecore-dev.stanford.edu/instances/1460473d-f671-4661-b27b-e0423ecd6203> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :VariantTitle ;
            :mainTitle "Advertising age's BtoB" ],
        [ a :KeyTitle ;
            :mainTitle "B to B" ],
        [ a :VariantTitle,
                <http://id.loc.gov/vocabulary/vartitletype/run> ;
            :mainTitle "BtoB" ],
        [ a :Title ;
            :mainTitle "B to B." ] .

