@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/xvk79> a ns1:File ;
    dcterms:created "2021-08-27"^^rdf:string ;
    dcterms:identifier "https://osf.io/xvk79"^^rdf:string ;
    dcterms:modified "2021-08-27"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/7ab096f9-747e-4839-a812-bdc113771c96> ;
    ns1:fileName "aligned_dufourea.fa"^^rdf:string ;
    ns1:filePath "/GENECONV/aligned_dufourea.fa"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/xvk79?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/xvk79?revision=1> a ns1:FileVersion ;
    dcterms:created "2021-08-27"^^rdf:string ;
    dcterms:creator <https://osf.io/zd7mw> ;
    dcterms:extent "0.180 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2021-08-27"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::4308e0301dce70fbde51868fa3fa9132cd20b46de17352114479fc51ad36e26f> ;
    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 .