@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/e7eceb5b-d8c6-4d02-88c5-c242b30f636d> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Santa Clara. Das bolas de trapo ao primeiro troféu" ;
    bflc:aap-normalized "santaclaradasbolasdetrapoaoprimeirotroféu" ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-20" ;
            :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-20T22:01:49.156893+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23055810> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "MLCM 2023/42508 (G)" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/no2017016048> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :hasInstance <https://dev.bcld.info/instances/07d995b4-331f-444f-baf4-804dc86abbd7> ;
    :language <http://id.loc.gov/vocabulary/languages/por> ;
    :subject [ a bflc:Uncontrolled,
                :Topic ;
            rdfs:label "History" ;
            bflc:aap-normalized "history" ],
        [ a bflc:Uncontrolled,
                :Topic ;
            rdfs:label "Soccer" ;
            bflc:aap-normalized "soccer" ],
        [ a bflc:Uncontrolled,
                :Topic ;
            rdfs:label "Cabo Verde" ;
            bflc:aap-normalized "caboverde" ],
        [ a bflc:Uncontrolled,
                :Topic ;
            rdfs:label "20th century" ;
            bflc:aap-normalized "20thcentury" ] ;
    :title [ a :Title ;
            :mainTitle "Das bolas de trapo ao primeiro troféu" ] .

