@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:phyloviz.typon .

bioregistry:phyloviz.typon a bioregistry.schema:0000001 ;
    rdfs:label "The Microbial Typing Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "TyPon provides a comprehensive description of the existing microbial typing methods for the identification of bacterial Isolates and their classification. Such a description constitutes an universal format for the exchange of information on the microbial typing field, providing a vehicle for the integration of the numerous disparate online databases. In its current version, TyPon describes most used microbial typing methods but it is, and always will be, a work in progress given the constant advances in the microbial typing field."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://bitbucket.org/phyloviz/typon> ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://bitbucket.org/phyloviz/typon> ;
    bioregistry.schema:0000005 "Allele"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.phyloviz.net/ontology/typon#$1"^^xsd:string ;
    bioregistry.schema:0000010 <http://purl.phyloviz.net/ontology/typon> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://purl.phyloviz.net/ontology/typon#"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.phyloviz.net/ontology/typon#Allele> ;
    bioregistry.schema:0000029 "phyloviz.typon" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

