@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/28f3x> a ns1:File ;
    dcterms:created "2020-10-22"^^rdf:string ;
    dcterms:identifier "https://osf.io/28f3x"^^rdf:string ;
    dcterms:modified "2020-10-22"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/6213baac-bfd6-495c-85ca-fa8109c28b69> ;
    ns1:fileName "100_data.dat"^^rdf:string ;
    ns1:filePath "/100_data.dat"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/28f3x?revision=1> ;
    ns1:isContainedBy <https://osf.io/4nst6> .

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

<https://osf.io/28f3x?revision=1> a ns1:FileVersion ;
    dcterms:created "2020-10-22"^^rdf:string ;
    dcterms:creator <https://osf.io/by5tq> ;
    dcterms:extent "0.028 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2020-10-22"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::f5ff7c82dba406ef6e4b61a555e75eb3dacc2a3bd2a8b5adc1ce7c488f424a40> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/de-1/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/4nst6> a ns1:ProjectComponent ;
    dcterms:created "2020-10-22"^^rdf:string ;
    dcterms:creator <https://osf.io/by5tq>,
        <https://osf.io/rw3ke> ;
    dcterms:identifier "https://osf.io/4nst6"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Montecarlo simulation"^^rdf:string .

<https://osf.io/rw3ke> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0001-9465-7692"^^rdf:string,
        "https://osf.io/rw3ke"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0001-9465-7692> ;
    foaf:name "Stefanie Schuch"^^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/by5tq> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-7970-3707"^^rdf:string,
        "https://osf.io/by5tq"^^rdf:string,
        "https://researchgate.net/profile/Luca_Moretti8"^^rdf:string,
        "https://www.psych.rwth-aachen.de/cms/PSY/Das-Institut/Kognitions-und-Experimentalpsychologie/Team/~caeyi/Luca-Moretti/?lidx=1"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-7970-3707> ;
    foaf:name "Luca Moretti"^^rdf:string .