@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://osf.io/2mn4x> a ns1:File ;
    dcterms:created "2021-08-05"^^rdf:string ;
    dcterms:identifier "https://osf.io/2mn4x"^^rdf:string ;
    dcterms:modified "2021-08-05"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/490476e9-b2f7-4389-845f-9f0a27db84b4> ;
    ns1:fileName "Appendix 2 Virtual Care Eval Proj v1 NT.docx"^^rdf:string ;
    ns1:filePath "/Archive of OSF Storage/Appendix 2 Virtual Care Eval Proj v1 NT.docx"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/2mn4x?revision=1> ;
    ns1:isContainedBy <https://osf.io/pqu4n> .

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

<https://osf.io/2mn4x?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/anb5d> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/anb5d"^^rdf:string ;
    foaf:name "James King"^^rdf:string .

<https://osf.io/pqu4n> a ns1:Registration ;
    dcterms:created "2021-08-05"^^rdf:string ;
    dcterms:creator <https://osf.io/anb5d>,
        <https://osf.io/qgmk4> ;
    dcterms:dateCopyrighted "2021"^^rdf:string ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/PQU4N"^^rdf:string,
        "https://osf.io/pqu4n"^^rdf:string ;
    dcterms:publisher <https://osf.io/registries/osf> ;
    dcterms:rights [ foaf:name "No license"^^rdf:string ] ;
    dcterms:rightsHolder "Children's Hospital of Eastern Ontario"^^rdf:string ;
    dcterms:title "The impact and evaluation of synchronous pediatric virtual care delivery: a scoping review protocol"^^rdf:string ;
    dcterms:type <https://schema.datacite.org/meta/kernel-4/#StudyRegistration> ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/PQU4N> .

<https://osf.io/qgmk4> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/qgmk4"^^rdf:string ;
    foaf:name "Ellen Goldbloom"^^rdf:string .

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

<https://osf.io/z5vc8> a dcterms:Agent .

<https://schema.datacite.org/meta/kernel-4/#StudyRegistration> rdfs:label "StudyRegistration"@en .