@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/mzhxv> a ns1:File ;
    dcterms:created "2022-08-05"^^rdf:string ;
    dcterms:identifier "https://osf.io/mzhxv"^^rdf:string ;
    dcterms:modified "2023-09-12"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/fcfb0994-89ec-4226-b9ca-e369836b3ed2> ;
    ns1:fileName "69136_repli_audit_template.html"^^rdf:string ;
    ns1:filePath "/69136_repli_audit_template.html"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/mzhxv?revision=1> ;
    ns1:isContainedBy <https://osf.io/dnrzk> .

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

<https://osf.io/dnrzk> a ns1:ProjectComponent ;
    dcterms:created "2023-09-12"^^rdf:string ;
    dcterms:creator <https://osf.io/sy6ch> ;
    dcterms:identifier "https://osf.io/dnrzk"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Audit"^^rdf:string .

<https://osf.io/hbnrp> a dcterms:Agent .

<https://osf.io/mzhxv?revision=1> a ns1:FileVersion ;
    dcterms:created "2022-08-05"^^rdf:string ;
    dcterms:creator <https://osf.io/hbnrp> ;
    dcterms:extent "0.630 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2022-08-05"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::6c314272157f476aa6fa7a41cbcf06ef2e9d547ef74c7226fdfc83d4c0bb4af9> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/sy6ch> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/sy6ch"^^rdf:string ;
    foaf:familyName "Tyner"^^rdf:string ;
    foaf:givenName "Andrew"^^rdf:string ;
    foaf:name "Andrew H. Tyner"^^rdf:string ;
    ns1:affiliation <https://ror.org/05d5mza29> .

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

<https://osf.io> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://osf.io"^^rdf:string ;
    foaf:name "OSF"^^rdf:string .