@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/ap3ge> a ns1:File ;
    dcterms:created "2020-01-17"^^rdf:string ;
    dcterms:identifier "https://osf.io/ap3ge"^^rdf:string ;
    dcterms:modified "2020-01-17"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/fabf0957-b17c-4cc8-914c-167709f83dde> ;
    ns1:fileName "XP1_S14.csv"^^rdf:string ;
    ns1:filePath "/Experiment 1/Raw data and data processing script/XP1_S14.csv"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/ap3ge?revision=1> ;
    ns1:isContainedBy <https://osf.io/dkaw9> .

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

<https://creativecommons.org/licenses/by/4.0/legalcode> dcterms:identifier "https://creativecommons.org/licenses/by/4.0/legalcode"^^rdf:string ;
    foaf:name "CC-By Attribution 4.0 International"^^rdf:string .

<https://osf.io/ap3ge?revision=1> a ns1:FileVersion ;
    dcterms:created "2020-01-17"^^rdf:string ;
    dcterms:creator <https://osf.io/ndv2t> ;
    dcterms:extent "0.764 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2020-01-17"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::e922b1f55df721d500c6d3a6199c42ef52640af8c0016a6d2adee9b93df01276> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/de-1/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/dkaw9> a ns1:Project ;
    dcterms:created "2020-01-14"^^rdf:string ;
    dcterms:creator <https://osf.io/ndv2t> ;
    dcterms:dateCopyrighted "2020"^^rdf:string ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/DKAW9"^^rdf:string,
        "https://osf.io/dkaw9"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:rights <https://creativecommons.org/licenses/by/4.0/legalcode> ;
    dcterms:title "The influence of rhythm on short-term memory for serial order (data)"^^rdf:string ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/DKAW9> .

<https://osf.io> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://osf.io"^^rdf:string ;
    foaf:name "OSF"^^rdf:string .

<https://osf.io/ndv2t> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/gorinsimon"^^rdf:string,
        "http://scholar.google.com/citations?user=2IXZUiQAAAAJ"^^rdf:string,
        "https://gorinsimon.github.io"^^rdf:string,
        "https://orcid.org/0000-0001-7462-0446"^^rdf:string,
        "https://osf.io/ndv2t"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0001-7462-0446> ;
    foaf:name "Simon Gorin"^^rdf:string .