@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/3nvja> a ns1:File ;
    dcterms:created "2022-01-28"^^rdf:string ;
    dcterms:identifier "https://osf.io/3nvja"^^rdf:string ;
    dcterms:modified "2022-01-28"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/6a1b1b42-4232-47f9-8a79-4915907d5b1a> ;
    ns1:fileName "3_Corrected_means.R"^^rdf:string ;
    ns1:filePath "/Web Appendix B - Example code/3. X latent, Z manifest, Y manifest/R-lavaan/3_Corrected_means.R"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/3nvja?revision=1> ;
    ns1:isContainedBy <https://osf.io/py7jx> .

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

<https://osf.io/3nvja?revision=1> a ns1:FileVersion ;
    dcterms:created "2022-01-28"^^rdf:string ;
    dcterms:creator <https://osf.io/kfr52> ;
    dcterms:extent "0.004 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2022-01-28"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::3663cb9f9c266e26fea1abe238f7964573b673240d2e9d1e5235dd9a80eb955d> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/py7jx> a ns1:Project ;
    dcterms:created "2021-05-06"^^rdf:string ;
    dcterms:creator <https://osf.io/kfr52>,
        <https://osf.io/s4xda>,
        <https://osf.io/t4nzq> ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/PY7JX"^^rdf:string,
        "https://osf.io/py7jx"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Six latent moderation methods"^^rdf:string ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/PY7JX> .

<https://osf.io/s4xda> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/s4xda"^^rdf:string ;
    foaf:name "Rik Pieters"^^rdf:string .

<https://osf.io/t4nzq> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-7630-6159"^^rdf:string,
        "https://osf.io/t4nzq"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-7630-6159> ;
    foaf:name "Aurelie Lemmens"^^rdf:string ;
    ns1:affiliation <https://ror.org/057w15z03> .

<https://ror.org/057w15z03> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://ror.org/057w15z03"^^rdf:string ;
    foaf:name "Erasmus University Rotterdam"^^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/kfr52> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/kfr52"^^rdf:string ;
    foaf:name "Constant Pieters"^^rdf:string .