@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/m8wzr> a ns1:File ;
    dcterms:created "2018-10-04"^^rdf:string ;
    dcterms:identifier "https://osf.io/m8wzr"^^rdf:string ;
    dcterms:modified "2018-10-04"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/248063c9-42f8-4d19-bde3-1644d92420e1> ;
    ns1:fileName "2017_NDSA_WAS_Survey.pdf"^^rdf:string ;
    ns1:filePath "/2017_NDSA_WAS_Survey.pdf"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/m8wzr?revision=1> ;
    ns1:isContainedBy <https://osf.io/3qh6n> .

<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/3qh6n> a ns1:ProjectComponent ;
    dcterms:created "2018-10-01"^^rdf:string ;
    dcterms:creator <https://osf.io/ukghz> ;
    dcterms:dateCopyrighted "2016"^^rdf:string ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/3QH6N"^^rdf:string,
        "https://osf.io/3qh6n"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:rights <https://creativecommons.org/licenses/by/4.0/legalcode> ;
    dcterms:title "2017 Web Archiving in the United States - A 2017 Survey"^^rdf:string ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/3QH6N> .

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

<https://osf.io/m8wzr?revision=1> a ns1:FileVersion ;
    dcterms:created "2018-10-04"^^rdf:string ;
    dcterms:creator <https://osf.io/ce2vv> ;
    dcterms:extent "0.422 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2018-10-04"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::a4bb424c2775bf6a7a6b22be5b6d91484b02e8f190b5caa9a7eb8c4229d271e2> ;
    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 .