@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:AFTOL.TAXONOMY .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:aftol.taxonomy .

bioregistry.metaresource:miriam dcterms:hasPart miriam:aftol.taxonomy .

bioregistry.metaresource:n2t dcterms:hasPart n2t:aftol.taxonomy .

bioregistry:aftol.taxonomy a bioregistry.schema:0000001 ;
    rdfs:label "Assembling the Fungal Tree of Life - Taxonomy" ;
    dcterms:contributor orcid:0000-0002-5798-662X ;
    dcterms:description "The Assembling the Fungal Tree of Life (AFTOL) project is dedicated to significantly enhancing our understanding of the evolution of the Kingdom Fungi, which represents one of the major clades of life. There are roughly 80,000 described species of Fungi, but the actual diversity in the group has been estimated to be about 1.5 million species."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:AFTOL.TAXONOMY,
        n2t:aftol.taxonomy,
        miriam:aftol.taxonomy ;
    foaf:homepage <https://aftol.umn.edu> ;
    bioregistry.schema:0000005 "959"^^xsd:string ;
    bioregistry.schema:0000006 "http://wasabi.lutzonilab.net/pub/displayTaxonInfo?aftol_id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000019 [ rdfs:label "David J. McLaughlin" ;
            foaf:mbox "davem@umn.edu" ] ;
    bioregistry.schema:0000024 "http://wasabi.lutzonilab.net/pub/displayTaxonInfo?aftol_id="^^xsd:string ;
    bioregistry.schema:0000027 <http://wasabi.lutzonilab.net/pub/displayTaxonInfo?aftol_id=959> ;
    bioregistry.schema:0000029 "aftol.taxonomy" .

orcid:0000-0002-5798-662X rdfs:label "Layla Michán Aguirre" ;
    foaf:mbox "laylamichan@ciencias.unam.mx" .

biocontext:AFTOL.TAXONOMY dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:aftol.taxonomy dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:aftol.taxonomy dcterms:isPartOf bioregistry.metaresource:miriam .

