@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/v6gh3> a ns1:File ;
    dcterms:created "2019-07-24"^^rdf:string ;
    dcterms:identifier "https://osf.io/v6gh3"^^rdf:string ;
    dcterms:modified "2019-07-24"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/b12b7f79-8c99-40ef-bca3-e58bbdacfa66> ;
    ns1:fileName "low_B_10_02.png"^^rdf:string ;
    ns1:filePath "/experiment3B/low_B_10_02.png"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/v6gh3?revision=1> ;
    ns1:isContainedBy <https://osf.io/s6e3m> .

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

<https://osf.io/efrsd> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0001-8441-7433"^^rdf:string,
        "https://osf.io/efrsd"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0001-8441-7433> ;
    foaf:name "Gary Lupyan"^^rdf:string .

<https://osf.io/s6e3m> a ns1:ProjectComponent ;
    dcterms:created "2019-07-24"^^rdf:string ;
    dcterms:creator <https://osf.io/efrsd>,
        <https://osf.io/pjr23> ;
    dcterms:identifier "https://osf.io/s6e3m"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "stimuli"^^rdf:string .

<https://osf.io/v6gh3?revision=1> a ns1:FileVersion ;
    dcterms:created "2019-07-24"^^rdf:string ;
    dcterms:creator <https://osf.io/pjr23> ;
    dcterms:extent "0.031 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2019-07-24"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::4c23b7e5fb71129029845427bde13e18e4174972ded0d1ca35db612863900426> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://ror.org/00hx57361> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://ror.org/00hx57361"^^rdf:string ;
    foaf:name "Princeton University"^^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/pjr23> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/mzettersten"^^rdf:string,
        "http://scholar.google.com/citations?user=APLxh_UAAAAJ"^^rdf:string,
        "https://mzettersten.github.io/"^^rdf:string,
        "https://osf.io/pjr23"^^rdf:string ;
    foaf:name "Martin Zettersten"^^rdf:string ;
    ns1:affiliation <https://ror.org/00hx57361> .