@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/2hzak> a ns1:File ;
    dcterms:created "2021-03-15"^^rdf:string ;
    dcterms:identifier "https://osf.io/2hzak"^^rdf:string ;
    dcterms:modified "2021-03-15"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/2ed6c668-9cdc-4e0e-a496-d9190c078b9e> ;
    ns1:fileName "sub11_V_only.mat"^^rdf:string ;
    ns1:filePath "/sub11_V_only.mat"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/2hzak?revision=1> ;
    ns1:isContainedBy <https://osf.io/sq3rh> .

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

<https://osf.io/2hzak?revision=1> a ns1:FileVersion ;
    dcterms:created "2021-03-15"^^rdf:string ;
    dcterms:creator <https://osf.io/gpxwh> ;
    dcterms:extent "26.2 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2021-03-15"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::011d2b6d189a167bf4e8317e918b6205b9d4a3e55eba4b06323b0939c82811fa> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/sq3rh> a ns1:Project ;
    dcterms:created "2021-03-15"^^rdf:string ;
    dcterms:creator <https://osf.io/gpxwh> ;
    dcterms:identifier "https://osf.io/sq3rh"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Single_speaker_in_noise_data"^^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/gpxwh> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0003-0398-8600"^^rdf:string,
        "https://osf.io/gpxwh"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0003-0398-8600> ;
    foaf:name "Farhin Ahmed"^^rdf:string .