@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://osf.io/w7hym> a ns1:File ;
    dcterms:created "2018-11-28"^^rdf:string ;
    dcterms:identifier "https://osf.io/w7hym"^^rdf:string ;
    dcterms:modified "2018-11-28"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/1807f2f5-b4ad-4c52-8170-f38686ad0b05> ;
    ns1:fileName "GE_F_hek_meng_fep_ten.wav"^^rdf:string ;
    ns1:filePath "/GE_F_hek_meng_fep_ten.wav"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/w7hym?revision=1> ;
    ns1:isContainedBy <https://osf.io/7y4k2> .

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

<https://osf.io/7y4k2> a ns1:ProjectComponent ;
    dcterms:created "2018-11-28"^^rdf:string ;
    dcterms:creator <https://osf.io/6a8ad> ;
    dcterms:identifier "https://osf.io/7y4k2"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Stimuli"^^rdf:string .

<https://osf.io/w7hym?revision=1> a ns1:FileVersion ;
    dcterms:created "2018-11-28"^^rdf:string ;
    dcterms:creator <https://osf.io/6a8ad> ;
    dcterms:extent "0.297 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2018-11-28"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::1b1a9ced650fa8e8367f59f102169fa263cc53b5be922af0b82364c8fc841084> ;
    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/6a8ad> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/6a8ad"^^rdf:string ;
    foaf:name "Thomas Denby"^^rdf:string .