@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/x34he> a ns1:File ;
    dcterms:created "2019-10-26"^^rdf:string ;
    dcterms:identifier "https://osf.io/x34he"^^rdf:string ;
    dcterms:modified "2019-10-26"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/f52032be-533d-4344-b114-fb203399b4df> ;
    ns1:fileName "F4.png"^^rdf:string ;
    ns1:filePath "/Materials/Manipulated Images/Shadow/F4.png"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/x34he?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/x34he?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::bd94283789ea943585515ed2f02ab51af36e9c7f5e0dd587fc8679a3f631e8c3> ;
    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 .