@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/y6cdr> a ns1:File ;
    dcterms:created "2022-05-13"^^rdf:string ;
    dcterms:identifier "https://osf.io/y6cdr"^^rdf:string ;
    dcterms:modified "2022-05-13"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/d3f5a26f-4f24-4330-a25c-acf4d8601459> ;
    ns1:fileName "MC_306_long_step_0000.abf"^^rdf:string ;
    ns1:filePath "/220114/MC 306/MC_306_long_step_0000.abf"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/y6cdr?revision=1> ;
    ns1:isContainedBy <https://osf.io/bynqe> .

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

<https://osf.io/bynqe> a ns1:ProjectComponent ;
    dcterms:created "2022-05-13"^^rdf:string ;
    dcterms:creator <https://osf.io/4ch6j>,
        <https://osf.io/keura> ;
    dcterms:identifier "https://osf.io/bynqe"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "MC Traces LONG STEP"^^rdf:string .

<https://osf.io/keura> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/keura"^^rdf:string ;
    foaf:name "Nicola Kuczewski"^^rdf:string .

<https://osf.io/y6cdr?revision=1> a ns1:FileVersion ;
    dcterms:created "2022-05-13"^^rdf:string ;
    dcterms:creator <https://osf.io/4ch6j> ;
    dcterms:extent "48.1 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2022-05-13"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::ef91bf5d78579cb3829ce633e4aaa1c3facbe4968315091a84273e8a06bbab02> ;
    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/4ch6j> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/4ch6j"^^rdf:string ;
    foaf:name "Anistasha Lightning"^^rdf:string .