@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/9kbt2> a ns1:File ;
    dcterms:created "2021-08-27"^^rdf:string ;
    dcterms:identifier "https://osf.io/9kbt2"^^rdf:string ;
    dcterms:modified "2021-08-27"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/6679cb08-5137-499a-ab2a-bfb9b4961ffa> ;
    ns1:fileName "aligned_euglossa.fa"^^rdf:string ;
    ns1:filePath "/GENECONV/aligned_euglossa.fa"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/9kbt2?revision=1> ;
    ns1:isContainedBy <https://osf.io/9tdqu> .

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

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