@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/ag78r> a ns1:File ;
    dcterms:created "2020-03-02"^^rdf:string ;
    dcterms:identifier "https://osf.io/ag78r"^^rdf:string ;
    dcterms:modified "2020-03-02"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/4dd9bff2-d130-4dfd-8427-b2f56d17a465> ;
    ns1:fileName "ISSWSH 2019_2.pptx"^^rdf:string ;
    ns1:filePath "/ISSWSH 2019_2.pptx"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/ag78r?revision=1> ;
    ns1:isContainedBy <https://osf.io/vpb9z> .

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

<https://osf.io/ag78r?revision=1> a ns1:FileVersion ;
    dcterms:created "2020-03-02"^^rdf:string ;
    dcterms:creator <https://osf.io/835qg> ;
    dcterms:extent "0.295 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2020-03-02"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::6f2d0948e0cf46262cd1f6b9e8975a9d3c7339a06b797bd1beb11eba487f5ff2> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/vpb9z> a ns1:ProjectComponent ;
    dcterms:created "2020-03-02"^^rdf:string ;
    dcterms:creator <https://osf.io/835qg> ;
    dcterms:identifier "https://osf.io/vpb9z"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Posters"^^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/835qg> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0003-4104-3392"^^rdf:string,
        "https://osf.io/835qg"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0003-4104-3392> ;
    foaf:name "Courtney Crosby"^^rdf:string .