@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/8feb5ecc-eb02-4f57-860e-3b7e070a4953> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:55.766480+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/8205869> ;
            :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/hd> ;
    :copyrightDate "1887"^^<http://id.loc.gov/datatypes/edtf> ;
    :dimensions "23 cm" ;
    :extent [ a :Extent ;
            rdfs:label "95 p." ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "   05039797 " ] ;
    :instanceOf <https://dev.bcld.info/works/87c0c6ec-9b65-4514-9145-245e35001fe4> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/h> ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "The author" ;
            bflc:simpleDate "1888 [c1887]" ;
            bflc:simplePlace "Kansas City" ;
            :date "1888"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/mou> ] ;
    :publicationStatement "Kansas City: The author, 1888 [c1887]" ;
    :title [ a :Title ;
            :mainTitle "60,000,000 slaves, being a lawyer's plea in behalf of the people" ;
            :subtitle "or, Speeches on the railways problem, (from short-hand notes,)" ] .

