@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/4vfx7> a ns1:File ;
    dcterms:created "2021-08-27"^^rdf:string ;
    dcterms:identifier "https://osf.io/4vfx7"^^rdf:string ;
    dcterms:modified "2021-08-27"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/7c2d2578-2cab-41af-a9f0-fdb254ca18ac> ;
    ns1:fileName "stableinfo.csv"^^rdf:string ;
    ns1:filePath "/P450 phylogeny/stableinfo.csv"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/4vfx7?revision=1> ;
    ns1:isContainedBy <https://osf.io/9tdqu> .

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

<https://osf.io/4vfx7?revision=1> a ns1:FileVersion ;
    dcterms:created "2021-08-27"^^rdf:string ;
    dcterms:creator <https://osf.io/zd7mw> ;
    dcterms:extent "0.004 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2021-08-27"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::c75141c9f1b664ffec2604f2c2fdda8914fb324ba7aded946ac40642168335ca> ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> ;
    ns1:versionNumber "1"^^rdf:string .

<https://osf.io/9tdqu> a ns1:Project ;
    dcterms:created "2021-01-21"^^rdf:string ;
    dcterms:creator <https://osf.io/zd7mw> ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/9TDQU"^^rdf:string,
        "https://osf.io/9tdqu"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Orchid bee cytochrome P450s"^^rdf:string ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/9TDQU> .

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

<https://osf.io/zd7mw> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-9215-014X"^^rdf:string,
        "https://osf.io/zd7mw"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-9215-014X> ;
    foaf:name "Kathy Darragh"^^rdf:string .