@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 ncbi.resource: <https://bioregistry.io/metaregistry/ncbi/resolve/> .
@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:FBOL .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:fbol .

bioregistry.metaresource:miriam dcterms:hasPart miriam:fbol .

bioregistry.metaresource:n2t dcterms:hasPart n2t:fbol .

bioregistry.metaresource:ncbi dcterms:hasPart ncbi.resource:FBOL .

bioregistry:fbol a bioregistry.schema:0000001 ;
    rdfs:label "Fungal Barcode" ;
    dcterms:description "DNA barcoding is the use of short standardised segments of the genome for identification of species in all the Kingdoms of Life. The goal of the Fungal Barcoding site is to promote the DNA barcoding of fungi and other fungus-like organisms."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:FBOL,
        n2t:fbol,
        ncbi.resource:FBOL,
        miriam:fbol ;
    foaf:homepage <http://www.fungalbarcoding.org/> ;
    bioregistry.schema:0000005 "2224"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.fungalbarcoding.org/BioloMICS.aspx?Table=Fungal barcodes&Rec=$1&Fields=All&ExactMatch=T"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "https://bioregistry.io/fbol:"^^xsd:string ;
    bioregistry.schema:0000029 "fbol" .

biocontext:FBOL dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:fbol dcterms:isPartOf bioregistry.metaresource:n2t .

ncbi.resource:FBOL dcterms:isPartOf bioregistry.metaresource:ncbi .

miriam:fbol dcterms:isPartOf bioregistry.metaresource:miriam .

