@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/cmv8u> a ns1:File ;
    dcterms:created "2022-01-27"^^rdf:string ;
    dcterms:identifier "https://osf.io/cmv8u"^^rdf:string ;
    dcterms:modified "2022-01-27"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/1c42e6fc-8645-4477-853f-02e4ffa5952a> ;
    ns1:fileName "pigweed_003.txt"^^rdf:string ;
    ns1:filePath "/pigweed/pigweed_003.txt"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/cmv8u?revision=1> ;
    ns1:isContainedBy <https://osf.io/w9v3j> .

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

<https://osf.io/6kxzu> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://osf.io/6kxzu"^^rdf:string ;
    foaf:name "Aanis Ahmad"^^rdf:string .

<https://osf.io/cmv8u?revision=1> a ns1:FileVersion ;
    dcterms:created "2022-01-27"^^rdf:string ;
    dcterms:creator <https://osf.io/sprz3> ;
    dcterms:extent "0.000036 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2022-01-27"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::5c512a70d3afe21dda4bb60d1eddb101616c2add68b99915d2b57df84927b1f1> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/w9v3j> a ns1:Project ;
    dcterms:created "2022-01-23"^^rdf:string ;
    dcterms:creator <https://osf.io/6kxzu>,
        <https://osf.io/sprz3>,
        <https://osf.io/zxfkb> ;
    dcterms:identifier "https://osf.io/w9v3j"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "4Weed Dataset"^^rdf:string .

<https://osf.io/zxfkb> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0003-2216-7875"^^rdf:string,
        "https://osf.io/zxfkb"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0003-2216-7875> ;
    foaf:name "Aaron Etienne"^^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/sprz3> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-0442-5474"^^rdf:string,
        "https://osf.io/sprz3"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-0442-5474> ;
    foaf:name "Varun Aggarwal"^^rdf:string .