@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/8285996d-5214-4814-b673-13ffea214814> a :Work ;
    rdfs:label "B to B" ;
    :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:43:15.463339+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/15392435> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ 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> ],
        [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "659" ;
            :edition "abridged" ;
            :source [ a :Source ;
                    :code "14" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/b8cb2efc-79a6-4f69-82fc-ba516d8642e4> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :KeyTitle ;
            :mainTitle "B to B" ;
            :qualifier "(Online)" ],
        [ a :VariantTitle ;
            :mainTitle "Advertising age's BtoB" ],
        [ a :Title ;
            :mainTitle "B to B." ],
        [ a :VariantTitle,
                <http://id.loc.gov/vocabulary/vartitletype/run> ;
            :mainTitle "BtoB" ] .

