@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/c10a039d-827f-4f4c-84a2-1a77ae0c0e47> a :Work ;
    rdfs:label "B to B" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/cbc> ;
            :date "2026-09-14T21:38:48.623778+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/15392435> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ],
        [ 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/> ] ;
    :classification [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "659" ;
            :edition "abridged" ;
            :source [ a :Source ;
                    :code "14" ] ],
        [ a :ClassificationLcc ;
            :classificationPortion "HF5801" ;
            :itemPortion ".I45" ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "ISSN RECORD" ;
            :status <http://id.loc.gov/vocabulary/mstatus/nuba> ] ;
    :hasInstance <https://bluecore-dev.stanford.edu/instances/932bd48a-cd0e-466e-a792-5cf2d2c869a5> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :VariantTitle,
                <http://id.loc.gov/vocabulary/vartitletype/run> ;
            :mainTitle "BtoB" ],
        [ a :Title ;
            :mainTitle "B to B." ],
        [ a :KeyTitle ;
            :mainTitle "B to B" ;
            :qualifier "(Online)" ],
        [ a :VariantTitle ;
            :mainTitle "Advertising age's BtoB" ] .

