@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://osf.io/gs7zp> a ns1:File ;
    dcterms:created "2025-04-23"^^rdf:string ;
    dcterms:identifier "https://osf.io/gs7zp"^^rdf:string ;
    dcterms:modified "2025-04-23"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/4173f7f3-6032-4ef3-8b4c-9f22b3a26384> ;
    ns1:fileName "boat3.png"^^rdf:string ;
    ns1:filePath "/img/boat3.png"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/gs7zp?revision=1> ;
    ns1:isContainedBy <https://osf.io/v6m92> .

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

<https://osf.io/6ugd9> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/wkool"^^rdf:string,
        "http://scholar.google.com/citations?user=8TIMnwEAAAAJ"^^rdf:string,
        "https://cdmlab.wustl.edu"^^rdf:string,
        "https://osf.io/6ugd9"^^rdf:string ;
    foaf:familyName "Kool"^^rdf:string ;
    foaf:givenName "Wouter"^^rdf:string ;
    foaf:name "Wouter Kool"^^rdf:string ;
    ns1:affiliation <https://ror.org/01yc7t268> .

<https://osf.io/gs7zp?revision=1> a ns1:FileVersion ;
    dcterms:created "2025-04-23"^^rdf:string ;
    dcterms:creator <https://osf.io/5pyzw> ;
    dcterms:extent "0.010 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2025-04-23"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::9595fec3f8d00ed98eca6d4f6a5661b5ade507a227cf99ecf4ae6ab9268cb6b6> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/v6m92> a ns1:ProjectComponent ;
    dcterms:created "2025-01-31"^^rdf:string ;
    dcterms:creator <https://osf.io/5pyzw>,
        <https://osf.io/6ugd9> ;
    dcterms:identifier "https://osf.io/v6m92"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Task code"^^rdf:string ;
    ns1:affiliation <https://ror.org/01yc7t268> .

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

<https://osf.io/5pyzw> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/5pyzw"^^rdf:string,
        "https://www.linkedin.com/in/thea-zalabak"^^rdf:string ;
    foaf:familyName "Zalabak"^^rdf:string ;
    foaf:givenName "Thea"^^rdf:string ;
    foaf:name "Thea R. Zalabak"^^rdf:string ;
    ns1:affiliation <https://ror.org/01yc7t268> .

<https://ror.org/01yc7t268> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "http://wustl.edu/"^^rdf:string,
        "https://ror.org/01yc7t268"^^rdf:string ;
    foaf:name "Washington University in St. Louis"^^rdf:string .