@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/9uzpg> a ns1:File ;
    dcterms:created "2021-08-05"^^rdf:string ;
    dcterms:identifier "https://osf.io/9uzpg"^^rdf:string ;
    dcterms:modified "2021-08-05"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/c3b2eb0a-5108-40e6-8f8d-a18f3b80b86f> ;
    ns1:fileName "Virtual Care Eval Protocol July 21 vF.docx"^^rdf:string ;
    ns1:filePath "/Archive of OSF Storage/Virtual Care Eval Protocol July 21 vF.docx"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/9uzpg?revision=1> ;
    ns1:isContainedBy <https://osf.io/pqu4n> .

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

<https://osf.io/9uzpg?revision=1> a ns1:FileVersion ;
    dcterms:created "2021-08-05"^^rdf:string ;
    dcterms:creator <https://osf.io/z5vc8> ;
    dcterms:extent "0.059 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2021-08-05"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::0ef94d264937e6d0e3ffb5844aceaa99728c501270062c2c9b109220ce95d676> ;
    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 .