@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/w7rzs> a ns1:File ;
    dcterms:created "2022-09-01"^^rdf:string ;
    dcterms:identifier "https://osf.io/w7rzs"^^rdf:string ;
    dcterms:modified "2022-09-01"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/3cbd42ae-54fb-43db-8210-d414b4bc0b35> ;
    ns1:fileName "SOM-U.pdf"^^rdf:string ;
    ns1:filePath "/Materials/SOM-U.pdf"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/w7rzs?revision=1> ;
    ns1:isContainedBy <https://osf.io/qdxav> .

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

<https://osf.io/qdxav> a ns1:Project ;
    dcterms:created "2022-08-12"^^rdf:string ;
    dcterms:creator <https://osf.io/2dx6r> ;
    dcterms:identifier "https://osf.io/qdxav"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Performance Study"^^rdf:string .

<https://osf.io/w7rzs?revision=1> a ns1:FileVersion ;
    dcterms:created "2022-09-01"^^rdf:string ;
    dcterms:creator <https://osf.io/2dx6r> ;
    dcterms:extent "0.352 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2022-09-01"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::4e1d9772bb82c8f8e64847fa909072746ede227813c542376338704396bd13a4> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^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/2dx6r> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-0527-9245"^^rdf:string,
        "https://osf.io/2dx6r"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-0527-9245> ;
    foaf:name "Hyunji Kim"^^rdf:string .