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

<https://osf.io/pbt7s> a ns1:File ;
    dcterms:created "2017-04-24"^^rdf:string ;
    dcterms:identifier "https://osf.io/pbt7s"^^rdf:string ;
    dcterms:modified "1970-01-01"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/d1807716-9704-4cfa-ad9c-5ce5153f6e8b> ;
    ns1:fileName "Flyweight BF10 Results and Plots.html"^^rdf:string ;
    ns1:filePath "/Flyweight BF10 Results and Plots.html"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/pbt7s?revision=1> ;
    ns1:isContainedBy <https://osf.io/kh8m9> .

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

<https://osf.io/kh8m9> a ns1:Project ;
    dcterms:created "2017-03-15"^^rdf:string ;
    dcterms:creator <https://osf.io/jvsyr> ;
    dcterms:identifier "https://osf.io/kh8m9"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Determining which Variables most Distinguish between Winners and Losers in Mixed Martial Arts and the Effects of Anthropometrical Differences on these Variables."^^rdf:string .

<https://osf.io/pbt7s?revision=1> a ns1:FileVersion ;
    dcterms:created "2017-04-24"^^rdf:string ;
    dcterms:creator <https://osf.io/jvsyr> ;
    dcterms:extent "0.906 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "1970-01-01"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::6461f66859a4f478248ab8cd7cd56c802bb60438562f28d644c9af3346030f00> ;
    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/jvsyr> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/jvsyr"^^rdf:string ;
    foaf:name "Christopher Kirk"^^rdf:string .