@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/kq3r6> a ns1:File ;
    dcterms:created "2022-08-26"^^rdf:string ;
    dcterms:identifier "https://osf.io/kq3r6"^^rdf:string ;
    dcterms:modified "2022-08-26"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/14e58ab2-0a9d-4fb4-b2b5-7b4a3e1e122c> ;
    ns1:fileName "2021_NDSA-Staffing-Survey_Job-Titles.csv"^^rdf:string ;
    ns1:filePath "/2021_NDSA-Staffing-Survey_Job-Titles.csv"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/kq3r6?revision=1> ;
    ns1:isContainedBy <https://osf.io/emwy4> .

<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/5vmf2> a dcterms:Agent .

<https://osf.io/emwy4> a ns1:ProjectComponent ;
    dcterms:created "2022-07-07"^^rdf:string ;
    dcterms:creator <https://osf.io/ukghz> ;
    dcterms:dateCopyrighted "2016"^^rdf:string ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/EMWY4"^^rdf:string,
        "https://osf.io/emwy4"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:rights <https://creativecommons.org/licenses/by/4.0/legalcode> ;
    dcterms:title "2021 Staffing Survey"^^rdf:string ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/EMWY4> .

<https://osf.io/kq3r6?revision=1> a ns1:FileVersion ;
    dcterms:created "2022-08-26"^^rdf:string ;
    dcterms:creator <https://osf.io/5vmf2> ;
    dcterms:extent "0.007 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2022-08-26"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::bd08cf4331c604fefb55946dce1f61c028443b183fbadc4e2cbf819f1829e03d> ;
    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 .