@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/tydux> a ns1:File ;
    dcterms:created "2021-06-25"^^rdf:string ;
    dcterms:identifier "https://osf.io/tydux"^^rdf:string ;
    dcterms:modified "2021-06-25"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/984955d0-01a4-4df7-a5cc-2bd22282ad7a> ;
    ns1:fileName "Experiment2Controls.xlsx"^^rdf:string ;
    ns1:filePath "/Experiment2Controls.xlsx"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/tydux?revision=1> ;
    ns1:isContainedBy <https://osf.io/gt62q> .

<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/gt62q> 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/gt62q"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:rights <https://creativecommons.org/licenses/by/4.0/legalcode> ;
    dcterms:title "Summary Data"^^rdf:string .

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