@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/axybq> a ns1:File ;
    dcterms:created "2024-01-25"^^rdf:string ;
    dcterms:identifier "https://osf.io/axybq"^^rdf:string ;
    dcterms:modified "2024-01-25"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/b7e936aa-e5dc-4233-ac83-6bf22a52e878> ;
    ns1:fileName "Case Studies.docx"^^rdf:string ;
    ns1:filePath "/Case Studies.docx"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/axybq?revision=1> ;
    ns1:isContainedBy <https://osf.io/vwcs4> .

<https://api.osf.io/v2/regions/au-1/> skos:prefLabel "Australia - Sydney"@en .

<https://osf.io/axybq?revision=1> a ns1:FileVersion ;
    dcterms:created "2024-01-25"^^rdf:string ;
    dcterms:creator <https://osf.io/wvudt> ;
    dcterms:extent "0.027 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2024-01-25"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::facdcba85be06a2c65cc2f47cab580c35666e74888f8b52df724e70c718c3b55> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/au-1/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/vwcs4> a ns1:Project ;
    dcterms:created "2024-01-24"^^rdf:string ;
    dcterms:creator <https://osf.io/wvudt> ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/VWCS4"^^rdf:string,
        "https://osf.io/vwcs4"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Investigating the Capability of Large Language Models to Identify Causal Relations in Psychiatric Case Studies: Implications for Psychological Formulation"^^rdf:string ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/VWCS4> .

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

<https://osf.io/wvudt> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-0949-767X"^^rdf:string,
        "https://osf.io/wvudt"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-0949-767X> ;
    foaf:name "Chris Ludlow"^^rdf:string .