@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/h52jw> a ns1:File ;
    dcterms:created "2020-02-27"^^rdf:string ;
    dcterms:identifier "https://osf.io/h52jw"^^rdf:string ;
    dcterms:modified "2020-02-27"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/6835ba60-35bf-4d96-a3d7-d076b80b2b4e> ;
    ns1:fileName "Part 2 Data Analysis"^^rdf:string ;
    ns1:filePath "/Data/Part 2 Data Analysis"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/h52jw?revision=1> ;
    ns1:isContainedBy <https://osf.io/qxwt9> .

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

<https://osf.io/h52jw?revision=1> a ns1:FileVersion ;
    dcterms:created "2020-02-27"^^rdf:string ;
    dcterms:creator <https://osf.io/y4whk> ;
    dcterms:extent "0.130 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2020-02-27"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::aeb377d946b59839c350805d91012f27ca2527860689ccf70a88d7b698c0fcff> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/qxwt9> a ns1:Project ;
    dcterms:created "2019-10-18"^^rdf:string ;
    dcterms:creator <https://osf.io/y4whk> ;
    dcterms:identifier "https://osf.io/qxwt9"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Anxious Narcissism? Classical Conspiracy Beliefs and Personality Traits"^^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/y4whk> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/y4whk"^^rdf:string ;
    foaf:name "Emma Hansen O'Neil"^^rdf:string .