@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/rkvna> a ns1:File ;
    dcterms:created "2020-09-15"^^rdf:string ;
    dcterms:identifier "https://osf.io/rkvna"^^rdf:string ;
    dcterms:modified "2020-09-15"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/973fa908-3d3e-418d-818f-ed82f6f1e071> ;
    ns1:fileName "POSTER SYSMUS.pdf"^^rdf:string ;
    ns1:filePath "/POSTER SYSMUS.pdf"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/rkvna?revision=1> ;
    ns1:isContainedBy <https://osf.io/8k7ya> .

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

<https://osf.io/8k7ya> a ns1:Project ;
    dcterms:created "2020-09-15"^^rdf:string ;
    dcterms:creator <https://osf.io/n6mwf> ;
    dcterms:identifier "https://osf.io/8k7ya"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Giovanna Carugno's Quick Files"^^rdf:string .

<https://osf.io/rkvna?revision=1> a ns1:FileVersion ;
    dcterms:created "2020-09-15"^^rdf:string ;
    dcterms:creator <https://osf.io/n6mwf> ;
    dcterms:extent "0.216 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2020-09-15"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::522325286b86451c01ff7b138d12fd26b897e216d3cc348f53ac0b916d06bf48> ;
    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/n6mwf> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/n6mwf"^^rdf:string ;
    foaf:name "Giovanna Carugno"^^rdf:string .