@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/d4dace5a-b167-4a9d-8d9a-c343d4ebbd26> a :Work ;
    rdfs:label "Transportation research news" ;
    :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-14T21:38:50.228254+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/11182100> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ] ;
    :classification [ a :ClassificationDdc ;
            :classificationPortion "380.5/05" ;
            :edition "full" ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "TE1" ;
            :itemPortion ".H57" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution ;
            :agent [ a :Agent,
                        :Organization ;
                    rdfs:label "National Research Council (U.S.). Transportation Research Board" ;
                    bflc:marcKey "7102 $aNational Research Council (U.S.).$bTransportation Research Board." ] ;
            :role <http://id.loc.gov/vocabulary/relators/ctb> ] ;
    :hasInstance <https://bluecore-dev.stanford.edu/instances/a56909cf-3b24-4430-87a5-41cd651fbdbe> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Transportation research news" ],
        [ a :KeyTitle ;
            :mainTitle "Transportation research news" ],
        [ a :AbbreviatedTitle ;
            :assigner [ a :Agent ;
                    :code "issnkey" ] ;
            :mainTitle "Transp. res. news" ] .

