@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/s4b5c> a ns1:File ;
    dcterms:created "2024-08-16"^^rdf:string ;
    dcterms:identifier "https://osf.io/s4b5c"^^rdf:string ;
    dcterms:modified "2024-08-16"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/430be030-dd13-4fd3-b33b-d0b646701088> ;
    ns1:fileName "df_study2_anonymous.RData"^^rdf:string ;
    ns1:filePath "/Study 2/R Scripts/df_study2_anonymous.RData"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/s4b5c?revision=1> ;
    ns1:isContainedBy <https://osf.io/y4jx8> .

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

<https://osf.io/s4b5c?revision=1> a ns1:FileVersion ;
    dcterms:created "2024-08-16"^^rdf:string ;
    dcterms:creator <https://osf.io/p9ard> ;
    dcterms:extent "0.393 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2024-08-16"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::a4210982b7bc719ee01fec1681c7712c5476b2822bc795410b7cad6f0458b389> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/de-1/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/y4jx8> a ns1:Project ;
    dcterms:created "2023-06-07"^^rdf:string ;
    dcterms:creator <https://osf.io/p9ard> ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/Y4JX8"^^rdf:string,
        "https://osf.io/y4jx8"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Testing the Social Pressure Hypothesis: Does In-Party Social Pressure Reduce Out-Party Empathy?"^^rdf:string ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/Y4JX8> .

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

<https://osf.io/p9ard> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/LeaPradella"^^rdf:string,
        "https://osf.io/p9ard"^^rdf:string ;
    foaf:name "Lea Pradella"^^rdf:string .