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

<https://osf.io/dp9ma> a ns1:File ;
    dcterms:created "2021-08-05"^^rdf:string ;
    dcterms:identifier "https://osf.io/dp9ma"^^rdf:string ;
    dcterms:modified "2021-08-05"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/bf4d9f93-a319-4360-84c7-18fc6eb4f99d> ;
    ns1:fileName "Appendix 2 Virtual Care Eval Proj v1 NT.docx"^^rdf:string ;
    ns1:filePath "/Appendix 2 Virtual Care Eval Proj v1 NT.docx"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/dp9ma?revision=1> ;
    ns1:isContainedBy <https://osf.io/85ehw> .

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

<https://osf.io/85ehw> a ns1:Project ;
    dcterms:created "2021-08-05"^^rdf:string ;
    dcterms:creator <https://osf.io/z5vc8> ;
    dcterms:identifier "https://osf.io/85ehw"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "The impact and evaluation of synchronous pediatric virtual care delivery: a scoping review"^^rdf:string .

<https://osf.io/dp9ma?revision=1> a ns1:FileVersion ;
    dcterms:created "2021-08-05"^^rdf:string ;
    dcterms:creator <https://osf.io/z5vc8> ;
    dcterms:extent "0.036 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2021-08-05"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::da75ad056158be563f7dd1bba718653c2756a3274cb4c736835eb1959b817e48> ;
    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/z5vc8> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/z5vc8"^^rdf:string ;
    foaf:name "Nicole Travis"^^rdf:string .