@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/75a98445-bf2a-4e1b-8d56-1edf096914d4> a :Instance ;
    :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-20T21:57:27.131719+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/6844334> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "23 cm" ;
    :extent [ a :Extent ;
            rdfs:label "57 p." ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "   19002414 " ] ;
    :instanceOf <https://dev.bcld.info/works/56057b3f-578f-4621-9dce-0efbe4076210> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/addphys> ;
            rdfs:label "Also available in digital form." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "[Indiana university]" ;
            bflc:simpleDate "[c1918]" ;
            bflc:simplePlace "[Bloomington, Ind]" ;
            :date "1918"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/xx> ] ;
    :publicationStatement "[Bloomington, Ind]: [Indiana university], [c1918]" ;
    :title [ a :Title ;
            :mainTitle "Training trade and industrial teachers under the Smith-Hughes law" ] .

