@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://osf.io/62kzn> a ns1:File ;
    dcterms:created "2020-11-19"^^rdf:string ;
    dcterms:identifier "https://osf.io/62kzn"^^rdf:string ;
    dcterms:modified "2020-11-19"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/9dd6cd14-6d7e-4f69-966b-c65b202277a2> ;
    ns1:fileName "supplementalAnalyses.Rmd"^^rdf:string ;
    ns1:filePath "/supplementalAnalyses.Rmd"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/62kzn?revision=1> ;
    ns1:isContainedBy <https://osf.io/wr2vk> .

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

<https://osf.io/62kzn?revision=1> a ns1:FileVersion ;
    dcterms:created "2020-11-19"^^rdf:string ;
    dcterms:creator <https://osf.io/xs7md> ;
    dcterms:extent "0.007 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2020-11-19"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::91d33c1f838461fc52e1ba72f29c4bd5b0afcb1f84dbbe6e1c36d01af6fd3441> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/b3cwv> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/b3cwv"^^rdf:string ;
    foaf:name "Paul Seli"^^rdf:string .

<https://osf.io/wr2vk> a ns1:Project ;
    dcterms:created "2020-01-07"^^rdf:string ;
    dcterms:creator <https://osf.io/b3cwv>,
        <https://osf.io/xs7md> ;
    dcterms:identifier "https://osf.io/wr2vk"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "The influence of task difficulty on mind wandering and thought constraint"^^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/xs7md> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/xs7md"^^rdf:string,
        "https://www.AttentionandLearningLab.com"^^rdf:string ;
    foaf:name "Nicholaus Brosowsky"^^rdf:string .