@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/qnjhb> a ns1:File ;
    dcterms:created "2021-04-30"^^rdf:string ;
    dcterms:identifier "https://osf.io/qnjhb"^^rdf:string ;
    dcterms:modified "2021-04-30"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/5a8b2c94-ed8d-44f5-a93e-53c7105019ce> ;
    ns1:fileName "MedEdDayPosterReferences_Hsia.pdf"^^rdf:string ;
    ns1:filePath "/MedEdDayPosterReferences_Hsia.pdf"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/qnjhb?revision=1> ;
    ns1:isContainedBy <https://osf.io/x8qct> .

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

<https://osf.io/qnjhb?revision=1> a ns1:FileVersion ;
    dcterms:created "2021-04-30"^^rdf:string ;
    dcterms:creator <https://osf.io/wx2tc> ;
    dcterms:extent "0.040 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2021-04-30"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::ebaa9cb7fba23661b63217c1f9fd54464b7cf225c90c3f49febd73410103d186> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/x8qct> a ns1:Project ;
    dcterms:created "2021-04-30"^^rdf:string ;
    dcterms:creator <https://osf.io/wx2tc> ;
    dcterms:identifier "https://osf.io/x8qct"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Henry C. Hsia's Quick Files"^^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/wx2tc> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0001-8674-9140"^^rdf:string,
        "https://osf.io/wx2tc"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0001-8674-9140> ;
    foaf:name "Henry C. Hsia"^^rdf:string .