@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://osf.io/atcjb> a ns1:File ;
    dcterms:created "2023-08-08"^^rdf:string ;
    dcterms:identifier "https://osf.io/atcjb"^^rdf:string ;
    dcterms:modified "2023-08-08"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/eee6155a-1cea-44a7-9c74-68cd07796193> ;
    ns1:fileName "Study 3.qsf"^^rdf:string ;
    ns1:filePath "/Study material/QSF files/Study 3.qsf"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/atcjb?revision=1> ;
    ns1:isContainedBy <https://osf.io/wyghd> .

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

<https://osf.io/atcjb?revision=1> a ns1:FileVersion ;
    dcterms:created "2023-08-08"^^rdf:string ;
    dcterms:creator <https://osf.io/93wha> ;
    dcterms:extent "0.181 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2023-08-08"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::b8016a272262b7348ec5e5eaf0bc674ce5e7b072c8646b566da70e789b21a7ab> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/wyghd> a ns1:ProjectComponent ;
    dcterms:created "2023-08-08"^^rdf:string ;
    dcterms:creator <https://osf.io/93wha> ;
    dcterms:identifier "https://osf.io/wyghd"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Study materials"^^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/93wha> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/93wha"^^rdf:string ;
    foaf:name "Nofar Duani"^^rdf:string .