@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/j8e7u> a ns1:File ;
    dcterms:created "2021-06-25"^^rdf:string ;
    dcterms:identifier "https://osf.io/j8e7u"^^rdf:string ;
    dcterms:modified "2021-06-25"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/a717ff66-40a0-4ff9-8079-332b99644721> ;
    ns1:fileName "Experiment1Analysis.m"^^rdf:string ;
    ns1:filePath "/Experiment1Analysis.m"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/j8e7u?revision=1> ;
    ns1:isContainedBy <https://osf.io/kmtq6> .

<https://api.osf.io/v2/regions/us/> skos:prefLabel "United States"@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/j8e7u?revision=1> a ns1:FileVersion ;
    dcterms:created "2021-06-25"^^rdf:string ;
    dcterms:creator <https://osf.io/fj3m6> ;
    dcterms:extent "0.000753 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2021-06-25"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::e75846a33c662699f31629464d9b54d5762df8ca35c1cdc659ceccc9754218ec> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/kmtq6> a ns1:ProjectComponent ;
    dcterms:created "2021-06-25"^^rdf:string ;
    dcterms:creator <https://osf.io/fj3m6>,
        <https://osf.io/w8g9s> ;
    dcterms:dateCopyrighted "2021"^^rdf:string ;
    dcterms:identifier "https://osf.io/kmtq6"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:rights <https://creativecommons.org/licenses/by/4.0/legalcode> ;
    dcterms:title "Analysis Programs"^^rdf:string .

<https://osf.io/w8g9s> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-0945-3407"^^rdf:string,
        "https://osf.io/w8g9s"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-0945-3407> ;
    foaf:name "Timothy Rich"^^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/fj3m6> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-1752-4631"^^rdf:string,
        "https://osf.io/fj3m6"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-1752-4631> ;
    foaf:name "John Palmer"^^rdf:string .