@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/g4j59> a ns1:File ;
    dcterms:created "2019-03-13"^^rdf:string ;
    dcterms:identifier "https://osf.io/g4j59"^^rdf:string ;
    dcterms:modified "2019-03-13"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/b9a2fd50-e2cc-43cf-a78d-b778ead8efdf> ;
    ns1:fileName "Study 4 FEC Validation data.sav"^^rdf:string ;
    ns1:filePath "/Study 4 FEC Validation data.sav"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/g4j59?revision=1> ;
    ns1:isContainedBy <https://osf.io/qj9ra> .

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

<https://osf.io/g4j59?revision=1> a ns1:FileVersion ;
    dcterms:created "2019-03-13"^^rdf:string ;
    dcterms:creator <https://osf.io/fvy8p> ;
    dcterms:extent "0.439 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2019-03-13"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::5dae373b704c005636f60cc7a422b8a7a87a4b4a4e9069484c65941073e995d0> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/qj9ra> a ns1:Project ;
    dcterms:created "2017-10-04"^^rdf:string ;
    dcterms:creator <https://osf.io/fvy8p> ;
    dcterms:identifier "https://osf.io/qj9ra"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Kassidy R. Irvan's Quick Files"^^rdf:string .

<https://ror.org/05g3dte14> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://ror.org/05g3dte14"^^rdf:string ;
    foaf:name "Florida State University"^^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/fvy8p> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/fvy8p"^^rdf:string ;
    foaf:name "Kassidy R. Irvan"^^rdf:string ;
    ns1:affiliation <https://ror.org/05g3dte14> .