@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://dev.bcld.info/works/b225fbe8-7b51-4e09-b36d-2354b375b049> a :Serial,
        :Text,
        :Work ;
    bflc:aap "Young Men's Christian Association, Youngstown, Ohio. Annual report.." ;
    bflc:aap-normalized "youngmen'schristianassociationyoungstownohioannualreport" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:12.839568+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/11097624> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "BV1050.Y6" ;
            :itemPortion "A3" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Organization ;
                    rdfs:label "Young Men's Christian Association, Youngstown, Ohio" ;
                    bflc:marcKey "1102 $aYoung Men's Christian Association, Youngstown, Ohio." ] ;
            :role <http://id.loc.gov/vocabulary/relators/ctb> ] ;
    :hasInstance <https://dev.bcld.info/instances/040e1f9a-a4f4-4b7b-a05e-63f5f765b264> ;
    :language <http://id.loc.gov/vocabulary/languages/enm> ;
    :title [ a :Title ;
            :mainTitle "Annual report..." ] .

