@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/w924c> a ns1:File ;
    dcterms:created "2024-10-30"^^rdf:string ;
    dcterms:identifier "https://osf.io/w924c"^^rdf:string ;
    dcterms:modified "2024-10-30"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/02d3270b-80b9-4eb7-971c-bfad5c4c0274> ;
    ns1:fileName "General Social Survey, 2016 - Instructional Dataset_cb_data.txt"^^rdf:string ;
    ns1:filePath "/General Social Survey, 2016 - Instructional Dataset_cb_data.txt"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/w924c?revision=1> ;
    ns1:isContainedBy <https://osf.io/rt87p> .

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

<https://osf.io/rt87p> a ns1:Project ;
    dcterms:created "2020-04-29"^^rdf:string ;
    dcterms:creator <https://osf.io/t7kxj> ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/RT87P"^^rdf:string,
        "https://osf.io/rt87p"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "General Social Survey, 2016 - Instructional Dataset"^^rdf:string ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/RT87P> .

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

<https://osf.io/t7kxj> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/t7kxj"^^rdf:string ;
    foaf:familyName "Smith"^^rdf:string ;
    foaf:givenName "Tom"^^rdf:string ;
    foaf:name "Tom W. Smith"^^rdf:string .

<https://osf.io/w924c?revision=1> a ns1:FileVersion ;
    dcterms:created "2024-10-30"^^rdf:string ;
    dcterms:creator <https://osf.io/svrt5> ;
    dcterms:extent "0.385 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2024-10-30"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::b80d7512a51a33f09c7f3673263d2679551a58592b144c32d726dad16e077499> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

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