@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/w79ak> a ns1:File ;
    dcterms:created "2022-03-30"^^rdf:string ;
    dcterms:identifier "https://osf.io/w79ak"^^rdf:string ;
    dcterms:modified "2022-03-30"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/1b890c44-82d5-4eda-aca0-00cf2e6a309a> ;
    ns1:fileName "World Values Survey, Aggregate Data.DTA"^^rdf:string ;
    ns1:filePath "/World Values Survey, Aggregate Data.DTA"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/w79ak?revision=1> ;
    ns1:isContainedBy <https://osf.io/9qn4c> .

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

<https://osf.io/9qn4c> a ns1:Project ;
    dcterms:created "2019-02-10"^^rdf:string ;
    dcterms:creator <https://osf.io/svrt5> ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/9QN4C"^^rdf:string,
        "https://osf.io/9qn4c"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "World Values Survey, Aggregate Data"^^rdf:string ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/9QN4C> .

<https://osf.io/w79ak?revision=1> a ns1:FileVersion ;
    dcterms:created "2022-03-30"^^rdf:string ;
    dcterms:creator <https://osf.io/svrt5> ;
    dcterms:extent "1.2 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2022-03-30"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::c2d9a5ba999bf661410061423f0a741a53a41c649e5d060e224aaae2138040b4> ;
    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/svrt5> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/svrt5"^^rdf:string,
        "https://www.thearda.com"^^rdf:string ;
    foaf:name "The Association of Religion Data Archives"^^rdf:string .