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

<https://osf.io/5ac2j> a ns1:File ;
    dcterms:created "2017-11-22"^^rdf:string ;
    dcterms:identifier "https://osf.io/5ac2j"^^rdf:string ;
    dcterms:modified "1970-01-01"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/63ad0e58-65da-44cc-acdc-3dfb9539396a> ;
    ns1:fileName "LCSIRfunction.r"^^rdf:string ;
    ns1:filePath "/Functions/LCSIRfunction.r"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/5ac2j?revision=1> ;
    ns1:isContainedBy <https://osf.io/e83tp> .

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

<https://osf.io/5ac2j?revision=1> a ns1:FileVersion ;
    dcterms:created "2017-11-22"^^rdf:string ;
    dcterms:creator <https://osf.io/25atf> ;
    dcterms:extent "0.003 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "1970-01-01"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::1612f24e727ca12d6d029cd668ad3229e2b6803484c2876c14d13a93784a0842> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/e83tp> a ns1:Project ;
    dcterms:created "2017-11-22"^^rdf:string ;
    dcterms:creator <https://osf.io/25atf> ;
    dcterms:identifier "https://osf.io/e83tp"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Methods for Estimating Item-Score Reliability"^^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/25atf> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/25atf"^^rdf:string ;
    foaf:name "Eva Zijlmans"^^rdf:string .