@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/exc6t> a ns1:File ;
    dcterms:created "2022-05-09"^^rdf:string ;
    dcterms:identifier "https://osf.io/exc6t"^^rdf:string ;
    dcterms:modified "2022-05-09"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/3af9e893-d627-4367-a19b-ef8eaea38be1> ;
    ns1:fileName "TWFA_01_run1.csv"^^rdf:string ;
    ns1:filePath "/behavioral_response/TWFA_01_run1.csv"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/exc6t?revision=1> ;
    ns1:isContainedBy <https://osf.io/tnbd5> .

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

<https://osf.io/exc6t?revision=1> a ns1:FileVersion ;
    dcterms:created "2022-05-09"^^rdf:string ;
    dcterms:creator <https://osf.io/gzuhs> ;
    dcterms:extent "0.003 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2022-05-09"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::b780b1a66d24c8147d75935ea30c94a4462a077cf90c3ffa7e4c6921cda3fdd6> ;
    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 .