@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/vghrf> a ns1:File ;
    dcterms:created "2022-05-26"^^rdf:string ;
    dcterms:identifier "https://osf.io/vghrf"^^rdf:string ;
    dcterms:modified "2022-05-26"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/b2df455b-bdb0-4a75-8dfd-a0b887346761> ;
    ns1:fileName "job_dwi_9.4.sh"^^rdf:string ;
    ns1:filePath "/code/job_dwi_9.4.sh"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/vghrf?revision=1> ;
    ns1:isContainedBy <https://osf.io/28crv> .

<https://api.osf.io/v2/regions/au-1/> skos:prefLabel "Australia - Sydney"@en .

<https://osf.io/28crv> a ns1:Project ;
    dcterms:created "2022-05-26"^^rdf:string ;
    dcterms:creator <https://osf.io/4y7cr> ;
    dcterms:identifier "https://osf.io/28crv"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "White matter and sustained attention in children with attention/deficit-hyperactivity disorder: A longitudinal fixel-based analysis"^^rdf:string .

<https://osf.io/vghrf?revision=1> a ns1:FileVersion ;
    dcterms:created "2022-05-26"^^rdf:string ;
    dcterms:creator <https://osf.io/4y7cr> ;
    dcterms:extent "0.000624 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2022-05-26"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::0dbf0bdba89501ab29a395fce9f53a75cbf4d6b76ab75f9baa06df5a3a67d23d> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/au-1/> ;
    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/4y7cr> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-0777-3992"^^rdf:string,
        "https://osf.io/4y7cr"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-0777-3992> ;
    foaf:name "Phoebe Thomson"^^rdf:string .