@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://dev.bcld.info/instances/b41e725e-9b6e-4062-841d-aaa932061ce8> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "Institute of Mathematical Statistics, 3401 Investment Blvd. #7, Hayward, CA 94545" ] ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-20T22:00:10.348217+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/11313162> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-20" ;
            :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/> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "28 cm" ;
    :extent [ a :Extent ;
            rdfs:label "volumes" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "illustrations" ] ] ;
    :firstIssue "Vol. 1, no. 1 (Feb. 1986)" ;
    :frequency [ a :Frequency ;
            rdfs:label "Quarterly" ;
            :status <http://id.loc.gov/vocabulary/mstatus/current> ],
        <http://id.loc.gov/vocabulary/frequencies/qrt> ;
    :identifiedBy [ a :PostalRegistration ;
            :assigner [ a :Organization ;
                    rdfs:label "USPS" ] ;
            rdf:value "761490" ],
        [ a :Lccn ;
            rdf:value "   86642668 " ],
        [ a :Local ;
            :source <http://id.loc.gov/vocabulary/organizations/jp-tokjk> ;
            rdf:value "AA10664465" ],
        [ a :Coden ;
            rdf:value "STSCEP" ],
        [ a :Local ;
            :source <http://id.loc.gov/vocabulary/organizations/de-600> ;
            rdf:value "54152-7" ],
        [ a :Local ;
            :source <http://id.loc.gov/vocabulary/organizations/dnlm> ;
            rdf:value "100962994" ] ;
    :instanceOf <https://dev.bcld.info/works/757044db-9198-42a1-8a3a-52cba674c367> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/serl> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/descsource> ;
            rdfs:label "Latest issue consulted: Vol. 19, no. 4 (Nov. 2004)." ],
        [ a :Note ;
            rdfs:label "Title from cover." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "The Institute" ;
            bflc:simpleDate "[©1986-]" ;
            bflc:simplePlace "[Hayward, Calif.]" ;
            :date "1986/.."^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/cau> ;
            :status <http://id.loc.gov/vocabulary/mstatus/current> ] ;
    :publicationStatement "[Hayward, Calif.]: The Institute, [©1986-]" ;
    :title [ a :Title ;
            :mainTitle "Statistical science" ;
            :subtitle "a review journal of the Institute of Mathematical Statistics" ] .

