@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/tpcs3> a ns1:File ;
    dcterms:created "2022-03-03"^^rdf:string ;
    dcterms:identifier "https://osf.io/tpcs3"^^rdf:string ;
    dcterms:modified "2022-03-03"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/37597e20-7ccf-40b2-b659-2cbf2fed8404> ;
    ns1:fileName "lh.ArealAsym.annot"^^rdf:string ;
    ns1:filePath "/lh.ArealAsym.annot"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/tpcs3?revision=1> ;
    ns1:isContainedBy <https://osf.io/pdhzc> .

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

<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://osf.io/tpcs3?revision=1> a ns1:FileVersion ;
    dcterms:created "2022-03-03"^^rdf:string ;
    dcterms:creator <https://osf.io/tbxq6> ;
    dcterms:extent "1.3 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2022-03-03"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::c4bf6f16f128601a85d695ad7f4944a507c183f298835e53692df7d19c0e2cc9> ;
    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/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 .