@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/2guba> a ns1:File ;
    dcterms:created "2023-05-13"^^rdf:string ;
    dcterms:identifier "https://osf.io/2guba"^^rdf:string ;
    dcterms:modified "2023-05-18"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/46511f02-ccbb-4ef0-b8e3-cb809a0f3dba> ;
    ns1:fileName "behav_analysis_OSF.R"^^rdf:string ;
    ns1:filePath "/script_for_behavioral_analysis/behav_analysis_OSF.R"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/2guba?revision=1> ;
    ns1:isContainedBy <https://osf.io/tnbd5> .

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

<https://osf.io/2guba?revision=1> a ns1:FileVersion ;
    dcterms:created "2023-05-13"^^rdf:string ;
    dcterms:creator <https://osf.io/gzuhs> ;
    dcterms:extent "0.002 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2023-05-13"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::ce1889a931c9c5d7cba2987871917f723da6442f203292a532f1ee988114b327> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/tnbd5> a ns1:Project ;
    dcterms:created "2022-05-09"^^rdf:string ;
    dcterms:creator <https://osf.io/gzuhs> ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/TNBD5"^^rdf:string,
        "https://osf.io/tnbd5"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "The neural basis for the orthographic processes in Braille reading"^^rdf:string ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/TNBD5> .

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

<https://osf.io/gzuhs> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0001-6644-813X"^^rdf:string,
        "https://osf.io/gzuhs"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0001-6644-813X> ;
    foaf:name "Yun-Fei Liu"^^rdf:string .