@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/aqyr6> a ns1:File ;
    dcterms:created "2023-05-31"^^rdf:string ;
    dcterms:identifier "https://osf.io/aqyr6"^^rdf:string ;
    dcterms:modified "2023-05-31"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/ba5e4d20-dbf4-4aa4-ad97-7057ed7c24e5> ;
    ns1:fileName "scoriononthehand.jpg"^^rdf:string ;
    ns1:filePath "/panoramas/scoriononthehand.jpg"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/aqyr6?revision=1> ;
    ns1:isContainedBy <https://osf.io/e9f4n> .

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

<https://osf.io/aqyr6?revision=1> a ns1:FileVersion ;
    dcterms:created "2023-05-31"^^rdf:string ;
    dcterms:creator <https://osf.io/drcy6> ;
    dcterms:extent "3.0 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2023-05-31"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::2df24ae06e6b313df33aab1d2ed04c2d9c99c17c24f53ea97ff1949a7032d48d> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/de-1/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/e9f4n> a ns1:Project ;
    dcterms:created "2023-05-23"^^rdf:string ;
    dcterms:creator <https://osf.io/drcy6> ;
    dcterms:identifier "https://osf.io/e9f4n"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "PanoEmo, a set of affective 360-degree panoramas: a psychophysiological study"^^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/drcy6> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-0469-4818"^^rdf:string,
        "https://osf.io/drcy6"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-0469-4818> ;
    foaf:name "Косоногов Владимир Владимирович"^^rdf:string .