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

<https://cos.io/> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://cos.io/"^^rdf:string,
        "https://ror.org/05d5mza29"^^rdf:string ;
    owl:sameAs <https://ror.org/05d5mza29> ;
    foaf:name "Center for Open Science"^^rdf:string .

<https://osf.io/3wj5q> a ns1:File ;
    dcterms:created "2021-10-11"^^rdf:string ;
    dcterms:identifier "https://osf.io/3wj5q"^^rdf:string ;
    dcterms:modified "2021-10-11"^^rdf:string ;
    ns1:fileName "Preregistration Study 3.pdf"^^rdf:string ;
    ns1:filePath "/Preregistration Study 3.pdf"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/3wj5q?revision=1> ;
    ns1:isContainedBy <https://osf.io/87zxj> .

<https://osf.io/3wj5q?revision=1> a ns1:FileVersion ;
    dcterms:created "2021-10-11"^^rdf:string ;
    dcterms:creator <https://osf.io/rygpt> ;
    dcterms:extent "0.540 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2021-10-11"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::e2b3bc81180bbb765151d3bf6a0f169fa88f9222e7f89e0d353b5fdfb1250c99> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/de-1/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/87zxj> a ns1:ProjectComponent ;
    dcterms:created "2021-09-08"^^rdf:string ;
    dcterms:creator <https://osf.io/rygpt> ;
    dcterms:identifier "https://osf.io/87zxj"^^rdf:string ;
    dcterms:isPartOf <https://osf.io/asg6b> ;
    dcterms:modified "2023-04-04"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Preregistration Document"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    prov:qualifiedAttribution [ dcat:hadRole ns1:admin-contributor ;
            prov:agent <https://osf.io/rygpt> ;
            ns1:order 0 ] ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/371fe260-ef92-4fa8-9aee-4efb0f70aaaf> ;
    ns1:contains <https://osf.io/3wj5q> ;
    ns1:hasRoot <https://osf.io/asg6b> ;
    ns1:hostingInstitution <https://cos.io/> ;
    ns1:storageByteCount 566755 ;
    ns1:storageRegion <https://api.osf.io/v2/regions/de-1/> .

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

<https://osf.io/asg6b> a ns1:Project ;
    dcterms:created "2021-09-08"^^rdf:string ;
    dcterms:creator <https://osf.io/rygpt> ;
    dcterms:identifier "https://osf.io/asg6b"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Study 3: Accuracy of Metacomprehension Judgements on Health-Related Texts"^^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/rygpt> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/rygpt"^^rdf:string ;
    foaf:familyName "Chadwick"^^rdf:string ;
    foaf:givenName "Sarah"^^rdf:string ;
    foaf:name "Sarah Chadwick"^^rdf:string .