As I am working on ontology support in Bioclipse, I am increasingly interested in locally providing ontologies and linking them to namespaces. There are increasingly many ontologies around, and I want to support (at least recognize) as many life science related ontologies as possible.
Now, the XML world has the concept of an XML catalog linking SYSTEM and PUBLIC identifiers to schema. Similarly, I'd like to use something like that for linking namespaces to ontology specifications (TBOX), so that Bioclipse can use reasoning to validate ABOX input. Additionally, I'd very much like to annotate ontologies by category (e.g. http://dbpedia.org/page/Chemistry).
I'd can come up with something myself, but much rather use something existing. Is there an (OWL) ontology around that allows me to categorize ontologies into something like an catalog, which allows me to annotate entries too?