@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/wcexp> a ns1:File ;
    dcterms:created "2022-05-09"^^rdf:string ;
    dcterms:identifier "https://osf.io/wcexp"^^rdf:string ;
    dcterms:modified "2022-05-09"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/756bd150-c2a1-4201-8e4f-1513dd134c7d> ;
    ns1:fileName "word_real_30_wrist.bmp"^^rdf:string ;
    ns1:filePath "/stimuli/word_real_30_wrist.bmp"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/wcexp?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/wcexp?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::63924d52a672049faf5a22c7527c410fb8034f97b490a305b0440f136a34a398> ;
    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 .