@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://osf.io/sjke7> a ns1:File ;
    dcterms:created "2021-02-17"^^rdf:string ;
    dcterms:identifier "https://osf.io/sjke7"^^rdf:string ;
    dcterms:modified "2021-02-17"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/631d4b0c-b02c-4952-bacc-561df9266ca4> ;
    ns1:fileName "Lab Week 7 Dataset.csv"^^rdf:string ;
    ns1:filePath "/Lab Week 7 Dataset.csv"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/sjke7?revision=1> ;
    ns1:isContainedBy <https://osf.io/7usmd> .

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

<https://osf.io/7usmd> a ns1:Project ;
    dcterms:created "2021-02-10"^^rdf:string ;
    dcterms:creator <https://osf.io/7brk6> ;
    dcterms:identifier "https://osf.io/7usmd"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "week 6"^^rdf:string .

<https://osf.io/sjke7?revision=1> a ns1:FileVersion ;
    dcterms:created "2021-02-17"^^rdf:string ;
    dcterms:creator <https://osf.io/7brk6> ;
    dcterms:extent "0.002 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2021-02-17"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::2ed548829b303976625daf7e593f0e1a728c32a625b81d385842374aa7a6d1e0> ;
    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 .

<https://osf.io/7brk6> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/7brk6"^^rdf:string ;
    foaf:name "Angelika M King"^^rdf:string .