@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/mspbw> a ns1:File ;
    dcterms:created "2018-11-12"^^rdf:string ;
    dcterms:identifier "https://osf.io/mspbw"^^rdf:string ;
    dcterms:modified "2018-11-12"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/2e68cd88-2f3e-451d-8ced-bb084bb9b6fe> ;
    ns1:fileName "bang_word_learning_stimuli_manual.pdf"^^rdf:string ;
    ns1:filePath "/bang_word_learning_stimuli_manual.pdf"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/mspbw?revision=1> ;
    ns1:isContainedBy <https://osf.io/dsqmn> .

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

<https://osf.io/dsqmn> a ns1:Project ;
    dcterms:created "2018-06-30"^^rdf:string ;
    dcterms:creator <https://osf.io/zvmxu> ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/DSQMN"^^rdf:string,
        "https://osf.io/dsqmn"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Word learning and Referential Gaze"^^rdf:string ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/DSQMN> .

<https://osf.io/mspbw?revision=1> a ns1:FileVersion ;
    dcterms:created "2018-11-12"^^rdf:string ;
    dcterms:creator <https://osf.io/zvmxu> ;
    dcterms:extent "34.7 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2018-11-12"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::aec630f2328b08ecae86fd6088b5effaedbf2de8e62b7a3ec11374ba7c810ca4> ;
    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/zvmxu> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/janetybang"^^rdf:string,
        "http://scholar.google.com/citations?user=9GhIuF4AAAAJ&amp;hl=en"^^rdf:string,
        "https://orcid.org/0000-0002-6014-3009"^^rdf:string,
        "https://osf.io/zvmxu"^^rdf:string,
        "https://researchgate.net/profile/Janet_Bang"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-6014-3009> ;
    foaf:name "Janet Y Bang"^^rdf:string .