@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/nhy3t> a ns1:File ;
    dcterms:created "2021-06-04"^^rdf:string ;
    dcterms:identifier "https://osf.io/nhy3t"^^rdf:string ;
    dcterms:modified "2021-06-04"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/b38f2a3c-39f0-4aac-bd77-15e604ebffe2> ;
    ns1:fileName "Instructions_LOP_TrainingSlides2021.pdf"^^rdf:string ;
    ns1:filePath "/Instructions_LOP_TrainingSlides2021.pdf"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/nhy3t?revision=1> ;
    ns1:isContainedBy <https://osf.io/je439> .

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

<https://creativecommons.org/licenses/by/4.0/legalcode> dcterms:identifier "https://creativecommons.org/licenses/by/4.0/legalcode"^^rdf:string ;
    foaf:name "CC-By Attribution 4.0 International"^^rdf:string .

<https://osf.io/3ww3a> a dcterms:Agent .

<https://osf.io/je439> a ns1:ProjectComponent ;
    dcterms:created "2021-06-04"^^rdf:string ;
    dcterms:creator <https://osf.io/ukghz> ;
    dcterms:dateCopyrighted "2016"^^rdf:string ;
    dcterms:identifier "https://osf.io/je439"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:rights <https://creativecommons.org/licenses/by/4.0/legalcode> ;
    dcterms:title "Training Slides and Instructions"^^rdf:string .

<https://osf.io/nhy3t?revision=1> a ns1:FileVersion ;
    dcterms:created "2021-06-04"^^rdf:string ;
    dcterms:creator <https://osf.io/3ww3a> ;
    dcterms:extent "0.211 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2021-06-04"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::09c68597e9f875c51c80796edab4d85cef5afeab58b48de059ce56aa736fd3c0> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/ukghz> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/ukghz"^^rdf:string ;
    foaf:name "National Digital Stewardship Alliance (NDSA)"^^rdf:string .

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