@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/8crhn> a ns1:File ;
    dcterms:created "2017-12-24"^^rdf:string ;
    dcterms:identifier "https://osf.io/8crhn"^^rdf:string ;
    dcterms:modified "2017-12-24"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/a6c8b164-611e-4536-bdf2-d8fd0dcdf9d9> ;
    ns1:fileName "SocialDiscounting_MTURK_Prereg_Cleaning.sps"^^rdf:string ;
    ns1:filePath "/Code and Description/SocialDiscounting_MTURK_Prereg_Cleaning.sps"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/8crhn?revision=1> ;
    ns1:isContainedBy <https://osf.io/fn9am> .

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

<https://osf.io/8crhn?revision=1> a ns1:FileVersion ;
    dcterms:created "2017-12-24"^^rdf:string ;
    dcterms:creator <https://osf.io/u97k3> ;
    dcterms:extent "0.011 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2017-12-24"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::6f2cac22faa4ab4438df334f3c66d77904c46fc11744630f7e727c6ca7c1d1dd> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/fn9am> a ns1:Project ;
    dcterms:created "2017-12-08"^^rdf:string ;
    dcterms:creator <https://osf.io/u97k3> ;
    dcterms:identifier "https://osf.io/fn9am"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Social Discounting with Hypothetical Stakes: A Direct Replication of Study 2 from Hackman, Danvers, and Hruschka (2015)."^^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/u97k3> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/ltiokhin"^^rdf:string,
        "http://leotiokhin.com/"^^rdf:string,
        "http://scholar.google.com/citations?user=wRgdEdcAAAAJ&amp;hl=en"^^rdf:string,
        "https://orcid.org/0000-0001-7333-0383"^^rdf:string,
        "https://osf.io/u97k3"^^rdf:string,
        "https://researchgate.net/profile/Leonid_Tiokhin"^^rdf:string,
        "https://www.linkedin.com/in/leo-tiokhin-phd"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0001-7333-0383> ;
    foaf:name "Leo Tiokhin"^^rdf:string .