@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://osf.io/dphma> a ns1:File ;
    dcterms:created "2022-04-07"^^rdf:string ;
    dcterms:identifier "https://osf.io/dphma"^^rdf:string ;
    dcterms:modified "2022-04-07"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/0a1608fa-408d-417d-a61f-eb2390664e2a> ;
    ns1:fileName "5_lifespan.png"^^rdf:string ;
    ns1:filePath "/3_figures/5_lifespan.png"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/dphma?revision=1> ;
    ns1:isContainedBy <https://osf.io/an7dt> .

<https://api.osf.io/v2/regions/de-1/> skos:prefLabel "Germany - Frankfurt"@en .

<https://osf.io/an7dt> a ns1:Project ;
    dcterms:created "2020-06-12"^^rdf:string ;
    dcterms:creator <https://osf.io/8qb3d>,
        <https://osf.io/j7qbw> ;
    dcterms:identifier "https://osf.io/an7dt"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "On the semantic representation of risk"^^rdf:string .

<https://osf.io/dphma?revision=1> a ns1:FileVersion ;
    dcterms:created "2022-04-07"^^rdf:string ;
    dcterms:creator <https://osf.io/8qb3d> ;
    dcterms:extent "0.355 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2022-04-07"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::9433dfd2f2a48c309b9a7972bbb598489fda43da4d68169fe40ca3c929e42411> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/de-1/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/j7qbw> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://cds.unibas.ch"^^rdf:string,
        "http://github.com/matarui"^^rdf:string,
        "http://researcherid.com/rid/K-8138-2015"^^rdf:string,
        "http://scholar.google.com/citations?user=dIJjxc4AAAAJ"^^rdf:string,
        "http://theagingdecisionmaker.com"^^rdf:string,
        "https://orcid.org/0000-0002-1679-906X"^^rdf:string,
        "https://osf.io/j7qbw"^^rdf:string,
        "https://researchgate.net/profile/Rui_Mata"^^rdf:string,
        "https://www.linkedin.com/in/rui-mata-20070491/"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-1679-906X> ;
    foaf:name "Rui Mata"^^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/8qb3d> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/8qb3d"^^rdf:string ;
    foaf:name "Dirk U. Wulff"^^rdf:string .