@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/8b962e11-d32d-4987-9d59-a4c628e4e2be> a :Instance ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:47.477199+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/17174942> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/cd>,
        <http://id.loc.gov/vocabulary/carriers/cz> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2011657555" ] ;
    :instanceOf <https://dev.bcld.info/works/0da1940d-3ca3-4e9b-8603-c3c8b89893b0> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/c> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/addphys> ;
            rdfs:label "Also available in print." ],
        [ a :Note ;
            rdfs:label "Title from PDF file as viewed on 2/21/2012." ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/biblio> ;
            rdfs:label "Includes bibliographical references." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "National Bureau of Economic Research" ;
            bflc:simpleDate "c2011" ;
            bflc:simplePlace "Cambridge, MA" ;
            :date "2011"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/mau> ] ;
    :publicationStatement "Cambridge, MA: National Bureau of Economic Research, c2011" ;
    :responsibilityStatement "Jason M. Lindo, Isaac D. Swensen, Glen R. Waddell" ;
    :systemRequirement [ a :SystemRequirement ;
            rdfs:label "Mode of access: World Wide Web." ],
        [ a :SystemRequirement ;
            rdfs:label "System requirements: Adobe Acrobat Reader." ] ;
    :title [ a :Title ;
            :mainTitle "Are big-time sports a threat to student achievement?" ] ;
    :usageAndAccessPolicy [ a :AccessPolicy ;
            :qualifier "Unrestricted online access" ] .

