@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://bluecore-dev.stanford.edu/instances/b98ee383-03a2-4458-af88-af0e2a081564> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/cbc> ;
            :date "2026-09-15T02:59:25.733889+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/11424590> ;
            :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/> ] ;
    :editionStatement "Civil ed." ;
    :extent [ a :Extent ;
            rdfs:label "v." ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "ill." ] ] ;
    :identifiedBy [ a :Coden ;
            rdf:value "CIEAF3" ],
        [ a :Lccn ;
            rdf:value "   93659479 " ] ;
    :instanceOf <https://bluecore-dev.stanford.edu/works/f89accac-65f7-4208-818a-e58ae22420f2> ;
    :publicationStatement "Barton, ACT: Institution of Engineers, Australia" ;
    :title [ a :Title ;
            :mainTitle "Civil engineers Australia" ] .

