@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/td7eu> a ns1:File ;
    dcterms:created "2021-08-27"^^rdf:string ;
    dcterms:identifier "https://osf.io/td7eu"^^rdf:string ;
    dcterms:modified "2021-08-27"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/ccdffda5-eeba-428e-b543-bf0770cd31f9> ;
    ns1:fileName "aligned_habropoda.fa"^^rdf:string ;
    ns1:filePath "/GENECONV/aligned_habropoda.fa"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/td7eu?revision=1> ;
    ns1:isContainedBy <https://osf.io/9tdqu> .

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

<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/td7eu?revision=1> a ns1:FileVersion ;
    dcterms:created "2021-08-27"^^rdf:string ;
    dcterms:creator <https://osf.io/zd7mw> ;
    dcterms:extent "0.095 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2021-08-27"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::8260f85eb3f46df252944d18a213209111c80d4a7a3ee632b16a03de3991c221> ;
    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/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 .