@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/qk6zu> a ns1:File ;
    dcterms:created "2019-10-26"^^rdf:string ;
    dcterms:identifier "https://osf.io/qk6zu"^^rdf:string ;
    dcterms:modified "2019-10-26"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/1d7847c4-0a00-4da2-aee3-81b1cc872f24> ;
    ns1:fileName "I1.png"^^rdf:string ;
    ns1:filePath "/Materials/Original Images/I1.png"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/qk6zu?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/qk6zu?revision=1> a ns1:FileVersion ;
    dcterms:created "2019-10-26"^^rdf:string ;
    dcterms:creator <https://osf.io/vmn4c> ;
    dcterms:extent "4.9 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2019-10-26"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::ae6bd5416926f2a2de178c2bd1200e4a0d0350c4aa38f06b2c6507aee487e0c7> ;
    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 .