<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ontologforum.com/index.php?action=history&amp;feed=atom&amp;title=OntologySummit2008%2FState_Of_Art_Draft_Review</id>
	<title>OntologySummit2008/State Of Art Draft Review - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://ontologforum.com/index.php?action=history&amp;feed=atom&amp;title=OntologySummit2008%2FState_Of_Art_Draft_Review"/>
	<link rel="alternate" type="text/html" href="https://ontologforum.com/index.php?title=OntologySummit2008/State_Of_Art_Draft_Review&amp;action=history"/>
	<updated>2026-06-25T00:21:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.0</generator>
	<entry>
		<id>https://ontologforum.com/index.php?title=OntologySummit2008/State_Of_Art_Draft_Review&amp;diff=160&amp;oldid=prev</id>
		<title>imported&gt;KennethBaclawski: Fix PurpleMediaWiki references</title>
		<link rel="alternate" type="text/html" href="https://ontologforum.com/index.php?title=OntologySummit2008/State_Of_Art_Draft_Review&amp;diff=160&amp;oldid=prev"/>
		<updated>2016-01-09T08:09:24Z</updated>

		<summary type="html">&lt;p&gt;Fix PurpleMediaWiki references&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= [[OntologySummit2008|Ontology Summit 2008]] Communique Draft Review - &amp;quot;State of Art&amp;quot; Breakout Group  =&lt;br /&gt;
