@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/396r8> a ns1:File ;
    dcterms:created "2023-09-17"^^rdf:string ;
    dcterms:identifier "https://osf.io/396r8"^^rdf:string ;
    dcterms:modified "2023-09-17"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/c04e75a5-9a1a-49b8-adb9-dc6881cf7b64> ;
    ns1:fileName "CCK1.sav.zip"^^rdf:string ;
    ns1:filePath "/CCK1.sav.zip"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/396r8?revision=1> ;
    ns1:isContainedBy <https://osf.io/6yebu> .

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

<https://osf.io/396r8?revision=1> a ns1:FileVersion ;
    dcterms:created "2023-09-17"^^rdf:string ;
    dcterms:creator <https://osf.io/ypnk4> ;
    dcterms:extent "0.296 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2023-09-17"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::998855c27c6b6e9bb53b00f3b92231faff532effde95c4459fab641a3fc4603a> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/6yebu> a ns1:Project ;
    dcterms:created "2020-07-03"^^rdf:string ;
    dcterms:creator <https://osf.io/ypnk4> ;
    dcterms:identifier "https://osf.io/6yebu"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Behavioral Consequences of Global Consciousness"^^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/ypnk4> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0001-9520-5727"^^rdf:string,
        "https://osf.io/ypnk4"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0001-9520-5727> ;
    foaf:name "Professor James H Liu"^^rdf:string .