@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://osf.io/mu3zx> a ns1:File ;
    dcterms:created "2023-07-04"^^rdf:string ;
    dcterms:identifier "https://osf.io/mu3zx"^^rdf:string ;
    dcterms:modified "2023-07-04"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/d064b127-c4a9-4b35-8753-c0f1bfb4966b> ;
    ns1:fileName "19-023 wahyu widodo 20230530.docx"^^rdf:string ;
    ns1:filePath "/Archive of OSF Storage/19-023 wahyu widodo 20230530.docx"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/mu3zx?revision=1> ;
    ns1:isContainedBy <https://osf.io/pt42u> .

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

<https://osf.io/mu3zx?revision=1> a ns1:FileVersion ;
    dcterms:created "2023-07-04"^^rdf:string ;
    dcterms:creator <https://osf.io/qdnsg> ;
    dcterms:extent "3.8 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2023-07-04"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::929b3ebc5e971de9ad7f87fcf8651700b40d5d6a09c990bb4dd83fee6066532e> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/pt42u> a ns1:Registration ;
    dcterms:created "2023-07-04"^^rdf:string ;
    dcterms:creator <https://osf.io/qdnsg> ;
    dcterms:dateCopyrighted "2023"^^rdf:string ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/PT42U"^^rdf:string,
        "https://osf.io/pt42u"^^rdf:string ;
    dcterms:publisher <https://osf.io/registries/osf> ;
    dcterms:rights [ foaf:name "No license"^^rdf:string ] ;
    dcterms:rightsHolder "WAHYU WIDODO"^^rdf:string ;
    dcterms:title "Mesin perajang Keripik Tempe"^^rdf:string ;
    dcterms:type <https://schema.datacite.org/meta/kernel-4/#StudyRegistration> ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/PT42U> .

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

<https://schema.datacite.org/meta/kernel-4/#StudyRegistration> rdfs:label "StudyRegistration"@en .

<https://osf.io/qdnsg> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/qdnsg"^^rdf:string ;
    foaf:name "wahyu widodo"^^rdf:string .