@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/seh4f> a ns1:File ;
    dcterms:created "2019-10-04"^^rdf:string ;
    dcterms:identifier "https://osf.io/seh4f"^^rdf:string ;
    dcterms:modified "2019-10-04"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/24be2263-5b2d-4e9b-a273-242098a64d2c> ;
    ns1:fileName "PREMISTutorial.docx"^^rdf:string ;
    ns1:filePath "/PREMISTutorial.docx"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/seh4f?revision=1> ;
    ns1:isContainedBy <https://osf.io/wq7mb> .

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

<https://creativecommons.org/licenses/by/4.0/legalcode> dcterms:identifier "https://creativecommons.org/licenses/by/4.0/legalcode"^^rdf:string ;
    foaf:name "CC-By Attribution 4.0 International"^^rdf:string .

<https://osf.io/57xns> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/57xns"^^rdf:string ;
    foaf:name "Karin Bredenberg"^^rdf:string .

<https://osf.io/5vxr6> a dcterms:Agent .

<https://osf.io/72yvj> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/72yvj"^^rdf:string ;
    foaf:name "Eld Zierau"^^rdf:string .

<https://osf.io/exc8t> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-2828-096X"^^rdf:string,
        "https://osf.io/exc8t"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-2828-096X> ;
    foaf:name "Angela Di Iorio"^^rdf:string .

<https://osf.io/seh4f?revision=1> a ns1:FileVersion ;
    dcterms:created "2019-10-04"^^rdf:string ;
    dcterms:creator <https://osf.io/5vxr6> ;
    dcterms:extent "0.006 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2019-10-04"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::5bc23d93c79f1b5df2f4eb183f655b56dcedc260e2a7662ffd1175544c79273e> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/de-1/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/wq7mb> a ns1:ProjectComponent ;
    dcterms:created "2019-07-25"^^rdf:string ;
    dcterms:creator <https://osf.io/57xns>,
        <https://osf.io/72yvj>,
        <https://osf.io/exc8t> ;
    dcterms:dateCopyrighted "2019"^^rdf:string ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/WQ7MB"^^rdf:string,
        "https://osf.io/wq7mb"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:rights <https://creativecommons.org/licenses/by/4.0/legalcode> ;
    dcterms:title "Understanding and Implementing PREMIS"^^rdf:string ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/WQ7MB> .

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