@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://bluecore-dev.stanford.edu/works/44781a83-fa6c-418b-9056-5b4d3260644b> a :Work ;
    rdfs:label "Wilkinson-Weber, Clare M. Fashioning Bollywood" ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-09-14" ;
            :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/cbc> ;
            :date "2026-09-14T21:38:53.953725+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/17923635> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "PN1995.9.C56" ;
            :itemPortion "W55 2014" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "791.4302/6" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23" ] ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Wilkinson-Weber, Clare M." ;
                    bflc:marcKey "1001 $aWilkinson-Weber, Clare M." ] ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :hasInstance <https://bluecore-dev.stanford.edu/instances/66963bae-5d5c-42f5-b2e6-e5b69c9d05f1> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Fashioning Bollywood" ] .

