@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/w7tfh> a ns1:File ;
    dcterms:created "2020-03-21"^^rdf:string ;
    dcterms:identifier "https://osf.io/w7tfh"^^rdf:string ;
    dcterms:modified "2020-03-21"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/1965615d-7899-4348-88e5-3f13bb6e2488> ;
    ns1:fileName "SF3 - RockMag.zip"^^rdf:string ;
    ns1:filePath "/SF3 - RockMag.zip"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/w7tfh?revision=1> ;
    ns1:isContainedBy <https://osf.io/hj2ag> .

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

<https://osf.io/hj2ag> a ns1:Project ;
    dcterms:created "2020-01-28"^^rdf:string ;
    dcterms:creator <https://osf.io/njzam> ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/HJ2AG"^^rdf:string,
        "https://osf.io/hj2ag"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Supplemental materials for preprint: Avalonia, get bent! Paleomagnetism from SW Iberia confirms the Greater Cantabrian Orocline"^^rdf:string ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/HJ2AG> .

<https://osf.io/w7tfh?revision=1> a ns1:FileVersion ;
    dcterms:created "2020-03-21"^^rdf:string ;
    dcterms:creator <https://osf.io/njzam> ;
    dcterms:extent "19.2 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2020-03-21"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::ba176de92d7659935304afbae5555763e78ae5ca885b3f08fa303d6927916f35> ;
    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/njzam> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/njzam"^^rdf:string ;
    foaf:name "Bruno Daniel Leite Mendes"^^rdf:string .