@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/58hax> a ns1:File ;
    dcterms:created "2020-11-19"^^rdf:string ;
    dcterms:identifier "https://osf.io/58hax"^^rdf:string ;
    dcterms:modified "2020-11-19"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/1a4444cc-80af-42bf-8071-bbdb54ffdbbc> ;
    ns1:fileName "e1-analyses.R"^^rdf:string ;
    ns1:filePath "/code/e1-analyses.R"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/58hax?revision=1> ;
    ns1:isContainedBy <https://osf.io/wr2vk> .

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

<https://osf.io/58hax?revision=1> a ns1:FileVersion ;
    dcterms:created "2020-11-19"^^rdf:string ;
    dcterms:creator <https://osf.io/xs7md> ;
    dcterms:extent "0.010 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2020-11-19"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::9d94abedac2432ec01e1d8dd7ddba334002157d1041329f37466680ecae3d51a> ;
    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 .