Easy Tutorial
❮ Rdf Tutorial Rdf 集合 ❯

OWL Introduction


OWL is a language for processing web information.


Prerequisites Before Learning

Before you learn OWL, you should have a basic understanding of XML, XML namespaces, and RDF.

If you need to learn these first, visit:

XML Tutorial and RDF Tutorial at tutorialpro.org.


What is OWL?


What is an Ontology?

The term "ontology" comes from philosophy, where it is the study of the nature of various entities and their relationships in the world.

For the web, an ontology is about the precise description of web information and the relationships between web information.


Why Use OWL?

OWL is part of the "Semantic Web Vision" - the goal is:


OWL is Designed for Computer Processing

OWL is designed to provide a common method for processing Web information (rather than displaying it).

OWL is designed to be read by computer applications (not by humans).


OWL vs RDF

OWL has many similarities with RDF, but compared to RDF, OWL is a more powerful language with stronger machine interpretation capabilities.

Compared to RDF, OWL has a larger vocabulary and more powerful language features.


OWL Sub-languages

OWL has three sub-languages:


OWL is Written in XML

By using XML, OWL information can be exchanged between different types of computers using different operating systems and application languages.


OWL is a Web Standard

OWL became a W3C Recommendation in February 2004.

W3C Recommendations (standards) are regarded as web standards by the industry and web community. W3C Recommendations are stable specifications developed by W3C working groups and reviewed by W3C members.

For more information on OWL, visit: http://www.w3.org/2004/OWL/

❮ Rdf Tutorial Rdf 集合 ❯