@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/uwj53> a ns1:File ;
    dcterms:created "2019-03-13"^^rdf:string ;
    dcterms:identifier "https://osf.io/uwj53"^^rdf:string ;
    dcterms:modified "2019-03-13"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/a7649ee3-9090-4f1b-85cd-f843f40eb52e> ;
    ns1:fileName "Study 2 FEC Validation Syntax.sps"^^rdf:string ;
    ns1:filePath "/Study 2 FEC Validation Syntax.sps"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/uwj53?revision=1> ;
    ns1:isContainedBy <https://osf.io/qj9ra> .

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

<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://osf.io/uwj53?revision=1> a ns1:FileVersion ;
    dcterms:created "2019-03-13"^^rdf:string ;
    dcterms:creator <https://osf.io/fvy8p> ;
    dcterms:extent "0.006 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2019-03-13"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::da15aedcd57e06650db03d25bae3e6cda703dc1c20bf87de34e22001c09eb422> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^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> .