@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/4ma73> a ns1:File ;
    dcterms:created "2021-03-15"^^rdf:string ;
    dcterms:identifier "https://osf.io/4ma73"^^rdf:string ;
    dcterms:modified "2021-03-15"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/3ef834f6-cbee-4f91-8f32-5616cb066c29> ;
    ns1:fileName "sub15_V_only.mat"^^rdf:string ;
    ns1:filePath "/sub15_V_only.mat"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/4ma73?revision=1> ;
    ns1:isContainedBy <https://osf.io/sq3rh> .

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

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