@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/e19e0654-8204-4f52-b6ed-010979c6dd00> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "Engineers Australia, 2 Ernest St. (P.O. Box 588), Crows Nest NSW 2065" ] ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/cbc> ;
            :date "2026-09-15T02:59:25.660197+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/11363429> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :dimensions "28 cm" ;
    :extent [ a :Extent ;
            rdfs:label "5 v." ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "ill." ] ] ;
    :firstIssue "[Vol. 60, no. 11] (May 27, 1988)" ;
    :frequency [ a :Frequency ;
            rdfs:label "Biweekly" ;
            :status <http://id.loc.gov/vocabulary/mstatus/current> ],
        <http://id.loc.gov/vocabulary/frequencies/bwk> ;
    :identifiedBy [ a :Local ;
            :source <http://id.loc.gov/vocabulary/organizations/uk> ;
            rdf:value "007852421" ],
        [ a :Coden ;
            rdf:value "ENAUDU" ],
        [ a :Lccn ;
            rdf:value "   89659013 " ] ;
    :instanceOf <https://bluecore-dev.stanford.edu/works/c37018a1-eeb3-45c5-a716-50735e667473> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/serl> ;
    :lastIssue "v 64, no. 15 (7 Aug. 1992)." ;
    :note [ a :Note ;
            rdfs:label "Title from cover." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "The Institution" ;
            bflc:simpleDate "[1988?-1992]" ;
            bflc:simplePlace "[Barton, ACT]" ;
            :date "1988/1992"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/at> ;
            :status <http://id.loc.gov/vocabulary/mstatus/ceased> ] ;
    :publicationStatement "[Barton, ACT]: The Institution, [1988?-1992]" ;
    :title [ a :Title ;
            :mainTitle "Engineers Australia" ] .

