@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/zs62e> a ns1:File ;
    dcterms:created "2017-12-08"^^rdf:string ;
    dcterms:identifier "https://osf.io/zs62e"^^rdf:string ;
    dcterms:modified "2017-12-08"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/0eb1eef2-c07d-4a4a-ab49-83edc126d021> ;
    ns1:fileName "IND_Instructions.docx"^^rdf:string ;
    ns1:filePath "/Materials and Description/Indonesia/Original English Documents/IND_Instructions.docx"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/zs62e?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/zs62e?revision=1> a ns1:FileVersion ;
    dcterms:created "2017-12-08"^^rdf:string ;
    dcterms:creator <https://osf.io/u97k3> ;
    dcterms:extent "0.026 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2017-12-08"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::4445a1c0a85f57dc776ef6a8ae5b5e8774902e8d9e04956073ba469e4104a1e4> ;
    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 .