InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

The Semantic Web and Ontological Technologies Continue to Expand

Posted by Steven Robbins on Apr 30, 2008

Sections
Architecture & Design,
Enterprise Architecture
Topics
Architecture ,
Semantic Web ,
SOA ,
Enterprise Architecture
Tags
Best Practices ,
Ontology ,
Enterprisey ,
XML Schema
Ontologies and Ontological management have become more popular as enterprise architecture has gained ground among organizations. As tool support has become more available and the concepts of semantics and ontologies are being understood, there are more players that have come to the table with contributions. The AKSW group recently released their Triplify product to provide "a building block for the 'semantification' of the web." The UMBEL backbone project has started up to provide a lightweight subject structure for the Web. Dan McCreary talked about some of the main pitfalls in developing and maintaining enterprise ontologies.

The Agile Knowledge and Semantic Web research group (AKSW) has recently released the newest version of their Triplify product. Triplify is a small plugin for Web applications, which reveals the semantic structures encoded in relational databases by making database content available as RDF, JSON or Linked Data. By using the plugin and ordering the columns in the application queries, Triplify can analyze the data returned by the applications queries and make them available in the previously mentioned formats. This makes it easier for small to medium web applications to participate in the semantic web without a very large effort to create and maintain large semantic definition efforts. This is the end goal of the Triplify approach - "exploiting structured relational representations behind Web applications for creating a critical mass of semantic representations on the Web."

The Upper Mapping and Bind Exchange Layer (UMBEL) project billed itself as "a lightweight ontology for relating Web data and datasets to one another via a standard set of subject concepts." UMBEL defines "subject concepts" as:
a distinct subset of the more broadly understood concept such as used in the SKOS RDFS controlled vocabulary or formal concept analysis or the very general concepts common to some upper ontologies. Subject concepts are a special kind of concept: ones that are concrete, subject-related and non-abstract. We further contrast these with named entities, which are the real things or instances in the world that are members of these subject concept classes.
The main thrust of the project is to help provide "meta-maps" of the relationships between the immense number of fine-grainied, local ontological and concept maps. Michael K. Bergman provided a look at what the web's subject backbone might look like as well as a slideshow describing the UMBEL online demos and the project's first 11 semantic web services.

Lastly, Dan McCreary discussed some of the things to watch out for in defining enterprise ontologies. When asked about some of the main stumbling blocks to getting an organization involved in defining their ontologies, Dan replied that the word "ontology" itself was a big hurdle:
It is too intimidating. It puts too many people off. They think they are paying for AI research. Sometime we just have to pick a more friendly name. Just call it a metadata registry and you my get better adoption. Many people that work with database developers just end up calling it a logical data model or and enterprise data dictionary. XML types like to call it an XML Schema type library. Whatever the audience...pick a term that makes them feel comfortable and then focus on the pain points of the organzation. I only tell about 25% of my customers I am building ontologies.
Once an organization gets started on defining and maintaining their ontologies, it needs to be managed and run across the enterprise. Dan said that it is not just a high-level effort but that it needs to extend all the way through the organization.
An upper ontology is pretty much useless by itself. They solve no real business problems by themselves. It is only when you get to the leaf level elements that you can start mapping to columns in databases. That is where the rubber meets the road.
Once adoption of ontologies has begun in an organization, McCreary's list of ten pitfalls should be heeded:
  1. Use tools made for designing ontologies
  2. Avoid duplication of data elements
  3. Do not confuse roles with objects within the ontology
  4. Separate processes for defining semantics from those defining constraints
  5. Test upper ontologies thoroughly
  6. Create unambiguous definitions for data elements
  7. Avoid mixing definitions of elements with the descriptions of them
  8. Create searchable structures that allow complex full-text searches
  9. Adopt a practice of versioning and traceability for the definitions
  10. Define the semantics for enterprise code/identifier objects as well.
McCreary also stressed the importance of having individuals or teams within the organization that own the ontologies and are responsible for semantic precision. For enterprises that are serious about the value of their ontologies, these individuals should play key leadership roles.
  • This article is part of a featured topic series on SOA

No comments

Watch Thread Reply

Educational Content

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.