@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/bq3th> a ns1:File ;
    dcterms:created "2021-03-15"^^rdf:string ;
    dcterms:identifier "https://osf.io/bq3th"^^rdf:string ;
    dcterms:modified "2021-03-15"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/5284e430-610c-4538-8656-37498cec8c6e> ;
    ns1:fileName "sub14_AV.mat"^^rdf:string ;
    ns1:filePath "/sub14_AV.mat"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/bq3th?revision=1> ;
    ns1:isContainedBy <https://osf.io/sq3rh> .

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

<https://osf.io/bq3th?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::7ae8a0800a6236af29b86e9e127222776d1583345cd26436cc5e1aa09b71a845> ;
    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 .