@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/8c64279b-7c87-4c57-a499-9730d818c2f0> a :Work ;
    rdfs:label "The Journal of the Institution of Engineers, Australia" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/cbc> ;
            :date "2026-09-15T02:59:25.553430+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/11138984> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-09-15" ;
            :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 :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "TA1" ;
            :itemPortion ".I72471" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :classificationPortion "620.62" ;
            :edition "full" ] ;
    :contribution [ a :Contribution ;
            :agent <https://id.oclc.org/worldcat/entity/E39QH7Jmqpbg6H4gPcVGJTyWc6> ;
            :role <http://id.loc.gov/vocabulary/relators/ctb> ] ;
    :hasInstance <https://bluecore-dev.stanford.edu/instances/040f466c-bfda-4ee6-ae01-6a068c091852> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The Journal of the Institution of Engineers, Australia" ],
        [ a :AbbreviatedTitle ;
            :assigner [ a :Agent ;
                    :code "issnkey" ] ;
            :mainTitle "J. Inst. Eng. Aust." ],
        [ a :VariantTitle,
                <http://id.loc.gov/vocabulary/vartitletype/run> ;
            :date "Nov. 5, 1976-" ;
            :mainTitle "Engineers Australia" ],
        [ a :KeyTitle ;
            :mainTitle "Journal of the Institution of Engineers, Australia" ] .

