@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://osf.io/xks8b> a ns1:File ;
    dcterms:created "2023-10-05"^^rdf:string ;
    dcterms:description "STRESS TESTING BANKING SECTOR"^^rdf:string ;
    dcterms:identifier "https://osf.io/xks8b"^^rdf:string ;
    dcterms:modified "2023-10-05"^^rdf:string ;
    dcterms:title "STRESS TESTING BANKING SECTOR"^^rdf:string ;
    dcterms:type <https://schema.datacite.org/meta/kernel-4/#JournalArticle> ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/00b82409-d433-410b-aca0-51f2863b9a35> ;
    ns1:fileName "Prajanan_2012.pdf"^^rdf:string ;
    ns1:filePath "/Prajanan_2012.pdf"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/xks8b?revision=1> ;
    ns1:isContainedBy <https://osf.io/rk6ae> .

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

<https://osf.io/rk6ae> a ns1:Project ;
    dcterms:created "2023-06-25"^^rdf:string ;
    dcterms:creator <https://osf.io/jzsv9> ;
    dcterms:identifier "https://osf.io/rk6ae"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "new"^^rdf:string .

<https://osf.io/xks8b?revision=1> a ns1:FileVersion ;
    dcterms:created "2023-10-05"^^rdf:string ;
    dcterms:creator <https://osf.io/jzsv9> ;
    dcterms:extent "0.154 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2023-10-05"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::6af78d0bdd35cab1f077f8c5cb63b9b7ab747bfcdf291e4ed0a4b95648d5e3c2> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://schema.datacite.org/meta/kernel-4/#JournalArticle> rdfs:label "JournalArticle"@en .

<https://osf.io> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://osf.io"^^rdf:string ;
    foaf:name "OSF"^^rdf:string .

<https://osf.io/jzsv9> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0001-9736-1299"^^rdf:string,
        "https://osf.io/jzsv9"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0001-9736-1299> ;
    foaf:name "DINABANDHU bag"^^rdf:string .