@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/zrde7> a ns1:File ;
    dcterms:created "2022-05-09"^^rdf:string ;
    dcterms:identifier "https://osf.io/zrde7"^^rdf:string ;
    dcterms:modified "2022-05-09"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/635380e3-d6f7-4239-8dc7-d212795ccca4> ;
    ns1:fileName "BRL_instructions.txt"^^rdf:string ;
    ns1:filePath "/BRL_instructions.txt"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/zrde7?revision=1> ;
    ns1:isContainedBy <https://osf.io/tnbd5> .

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

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