@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/instances/3fd7c8f2-ca85-4e26-8700-785059fb0c31> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:42:55.175991+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/3850916> ;
            :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/> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "33 cm" ;
    :extent [ a :Extent ;
            rdfs:label "6 p." ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "   87460090 " ] ;
    :instanceOf <https://dev.bcld.info/works/b1071cb7-99f2-46b9-b467-3e11c1031ce7> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "South African Institute of Race Relations" ;
            bflc:simpleDate "[1962]" ;
            bflc:simplePlace "[Johannesburg]" ;
            :date "1962"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/sa> ] ;
    :publicationStatement "[Johannesburg]: South African Institute of Race Relations, [1962]" ;
    :responsibilityStatement "by Monica Wilson" ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The principle of maintaining the reserves for the African" ;
            :subtitle "Institute Council meeting, 1962 : Port Elizabeth, January 16-19, 1962" ] .

