@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/nghuz> a ns1:File ;
    dcterms:created "2020-12-04"^^rdf:string ;
    dcterms:identifier "https://osf.io/nghuz"^^rdf:string ;
    dcterms:modified "2020-12-04"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/535ea94f-6672-4264-9ec2-c8699a40fbe3> ;
    ns1:fileName "refs"^^rdf:string ;
    ns1:filePath "/.git/refs"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/nghuz?revision=1> ;
    ns1:isContainedBy <https://osf.io/j3gak> .

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

<https://osf.io/j3gak> a ns1:Project ;
    dcterms:created "2020-12-04"^^rdf:string ;
    dcterms:creator <https://osf.io/c5st6> ;
    dcterms:identifier "https://osf.io/j3gak"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "NiPreps testing - ds000206 [derivatives]"^^rdf:string .

<https://osf.io/nghuz?revision=1> a ns1:FileVersion ;
    dcterms:created "2020-12-04"^^rdf:string ;
    dcterms:creator <https://osf.io/c5st6> ;
    dcterms:extent "0.000079 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2020-12-04"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::0337cdb7470203fc26dffcaeb3f652ef01a0b732ac4b267af8c417c257ba177f> ;
    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/c5st6> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/oesteban"^^rdf:string,
        "https://orcid.org/0000-0001-8435-6191"^^rdf:string,
        "https://osf.io/c5st6"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0001-8435-6191> ;
    foaf:name "Oscar Esteban"^^rdf:string .