@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/hrbfg> a ns1:File ;
    dcterms:created "2021-03-15"^^rdf:string ;
    dcterms:identifier "https://osf.io/hrbfg"^^rdf:string ;
    dcterms:modified "2021-03-15"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/0816b18c-5862-40bd-a18e-3cd08f1b8909> ;
    ns1:fileName "sub12_A_only.mat"^^rdf:string ;
    ns1:filePath "/sub12_A_only.mat"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/hrbfg?revision=1> ;
    ns1:isContainedBy <https://osf.io/sq3rh> .

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

<https://osf.io/hrbfg?revision=1> a ns1:FileVersion ;
    dcterms:created "2021-03-15"^^rdf:string ;
    dcterms:creator <https://osf.io/gpxwh> ;
    dcterms:extent "43.3 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2021-03-15"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::4abc9d1f18ba68e4c78f8a41dd9a2b3559062e43542818304046dae4c967535c> ;
    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 .