@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/7r8kb> a ns1:File ;
    dcterms:created "2023-03-23"^^rdf:string ;
    dcterms:identifier "https://osf.io/7r8kb"^^rdf:string ;
    dcterms:modified "2023-03-23"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/b6730e28-0bac-4868-950d-688b1b1a9f0a> ;
    ns1:fileName "CheckingElectroFiles.m"^^rdf:string ;
    ns1:filePath "/FEM/Script/CheckingElectroFiles.m"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/7r8kb?revision=1> ;
    ns1:isContainedBy <https://osf.io/nrcuw> .

<https://api.osf.io/v2/regions/de-1/> skos:prefLabel "Germany - Frankfurt"@en .

<https://osf.io/7r8kb?revision=1> a ns1:FileVersion ;
    dcterms:created "2023-03-23"^^rdf:string ;
    dcterms:creator <https://osf.io/nzf59> ;
    dcterms:extent "0.004 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2023-03-23"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::dc1f1e04307995fbb1bbe2334ac1c086aec126520eecf4e880099ecbcd471385> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/de-1/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/nrcuw> a ns1:Project ;
    dcterms:created "2023-03-22"^^rdf:string ;
    dcterms:creator <https://osf.io/nzf59> ;
    dcterms:identifier "https://osf.io/nrcuw"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Understanding the neural mechanisms of emotion-cognition interaction via high resolution mapping in space, time, frequency, and information transfer"^^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/nzf59> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/nzf59"^^rdf:string ;
    foaf:name "Anya Dietrich"^^rdf:string .