@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/5fb568d4-cd0f-4ba4-9586-88877b46b617> a :Work ;
    rdfs:label "Pathe presents William Boyd in The cop with Alan Hale, Jacqueline Logan and Robert Armstrong" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-08T16:16:37.207137+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/22224223> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-08" ;
            :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 "M176" ;
            :status <http://id.loc.gov/vocabulary/mstatus/nuba> ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "Microfilm Music 3236" ;
            :itemPortion "Item 229" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Berliner, Rudolph, 1878-1965" ;
                    bflc:marcKey "7001 $aBerliner, Rudolph,$d1878-1965,$ecompiler." ] ;
            :role [ a :Role ;
                    rdfs:label "compiler" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/d0c77493-e77a-450c-bdcf-31461d33c83c> ;
    :language <http://id.loc.gov/vocabulary/languages/zxx> ;
    :title [ a :VariantTitle,
                <http://id.loc.gov/vocabulary/vartitletype/por> ;
            :mainTitle "Cop" ],
        [ a :Title ;
            :mainTitle "Pathe presents William Boyd in The cop with Alan Hale, Jacqueline Logan and Robert Armstrong" ] .

