@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/vbmd5> a ns1:File ;
    dcterms:created "2022-01-28"^^rdf:string ;
    dcterms:identifier "https://osf.io/vbmd5"^^rdf:string ;
    dcterms:modified "2022-01-28"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/bacf8ccb-fb67-4d40-8a8b-c542bb632849> ;
    ns1:fileName "1_Multi-group.inp"^^rdf:string ;
    ns1:filePath "/Web Appendix B - Example code/1. X latent, Z latent, Y latent/Mplus/1_Multi-group.inp"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/vbmd5?revision=1> ;
    ns1:isContainedBy <https://osf.io/py7jx> .

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

<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://osf.io/vbmd5?revision=1> a ns1:FileVersion ;
    dcterms:created "2022-01-28"^^rdf:string ;
    dcterms:creator <https://osf.io/kfr52> ;
    dcterms:extent "0.002 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2022-01-28"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::d4adbd52f428d93d2e15b03674d69503637550cc464a9bb347f7b62543eda75f> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<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 .