@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/6p3j5> a ns1:File ;
    dcterms:created "2022-03-28"^^rdf:string ;
    dcterms:identifier "https://osf.io/6p3j5"^^rdf:string ;
    dcterms:modified "2022-03-28"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/cbdf041b-194c-47fc-8593-e5fe658ff37b> ;
    ns1:fileName "suicide_data.csv"^^rdf:string ;
    ns1:filePath "/data/suicide_data.csv"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/6p3j5?revision=1> ;
    ns1:isContainedBy <https://osf.io/f3u7s> .

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

<https://osf.io/6p3j5?revision=1> a ns1:FileVersion ;
    dcterms:created "2022-03-28"^^rdf:string ;
    dcterms:creator <https://osf.io/7xq6f> ;
    dcterms:extent "0.039 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2022-03-28"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::29b96f864c8c24d1cd744816aaaceb181e39984bfbd9b168759c576bbb6d3abb> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/f3u7s> a ns1:Project ;
    dcterms:created "2020-12-07"^^rdf:string ;
    dcterms:creator <https://osf.io/7xq6f> ;
    dcterms:identifier "https://osf.io/f3u7s"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Linguistic features of suicidality: A systematic review"^^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/7xq6f> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/StephanieWinkelbeiner"^^rdf:string,
        "https://osf.io/7xq6f"^^rdf:string,
        "https://www.linkedin.com/in/stephanie-homan-65b361127"^^rdf:string ;
    foaf:name "Stephanie Homan"^^rdf:string .