@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/8rdcp> a ns1:File ;
    dcterms:created "2019-03-13"^^rdf:string ;
    dcterms:identifier "https://osf.io/8rdcp"^^rdf:string ;
    dcterms:modified "2019-03-13"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/2751ba8a-b6aa-49b1-97e3-0efa32c1f967> ;
    ns1:fileName "Study 2 FEC Validation data.sav"^^rdf:string ;
    ns1:filePath "/Study 2 FEC Validation data.sav"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/8rdcp?revision=1> ;
    ns1:isContainedBy <https://osf.io/qj9ra> .

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

<https://osf.io/8rdcp?revision=1> a ns1:FileVersion ;
    dcterms:created "2019-03-13"^^rdf:string ;
    dcterms:creator <https://osf.io/fvy8p> ;
    dcterms:extent "0.373 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2019-03-13"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::9e7949aee9d816974d92bed0541f589971646d4a9ba51bd02d2d86b8bb876de2> ;
    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> .