Ontology library (information science)
From Wikipedia, the free encyclopedia
(Redirected from Ontology Libraries (computer science))
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (December 2009) |
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions may be available. (February 2009) |
Ontology Libraries are storage areas for ontologies. There is no one ontology language, therefore ontology libraries are usually restricted to plain text files or some XML storage format, mostly plain files again.
Advanced solutions for ontology persistence in RDBMSs are now widely available. When the ontology representation is RDF-based (RDF, OWL dialects), those are also called triple stores because of the RDF statement triples. One exemplary solution can be found in the Java-based Jena toolkit. Good libraries also support ontology query languages like SPARQL.
| This computer science article is a stub. You can help Wikipedia by expanding it. |