@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/jqrwm> a ns1:File ;
    dcterms:created "2024-06-24"^^rdf:string ;
    dcterms:identifier "https://osf.io/jqrwm"^^rdf:string ;
    dcterms:modified "2024-06-24"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/2af6e715-2441-43bd-9421-8e69f3b722c2> ;
    ns1:fileName "markdown1.Rmd"^^rdf:string ;
    ns1:filePath "/markdown1.Rmd"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/jqrwm?revision=1> ;
    ns1:isContainedBy <https://osf.io/598fk> .

<http://opensource.org/licenses/MIT> dcterms:identifier "http://opensource.org/licenses/MIT"^^rdf:string ;
    foaf:name "MIT License"^^rdf:string .

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

<https://osf.io/598fk> a ns1:Project ;
    dcterms:created "2024-06-20"^^rdf:string ;
    dcterms:creator <https://osf.io/z72mh> ;
    dcterms:dateCopyrighted "2024"^^rdf:string ;
    dcterms:identifier "https://osf.io/598fk"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:rights <http://opensource.org/licenses/MIT> ;
    dcterms:rightsHolder "Thomas Van Hoey"^^rdf:string ;
    dcterms:title "LOT summerschool 2024"^^rdf:string .

<https://osf.io/jqrwm?revision=1> a ns1:FileVersion ;
    dcterms:created "2024-06-24"^^rdf:string ;
    dcterms:creator <https://osf.io/z72mh> ;
    dcterms:extent "0.001 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2024-06-24"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::8cb7b05feb644b61d3bf9ac29079b0b49c5f602c6185eaa8ffb594285093792c> ;
    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/z72mh> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "http://github.com/simazhi"^^rdf:string,
        "https://orcid.org/0000-0002-5226-9752"^^rdf:string,
        "https://osf.io/z72mh"^^rdf:string,
        "https://thomasvanhoey.com"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-5226-9752> ;
    foaf:name "Thomas Van Hoey"^^rdf:string .