@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://cos.io/> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://cos.io/"^^rdf:string,
        "https://ror.org/05d5mza29"^^rdf:string ;
    owl:sameAs <https://ror.org/05d5mza29> ;
    foaf:name "Center for Open Science"^^rdf:string .

<https://osf.io/8k7ya> a ns1:Project ;
    dcterms:created "2020-09-15"^^rdf:string ;
    dcterms:creator <https://osf.io/n6mwf> ;
    dcterms:description "The Quick Files feature was discontinued and it’s files were migrated into this Project on March 11, 2022. The file URL’s will still resolve properly, and the Quick Files logs are available in the Project’s Recent Activity."^^rdf:string ;
    dcterms:identifier "https://osf.io/8k7ya"^^rdf:string ;
    dcterms:modified "2020-09-15"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Giovanna Carugno's Quick Files"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    prov:qualifiedAttribution [ dcat:hadRole ns1:admin-contributor ;
            prov:agent <https://osf.io/n6mwf> ;
            ns1:order 0 ] ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/d31cd1b8-7041-4e0e-8833-1bd2ae08d511> ;
    ns1:contains <https://osf.io/rkvna> ;
    ns1:hostingInstitution <https://cos.io/> ;
    ns1:storageByteCount 226772 ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> .

<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 ;
    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://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://api.osf.io/v2/regions/us/> skos:prefLabel "United States"@en .

<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:familyName "Carugno"^^rdf:string ;
    foaf:givenName "Giovanna"^^rdf:string ;
    foaf:name "Giovanna Carugno"^^rdf:string .