@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/qc7dt> a ns1:File ;
    dcterms:created "2019-10-26"^^rdf:string ;
    dcterms:identifier "https://osf.io/qc7dt"^^rdf:string ;
    dcterms:modified "2019-10-26"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/88979466-10d3-4cfc-a099-5ab939b7bb54> ;
    ns1:fileName "E5.png"^^rdf:string ;
    ns1:filePath "/Materials/Manipulated Images/Add_Sub/E5.png"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/qc7dt?revision=1> ;
    ns1:isContainedBy <https://osf.io/dhxvr> .

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

<https://osf.io/dhxvr> a ns1:Project ;
    dcterms:created "2019-08-16"^^rdf:string ;
    dcterms:creator <https://osf.io/vmn4c> ;
    dcterms:identifier "https://osf.io/dhxvr"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Identifying Image Manipulation Across the Lifespan"^^rdf:string .

<https://osf.io/qc7dt?revision=1> a ns1:FileVersion ;
    dcterms:created "2019-10-26"^^rdf:string ;
    dcterms:creator <https://osf.io/vmn4c> ;
    dcterms:extent "6.5 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2019-10-26"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::6fe1417236d15d560ff71c67fe27418a42c523247b1389be4e3000d5596458e2> ;
    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/vmn4c> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/vmn4c"^^rdf:string ;
    foaf:name "Sophie Nightingale"^^rdf:string .