@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/ad1854e3-b97a-427f-8263-7815726774d9> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "Advertising Age, 740 Rush St., Chicago, IL 60611" ] ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-07" ;
            :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/bcld> ;
            :date "2026-07-07T22:43:15.474421+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/11504457> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/cr> ;
    :frequency [ a :Frequency ;
            rdfs:label "Daily, excluding weekends" ;
            :status <http://id.loc.gov/vocabulary/mstatus/current> ],
        <http://id.loc.gov/vocabulary/frequencies/dyl>,
        <http://id.loc.gov/vocabulary/frequencies/irr> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "   98660865 " ],
        [ a :Local ;
            :source <http://id.loc.gov/vocabulary/organizations/caoonl> ;
            rdf:value "(AMICUS)43574743" ],
        [ a :OclcNumber ;
            rdf:value "39911225" ],
        [ a :Coden ;
            rdf:value "ADVAAQ" ] ;
    :instanceOf <https://dev.bcld.info/works/0967a87c-338e-4788-b1d3-4cd9498af40b> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/serl> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/c> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/orig> ;
            rdfs:label "Electronic" ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/addphys> ;
            rdfs:label "Also issued in print." ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/descsource> ;
            rdfs:label "Latest issue consulted: March 15, 2023" ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/number> ;
            rdfs:label "Print began in 1930." ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/descsource> ;
            rdfs:label "Description based on: Sept. 21, 1998; title from title screen." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Crain Communications" ;
            bflc:simplePlace "[Chicago, Ill.]" ;
            :date "1930/.."^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/ilu> ;
            :status <http://id.loc.gov/vocabulary/mstatus/current> ] ;
    :publicationStatement "[Chicago, Ill.]: Crain Communications" ;
    :title [ a :Title ;
            :mainTitle "Advertising age" ] .

