@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#> .

<https://dev.bcld.info/works/4f194f6e-4749-417b-8125-80ffe05c43b1> a :Work ;
    bflc:aap "Central Road Research Institute. Annual report" ;
    bflc:aap-normalized "centralroadresearchinstituteannualreport" ;
    :contribution [ a :PrimaryContribution ;
            :agent [ a :Agent ;
                    rdfs:label "Central Road Research Institute" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/add45758-5939-4cc4-9623-aa7b3f4a74f3> ;
    :title [ a :Title ;
            :mainTitle "Annual report" ] .

