@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/mrx8v> a ns1:File ;
    dcterms:created "2021-08-27"^^rdf:string ;
    dcterms:identifier "https://osf.io/mrx8v"^^rdf:string ;
    dcterms:modified "2021-08-27"^^rdf:string ;
    dcat:accessService <https://osf.io> ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/a4b3c4cd-f983-4fd3-b99e-bc32a668bab4> ;
    ns1:fileName "aligned_lasioglossum.fa"^^rdf:string ;
    ns1:filePath "/GENECONV/aligned_lasioglossum.fa"^^rdf:string ;
    ns1:hasFileVersion <https://osf.io/mrx8v?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/mrx8v?revision=1> a ns1:FileVersion ;
    dcterms:created "2021-08-27"^^rdf:string ;
    dcterms:creator <https://osf.io/zd7mw> ;
    dcterms:extent "0.157 MB"^^rdf:string ;
    dcterms:format "application/octet-stream"^^rdf:string ;
    dcterms:modified "2021-08-27"^^rdf:string ;
    dcterms:requires <urn:checksum:sha-256::59ea8937170dd9e0dc946d17171edbcb1e159978229be49b622863bde92e966b> ;
    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 .