@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/nwfs9> a ns1:File ;
    dcterms:created "2020-09-25"^^rdf:string ;
    dcterms:identifier "https://osf.io/nwfs9"^^rdf:string ;
    dcterms:modified "2020-09-25"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/40ca6c68-dc2d-4078-b0a5-04a880cb9161> ;
    ns1:fileName "DP Storage Criteria Uses - Infrastructure Design MIT Example.pdf"^^rdf:string ;
    ns1:filePath "/DP Storage Criteria Uses - Infrastructure Design MIT Example.pdf"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/nwfs9?revision=1> ;
    ns1:isContainedBy <https://osf.io/5q4n8> .

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

<https://osf.io/5q4n8> a ns1:ProjectComponent ;
    dcterms:created "2020-09-25"^^rdf:string ;
    dcterms:creator <https://osf.io/72yvj>,
        <https://osf.io/chsbw>,
        <https://osf.io/j35nr>,
        <https://osf.io/khb4y>,
        <https://osf.io/nb56t> ;
    dcterms:identifier "https://osf.io/5q4n8"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "DP Storage Criteria Use Examples"^^rdf:string .

<https://osf.io/72yvj> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/72yvj"^^rdf:string ;
    foaf:name "Eld Zierau"^^rdf:string .

<https://osf.io/chsbw> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/chsbw"^^rdf:string ;
    foaf:name "Cynthia Wu"^^rdf:string .

<https://osf.io/j35nr> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-5254-9818"^^rdf:string,
        "https://osf.io/j35nr"^^rdf:string,
        "https://www.linkedin.com/in/andrea-goethals-5528b03/"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-5254-9818> ;
    foaf:name "Andrea Goethals"^^rdf:string .

<https://osf.io/nb56t> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/nb56t"^^rdf:string ;
    foaf:name "Sibyl Schaefer"^^rdf:string .

<https://osf.io/nwfs9?revision=1> a ns1:FileVersion ;
    dcterms:created "2020-09-25"^^rdf:string ;
    dcterms:creator <https://osf.io/khb4y> ;
    dcterms:extent "0.085 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2020-09-25"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::82902a2f9e804cdd8d08ba6a9104b6182fa23d209c6a9f7f8d1934087bf33f8e> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://ror.org/042nb2s44> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://ror.org/042nb2s44"^^rdf:string ;
    foaf:name "Massachusetts Institute of Technology"^^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/khb4y> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/khb4y"^^rdf:string ;
    foaf:name "Nancy McGovern"^^rdf:string ;
    ns1:affiliation <https://ror.org/042nb2s44> .