@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/u7b9z> a ns1:File ;
    dcterms:created "2021-01-01"^^rdf:string ;
    dcterms:identifier "https://osf.io/u7b9z"^^rdf:string ;
    dcterms:modified "2021-01-01"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/2567f2f4-e7fe-44a1-aa07-8e0b9065797d> ;
    ns1:fileName "Wave1.pdf"^^rdf:string ;
    ns1:filePath "/Study 1(Longitudinal)/Survey materials/Wave1.pdf"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/u7b9z?revision=1> ;
    ns1:isContainedBy <https://osf.io/2ja6g> .

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

<https://osf.io/2ja6g> a ns1:Project ;
    dcterms:created "2020-04-29"^^rdf:string ;
    dcterms:creator <https://osf.io/4mn8f>,
        <https://osf.io/yxf32> ;
    dcterms:identifier "https://osf.io/2ja6g"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "COVID-19 and National Identity Certainty"^^rdf:string .

<https://osf.io/4mn8f> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-3410-5498"^^rdf:string,
        "https://osf.io/4mn8f"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-3410-5498> ;
    foaf:name "Jeff V. Ramdass"^^rdf:string .

<https://osf.io/u7b9z?revision=1> a ns1:FileVersion ;
    dcterms:created "2021-01-01"^^rdf:string ;
    dcterms:creator <https://osf.io/yxf32> ;
    dcterms:extent "0.369 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2021-01-01"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::94cb957be4e474c9d81fbfd73a0677ecfd05436ab84047d80a23b3a2c38bc7c0> ;
    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/yxf32> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-2719-5229"^^rdf:string,
        "https://osf.io/yxf32"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-2719-5229> ;
    foaf:name "Kaiyuan Chen"^^rdf:string .