@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/us3fe> a ns1:File ;
    dcterms:created "2021-03-15"^^rdf:string ;
    dcterms:identifier "https://osf.io/us3fe"^^rdf:string ;
    dcterms:modified "2021-03-15"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/6266fa84-cf32-41ba-879c-5ba0cb6df3c9> ;
    ns1:fileName "sub17_V_only.mat"^^rdf:string ;
    ns1:filePath "/sub17_V_only.mat"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/us3fe?revision=1> ;
    ns1:isContainedBy <https://osf.io/sq3rh> .

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

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