@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://osf.io/29bvs> a ns1:File ;
    dcterms:created "2020-02-03"^^rdf:string ;
    dcterms:identifier "https://osf.io/29bvs"^^rdf:string ;
    dcterms:modified "2020-02-03"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/2ae76a91-0568-4d2f-b7f1-761c5e934337> ;
    ns1:fileName "20180920AB_PAP.pdf"^^rdf:string ;
    ns1:filePath "/Archive of OSF Storage/20180920AB_PAP.pdf"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/29bvs?revision=1> ;
    ns1:isContainedBy <https://osf.io/tdhjs> .

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

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

<https://osf.io/d5gfm> a dcterms:Agent .

<https://osf.io/gh7aj> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-6043-6143"^^rdf:string,
        "https://osf.io/gh7aj"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-6043-6143> ;
    foaf:name "Leah Rosenzweig"^^rdf:string .

<https://osf.io/registries/egap> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://osf.io/registries/egap"^^rdf:string ;
    foaf:name "egap Registry"^^rdf:string .

<https://osf.io/rpwjh> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0003-1930-156X"^^rdf:string,
        "https://osf.io/rpwjh"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0003-1930-156X> ;
    foaf:name "Nicole E Wilson"^^rdf:string .

<https://osf.io/tdhjs> a ns1:Registration ;
    dcterms:created "2018-09-21"^^rdf:string ;
    dcterms:creator <https://osf.io/gh7aj>,
        <https://osf.io/rpwjh> ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/TDHJS"^^rdf:string,
        "https://osf.io/tdhjs"^^rdf:string ;
    dcterms:publisher <https://osf.io/registries/egap> ;
    dcterms:title "Citizen-State Relations in Informal Settlements in Lagos, Nigeria"^^rdf:string ;
    dcterms:type <https://schema.datacite.org/meta/kernel-4/#StudyRegistration> ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/TDHJS> .

<https://schema.datacite.org/meta/kernel-4/#StudyRegistration> rdfs:label "StudyRegistration"@en .