Home arrow Blog

OWL Cloud

about connect create enables information knowledge language metadata microformats other others pages people person research semantic services settings support would
A blog of OWL and Semantic Web news
Jena
Written by http://jena.sourceforge.net/jena-faq.html   

Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.

Jena is open source and grown out of work with the HP Labs Semantic Web Programme.

The Jena Framework includes:

  • A RDF API
  • Reading and writing RDF in RDF/XML, N3 and N-Triples
  • An OWL API
  • In-memory and persistent storage
  • SPARQL query engine

Support is provided by the jena-dev mailing list.

Read more...
 
Semantic web will drive internet
Written by Jeremy Kirk   
Hundreds of boffins are weaving together the internet's future at a meeting in Edinburgh, Scotland, this week, poring over research papers and discussing ideas on how to organise the internet's growing mass of data.

Much of the discussion is centered on the "semantic web," the term for how researchers believe information on the web can be intelligently labelled, interpreted and linked through applications that can draw relationships and discover buried information.

Computer scientists have grand visions for how the semantic web will help users cut to the core information they are seeking. A few years ago, attaching keywords to web pages was seen as the way to make orderly sense of data, but that is now increasingly viewed as inferior.

However, there is trepidation as to how this next version of the internet will develop, and if the new ideas can be translated into applications and interfaces that are easy for users.

"I think there's a chance actually that we can do better this time around," said Tim Berners-Lee, who is credited with inventing the World Wide Web in 1989. He was one of several panelists in a discussion about the semantic web Wednesday at the W3C (World Wide Web) conference.

"I think it's also possible we mess that up, and the Web 2.0 becomes a big mess of rather unreliable stuff which you end up having to go through with Google," he said.

Search engines may eventually be able to use pages optimised for semantic web content, although Berners-Lee jokingly predicted that search companies won't be overly enthusiastic about the concept.


Read more...
 
Welcome to OWL code
Written by OWL Code   

OWL is seen as a major technology for the future implementation of a Semantic Web. It is playing an important role in an increasing number and range of applications, and is the focus of research into tools, reasoning techniques, formal foundations and language extensions.

The Web Ontology Language (OWL) is a language for defining and instantiating Web ontologies. An OWL ontology may include descriptions of classes, along with their related properties and instances. OWL is designed for use by applications that need to process the content of information instead of just presenting information to humans. It facilitates greater machine interpretability of Web content than that supported by XML, RDF, and RDF Schema (RDF-S) by providing additional vocabulary along with a formal semantics. OWL is based on earlier languages OIL and DAML+OIL, and is now a W3C recommendation.

Read more...
 
History of OWL
Written by OWL Code   

Joomvote! Now

A number of research efforts during the mid to late 1990s explored how the idea of knowledge representation (KR) from AI could be made useful on the World Wide Web. These included languages based on HTML (called SHOE), XML (called XOL, later OIL), and various frame-based KR languages and knowledge acquisition approaches.

OWL DL is based in part on the description logic >\mathcal{SHOIN} (D) and also on a number of earlier KR systems known as frame-based systems. Its subset OWL Lite is based on the less expressive logic >\mathcal{SHIF} (D). All reasoning tasks in both OWL DL and OWL Lite can be reduced to knowledge based (KB) satisfiability. OWL Full operates outside the bounds of description logic, allowing more power and expressivity and having fewer constraints on use, but at the cost of decidability. (OWL Full's semantics is based on the semantics of RDF.) OWL is encoded in RDF/XML documents.

Read more...