@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <https://osf.io/vocab/2022/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://osf.io/wxjyb> a ns1:File ;
    dcterms:created "2020-05-07"^^rdf:string ;
    dcterms:identifier "https://osf.io/wxjyb"^^rdf:string ;
    dcterms:modified "2020-05-07"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/8ce2dc0b-e959-4c76-81ef-0f594240243a> ;
    ns1:fileName "OSF mindset and GPA.zip"^^rdf:string ;
    ns1:filePath "/OSF mindset and GPA.zip"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/wxjyb?revision=1> ;
    ns1:isContainedBy <https://osf.io/vg87m> .

<https://api.osf.io/v2/regions/us/> skos:prefLabel "United States"@en .

<https://osf.io/ablrv> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/tbates"^^rdf:string,
        "http://scholar.google.com/citations?user=5MDWBs8AAAAJ"^^rdf:string,
        "https://impactstory.org/u/0000-0002-1153-9007"^^rdf:string,
        "https://orcid.org/0000-0002-1153-9007"^^rdf:string,
        "https://osf.io/ablrv"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-1153-9007> ;
    foaf:name "Timothy C. Bates"^^rdf:string .

<https://osf.io/vg87m> a ns1:Project ;
    dcterms:created "2020-04-03"^^rdf:string ;
    dcterms:creator <https://osf.io/ablrv>,
        <https://osf.io/erv2x> ;
    dcterms:identifier "https://osf.io/vg87m"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Testing the association of growth mindset and grades across a challenging transition: Is growth mindset associated with grades?"^^rdf:string .

<https://osf.io/wxjyb?revision=1> a ns1:FileVersion ;
    dcterms:created "2020-05-07"^^rdf:string ;
    dcterms:creator <https://osf.io/erv2x> ;
    dcterms:extent "0.042 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2020-05-07"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::7b39af2ee8e76a3e1ccfb6593089f9ccff0089539f02a82f3a3f326ff2429a91> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://osf.io"^^rdf:string ;
    foaf:name "OSF"^^rdf:string .

<https://osf.io/erv2x> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/erv2x"^^rdf:string ;
    foaf:name "Yue Li"^^rdf:string .