@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/01b07ee0-59d9-4128-89ee-bc521c54e954> a :Work ;
    rdfs:label "Courrier de San Francisco" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:58.323728+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/18506451> ;
            :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 "Newspaper" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :hasInstance <https://dev.bcld.info/instances/bcc7241e-e2aa-44aa-90ff-5a343c777943> ;
    :language <http://id.loc.gov/vocabulary/languages/fre> ;
    :title [ a :Title ;
            :mainTitle "Courrier de San Francisco" ] .

