@prefix rdfs: . @prefix owl: . @prefix dce: . @prefix skos: . @prefix bisko: . a owl:Ontology; dce:title """Biological SKOS Schemes"""@en; dce:creator """Hans Cools, MD; Agfa Healthcare/Belgium"""@en; dce:publisher """Agfa Healthcare/Belgium"""@en; dce:description """Formal description of SKOS Schemes of biological terminologies/coding systems and their datatypes."""@en; rdfs:comment """SKOS: Simple Knowledge Organization System."""@en; dce:format """OWL Full"""@en. # # CONCEPT SCHEMES # bisko:uniProtTaxonomy a skos:ConceptScheme; rdfs:isDefinedBy ; rdfs:label """UniProt taxonomy"""@en; rdfs:comment """Taxonomy in UniProt (universal protein resource) of a consortium comprising the European Bioinformatics Institute (EBI), the Swiss Institute of Bioinformatics (SIB), and the Protein Information Resource (PIR). Formerly known as 'New EBI Web Taxonomy (NEWT)'."""@en. # # DATATYPES # bisko:uniProtTaxonomyDT a rdfs:Datatype; rdfs:isDefinedBy ; rdfs:label """UniProt taxonomy datatype"""@en.