&lt;br /&gt;
== Ref: [[OntologySummit2008_Communique/Draft]]  ==&lt;br /&gt;
&lt;br /&gt;
The Team: &lt;br /&gt;
&lt;br /&gt;
* [[FrankOlken|Frank Olken]] &lt;br /&gt;
* Natasha Noy &lt;br /&gt;
* [[DeborahMcGuinness]] &lt;br /&gt;
* [[IndraNeilSarkar]] &lt;br /&gt;
* [[KatherineGoodier|Katherine Goodier]] &lt;br /&gt;
* [[MalaMehrotra|Mala Mehrotra]] &lt;br /&gt;
* Amy Davidson (BBN) &lt;br /&gt;
&lt;br /&gt;
== Reviewed and updated section  ==&lt;br /&gt;
&lt;br /&gt;
=== State of the Art for Ontology Repositories  ===&lt;br /&gt;
&lt;br /&gt;
The purpose of this section is to set out the&lt;br /&gt;
major design decisions and the technology choices&lt;br /&gt;
which are important to the creation of &lt;br /&gt;
ontology repositories. &lt;br /&gt;
&lt;br /&gt;
Ontology repositories support the storage,&lt;br /&gt;
search, retrieval and integration of multiple&lt;br /&gt;
ontologies. &lt;br /&gt;
&lt;br /&gt;
Ontology repositories support macro-level &lt;br /&gt;
storage, query and retrieval (across the collection&lt;br /&gt;
of ontologies) and micro-level operations&lt;br /&gt;
(within individual ontologies).  At each&lt;br /&gt;
level we would like to support both text&lt;br /&gt;
search, and semantic search (variously &lt;br /&gt;
faceted search, SPARQL, ontology and &lt;br /&gt;
ontology language literate search).&lt;br /&gt;
Some ontology repositories have used the&lt;br /&gt;
same technologies for both macro-level&lt;br /&gt;
and micro-level operations. &lt;br /&gt;
&lt;br /&gt;
A key decision is the choice of a representation&lt;br /&gt;
of the ontologies. Current practice includes:&lt;br /&gt;
text, frames (e.g., OBO), graphs (e.g., RDF),  &lt;br /&gt;
and various types of logic,&lt;br /&gt;
e.g., description logics (e.g., OWL-DL), first&lt;br /&gt;
order logic (e.g., Common Logic), sorted logics, &lt;br /&gt;
possibly higher order logic (HOL).&lt;br /&gt;
Other possibilities include the&lt;br /&gt;
use of UML (e.g., in the OMG Ontology Definition Metamodel). &lt;br /&gt;
&lt;br /&gt;
Ontologies have been stored in long narrow relations, &lt;br /&gt;
e.g., &amp;quot;triple stores&amp;quot; of RDF triples &lt;br /&gt;
(subject, relationship, object), relational databases,&lt;br /&gt;
customized data stores.&lt;br /&gt;
Increasingly implementors are using &amp;quot;quad stores&amp;quot; in &lt;br /&gt;
order to support Named Graphs.  &amp;quot;Column stores&amp;quot;&lt;br /&gt;
such as [[MonetDB]] and Vertica have also been used&lt;br /&gt;
to store ontologies. &lt;br /&gt;
&lt;br /&gt;
For the purposes of ontology integration it helps&lt;br /&gt;
to have all of the ontologies in the repository&lt;br /&gt;
encoded in a common representation.  However, this&lt;br /&gt;
requires the sometimes difficult and lossy translation of &lt;br /&gt;
ontologies among various representations into the&lt;br /&gt;
common representation.  Some ontology repositories &lt;br /&gt;
store ontologies in their native representation,&lt;br /&gt;
with some metadata to identify the representation language. &lt;br /&gt;
&lt;br /&gt;
We also need some way to support ontology interoperation&lt;br /&gt;
by specifying the mappings among entities, e.g., &lt;br /&gt;
with relationships such as same_as, is_a, and part_of.&lt;br /&gt;
Other mapping relationships include:  see_also, similar_to.&lt;br /&gt;
Some ontology mapping consistency checking tools check that&lt;br /&gt;
mappings between partially ordered ontologies, e.g., taxonomies,&lt;br /&gt;
preserve the partial orders. &lt;br /&gt;
&lt;br /&gt;
Many ontology repositories which support partially ordered ontologies (taxonomies&lt;br /&gt;
and partonomies) may decide to materialize&lt;br /&gt;
the transitive closure of the partial order relation.&lt;br /&gt;
This provides faster query evaluation at the expense&lt;br /&gt;
of additional ingestion costs, storage, and maintenance. &lt;br /&gt;
&lt;br /&gt;
Provenance of definitions in ontologies is important to &lt;br /&gt;
the credibility, scientific attribution, and regulatory compliance&lt;br /&gt;
of ontologies.  In particular, many definitions are embodied in&lt;br /&gt;
legislation, administrative regulations, court decisions,&lt;br /&gt;
professional society standards. &lt;br /&gt;
&lt;br /&gt;
Provenance and other metadata are distinguishing features of &lt;br /&gt;
recent ontology repositories.  Such metadata ranges from&lt;br /&gt;
authorship, and creation date, version information, to evaluation&lt;br /&gt;
and usage reports.  Other metadata may include intended use (context). &lt;br /&gt;
&lt;br /&gt;
Modularization support is useful for large ontologies, and for&lt;br /&gt;
facilitating reuse and mapping of portions of ontologies. &lt;br /&gt;
&lt;br /&gt;
In a distributed setting, ontology repository developers increasingly&lt;br /&gt;
are adopting Service Oriented Architectures (SOA),&lt;br /&gt;
providing access, search, etc. capabilities via web services.&lt;br /&gt;
Two major approaches to SOA are REST and SOAP.  &lt;br /&gt;
REST is built on HTTP, with a small&lt;br /&gt;
set of operators (GET, PUT, POST, DELETE) and the use of &lt;br /&gt;
URL (or URI) addresses for all objects of interest.  SOAP&lt;br /&gt;
is based on XML RPCs.  REST is much simpler to implement&lt;br /&gt;
and should be adequate for typical ontology repository functions.&lt;br /&gt;
SOAP is supported by a wide variety of software tools.&lt;br /&gt;
Both SOA approaches are currently being used. &lt;br /&gt;
&lt;br /&gt;
Finally, an ontology repository typically facilitates&lt;br /&gt;
access to a variety of ontology related tools:  &lt;br /&gt;
creation, editors, pretty printers, visualization tools,&lt;br /&gt;
differencing tools, modularization tools, import / export,&lt;br /&gt;
version management, access control, inference engines,&lt;br /&gt;
explanation, summarization. &lt;br /&gt;
&lt;br /&gt;
Version 2.0, April 29, 2008 &lt;br /&gt;
&lt;br /&gt;
[[Category:WorkSpace]]    [[Category:OntologySummit]]    [[Category:OntologySummit2008]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>imported&gt;KennethBaclawski</name></author>
	</entry>
</feed>