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

<https://cos.io/> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://cos.io/"^^rdf:string,
        "https://ror.org/05d5mza29"^^rdf:string ;
    owl:sameAs <https://ror.org/05d5mza29> ;
    foaf:name "Center for Open Science"^^rdf:string .

<https://osf.io/wumt6> a ns1:File ;
    dcterms:created "2024-07-17"^^rdf:string ;
    dcterms:identifier "https://osf.io/wumt6"^^rdf:string ;
    dcterms:modified "2024-07-17"^^rdf:string ;
    ns1:fileName "Piesch et al. (2024).Rmd"^^rdf:string ;
    ns1:filePath "/Piesch et al. (2024).Rmd"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/wumt6?revision=1> ;
    ns1:isContainedBy <https://osf.io/b72e8> .

<https://osf.io/wumt6?revision=1> a ns1:FileVersion ;
    dcterms:created "2024-07-17"^^rdf:string ;
    dcterms:creator <https://osf.io/nkuwz> ;
    dcterms:extent "0.031 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2024-07-17"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::05569be709b3f944fad00489be81a12fcbb05ea38f5776e2c0a39456a1a8aa63> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/de-1/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://api.osf.io/v2/regions/de-1/> skos:prefLabel "Germany - Frankfurt"@en .

<https://osf.io/b72e8> a ns1:Project ;
    dcterms:created "2024-07-17"^^rdf:string ;
    dcterms:creator <https://osf.io/nkuwz> ;
    dcterms:identifier "https://osf.io/b72e8"^^rdf:string ;
    dcterms:modified "2024-07-17"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "The role of stimulus complexity for the head-fake effect in basketball: An information processing approach"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    prov:qualifiedAttribution [ dcat:hadRole ns1:admin-contributor ;
            prov:agent <https://osf.io/nkuwz> ] ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/d4764d6a-1954-4d2c-8bff-aa24a800aa50> ;
    ns1:contains <https://osf.io/wumt6> ;
    ns1:hostingInstitution <https://cos.io/> ;
    ns1:storageByteCount 1590373 ;
    ns1:storageRegion <https://api.osf.io/v2/regions/de-1/> ;
    ns1:usage [ dcterms:temporal "2026-02"^^xsd:gYearMonth ;
            dcat:accessService <https://osf.io> ;
            foaf:primaryTopic <https://osf.io/b72e8> ;
            ns1:downloadCount 0 ;
            ns1:downloadSessionCount 0 ;
            ns1:viewCount 1 ;
            ns1:viewSessionCount 1 ] .

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

<https://osf.io/nkuwz> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0003-0496-642X"^^rdf:string,
        "https://osf.io/nkuwz"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0003-0496-642X> ;
    foaf:name "Ludwig Piesch"^^rdf:string .