@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/w5tur> a ns1:File ;
    dcterms:created "2017-12-08"^^rdf:string ;
    dcterms:identifier "https://osf.io/w5tur"^^rdf:string ;
    dcterms:modified "2017-12-08"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/790e9b74-c768-44d3-a1ed-de6c01b4e475> ;
    ns1:fileName "ListOfPriorClosenessStudies.xlsx"^^rdf:string ;
    ns1:filePath "/ListOfPriorClosenessStudies.xlsx"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/w5tur?revision=1> ;
    ns1:isContainedBy <https://osf.io/cfkdr> .

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

<https://osf.io/cfkdr> a ns1:Project ;
    dcterms:created "2017-12-08"^^rdf:string ;
    dcterms:creator <https://osf.io/u97k3> ;
    dcterms:identifier "https://osf.io/cfkdr"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Generalizability is not optional: Insights from a cross-cultural study of social discounting"^^rdf:string .

<https://osf.io/w5tur?revision=1> a ns1:FileVersion ;
    dcterms:created "2017-12-08"^^rdf:string ;
    dcterms:creator <https://osf.io/u97k3> ;
    dcterms:extent "0.015 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2017-12-08"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::2d0f77f88fb3b2172acb055f120f0b48e67b0140aac4e89fef0719e8dfe40805> ;
    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/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 .