@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/85zhb> a ns1:File ;
    dcterms:created "2024-05-17"^^rdf:string ;
    dcterms:identifier "https://osf.io/85zhb"^^rdf:string ;
    dcterms:modified "2024-05-17"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/7de40c74-6665-4efb-be59-caf9887b2ca8> ;
    ns1:fileName "Study3_ttest_anovas.py"^^rdf:string ;
    ns1:filePath "/code/Study1-3_Behav-EyeTracking/Study3_ttest_anovas.py"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/85zhb?revision=1> ;
    ns1:isContainedBy <https://osf.io/fr5d2> .

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

<https://osf.io/85zhb?revision=1> a ns1:FileVersion ;
    dcterms:created "2024-05-17"^^rdf:string ;
    dcterms:creator <https://osf.io/nu6p2> ;
    dcterms:extent "0.003 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2024-05-17"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::234927f67451635b7dbbfb87e33100e03d71c1bdcccf807dc9f2f71a706379c8> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/f9rds> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/f9rds"^^rdf:string ;
    foaf:name "Florin Dolcos"^^rdf:string .

<https://osf.io/fr5d2> a ns1:Project ;
    dcterms:created "2024-01-18"^^rdf:string ;
    dcterms:creator <https://osf.io/f9rds>,
        <https://osf.io/nu6p2>,
        <https://osf.io/p45zn> ;
    dcterms:identifier "https://osf.io/fr5d2"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Reconciling Opposing Effects of Emotion on Relational Memory:  Behavioral, Eye-Tracking, &amp; Brain Imaging Investigations"^^rdf:string .

<https://osf.io/p45zn> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-7646-8246"^^rdf:string,
        "https://osf.io/p45zn"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-7646-8246> ;
    foaf:name "Sanda Dolcos"^^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/nu6p2> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-4362-6084"^^rdf:string,
        "https://osf.io/nu6p2"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-4362-6084> ;
    foaf:name "Paul Bogdan"^^rdf:string .