@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 prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://cos.io/> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://cos.io/"^^rdf:string,
        "https://ror.org/05d5mza29"^^rdf:string ;
    owl:sameAs <https://ror.org/05d5mza29> ;
    foaf:name "Center for Open Science"^^rdf:string .

<https://osf.io/6ysxu> a ns1:ProjectComponent ;
    dcterms:created "2022-03-03"^^rdf:string ;
    dcterms:creator <https://osf.io/tbxq6> ;
    dcterms:identifier "https://osf.io/6ysxu"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "results"^^rdf:string .

<https://osf.io/bkdpj> a ns1:ProjectComponent ;
    dcterms:created "2022-03-03"^^rdf:string ;
    dcterms:creator <https://osf.io/tbxq6> ;
    dcterms:identifier "https://osf.io/bkdpj"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "scripts"^^rdf:string .

<https://osf.io/cf5hj> a ns1:File ;
    dcterms:created "2022-03-03"^^rdf:string ;
    dcterms:identifier "https://osf.io/cf5hj"^^rdf:string ;
    dcterms:modified "2022-03-03"^^rdf:string ;
    ns1:fileName "PopAsym.Rproj"^^rdf:string ;
    ns1:filePath "/PopAsym.Rproj"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/cf5hj?revision=1> ;
    ns1:isContainedBy <https://osf.io/dv9um> .

<https://osf.io/cf5hj?revision=1> a ns1:FileVersion ;
    dcterms:created "2022-03-03"^^rdf:string ;
    dcterms:creator <https://osf.io/tbxq6> ;
    dcterms:extent "0.000196 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2022-03-03"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::3a81ccc25a62f1a31c7d3404389935ced50831abea5e848408745ad1a1bf6126> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/cz4re> a ns1:ProjectComponent ;
    dcterms:created "2022-03-03"^^rdf:string ;
    dcterms:creator <https://osf.io/tbxq6> ;
    dcterms:identifier "https://osf.io/cz4re"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "annotInfo"^^rdf:string .

<https://osf.io/dv9um> a ns1:Project ;
    dcterms:created "2022-03-03"^^rdf:string ;
    dcterms:creator <https://osf.io/tbxq6> ;
    dcterms:description """Contains maps, data, and analysis code used in the paper: "Tracing the development and lifespan change of population-level asymmetry in the cerebral cortex"

Preprint: doi: https://doi.org/10.1101/2021.11.25.469988"""^^rdf:string ;
    dcterms:hasPart <https://osf.io/6ysxu>,
        <https://osf.io/bkdpj>,
        <https://osf.io/cz4re>,
        <https://osf.io/gyqpx>,
        <https://osf.io/pdhzc> ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/DV9UM"^^rdf:string,
        "https://osf.io/dv9um"^^rdf:string ;
    dcterms:modified "2023-05-22"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "PopAsym"^^rdf:string ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/DV9UM> ;
    dcat:accessService <https://osf.io> ;
    prov:qualifiedAttribution [ dcat:hadRole ns1:admin-contributor ;
            prov:agent <https://osf.io/tbxq6> ] ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/5543066a-6364-4250-ba67-c0b62d5ec4f0> ;
    ns1:contains <https://osf.io/cf5hj> ;
    ns1:hostingInstitution <https://cos.io/> ;
    ns1:storageByteCount 410 ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> .

<https://osf.io/gyqpx> a ns1:ProjectComponent ;
    dcterms:created "2022-03-03"^^rdf:string ;
    dcterms:creator <https://osf.io/tbxq6> ;
    dcterms:identifier "https://osf.io/gyqpx"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "data"^^rdf:string .

<https://osf.io/pdhzc> a ns1:ProjectComponent ;
    dcterms:created "2022-03-03"^^rdf:string ;
    dcterms:creator <https://osf.io/tbxq6> ;
    dcterms:identifier "https://osf.io/pdhzc"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "publishedMaps"^^rdf:string .

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

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

<https://osf.io/tbxq6> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-8008-902X"^^rdf:string,
        "https://osf.io/tbxq6"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-8008-902X> ;
    foaf:name "James Roe"^^rdf:string .