@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/12e49799-a62c-4c4c-812c-a6999a284f4e> a :Work ;
    rdfs:label "Pathe presents William Boyd in The cop with Alan Hale, Jacqueline Logan and Robert Armstrong" ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-08T16:16:37.223829+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23209928> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "ML31" ;
            :itemPortion ".C595" ;
            :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/0a040879-976f-4ce5-a728-fa6fa0b53f76> ;
    :language <http://id.loc.gov/vocabulary/languages/zxx> ;
    :title [ a :Title ;
            :mainTitle "Pathe presents William Boyd in The cop with Alan Hale, Jacqueline Logan and Robert Armstrong" ],
        [ a :VariantTitle,
                <http://id.loc.gov/vocabulary/vartitletype/por> ;
            :mainTitle "Cop" ] .

