Ontology
Ontology Design Patterns (ODP)
Aug 3rd
Regarding best practice hints, the following two links correspond to two repositories of Ontology Design Patterns: http://ontologydesignpatterns.org/wiki/Main_Page http://www.gong.manchester.ac.uk/odp/html/index.html
Media Annotations Working Group Video, Audio, Images
May 7th
The Media Annotations Working Group published an ontology for media resource. Overview of the Media Annotations Working Goup
Startup of new semantic project
Jan 22nd
Just started a new semantic web project. I will write about this on this website! It is a project about traveling
OWL 2 Web Ontology Language Primer
Dec 14th
In the W3C Recommendation of 27 October 2009 the OWL 2 Web Ontology Language is presented. The primer provides an approachable introduction to OWL 2, including orientation for those coming from other disciplines. Visit W3C
RDF stands for Resource Description Framework
Dec 8th
RDF is short for Resource Description Framework. RDF is the language for describing resources and contents in the semantic web. In the semantic web RDF is used to describe resources on the web. Resources are addressed by a unique URI. A URI looks like a normal Internet URL. Look at the following fragment of a [...]
What is the Semantic Web?
Dec 8th
Describing things in a way that computer applications can understand it. The semantic web describes relations between concepts. For example: A isPartOf B B hasType C C isMemberOf D Also properties of concepts can be described: A hasAge X B hasSize X C has Length X Where in this case X could be of type [...]
Understanding the Web Ontology Language? (OWL)
Nov 10th
The Web Ontology Language (OWL) is a standard for creating web ontologies. It is an official W3C standard. With a well created ontology you can query for data.
Wiki says
Sep 25th
"In computer science and information science, an ontology is a formal representation of a set of concepts within a domain and the relationships between those concepts. It is used to reason about the properties of that domain, and may be used to define the domain." (http://en.wikipedia.org/wiki/Ontology_%28information_science%29)
W3Schools, Introduction to OWL
Sep 3rd
W3Schools has very useful information for the beginner. If you’re not familiar with the concept of OWL, you should start with this website. Many examples. Visit websites
OWL Web Ontology Language Guide
Sep 3rd
This document demonstrates the use of the OWL language to formalize a domain by defining classes and properties of those classes, define individuals and assert properties about them, and reason about these classes and individuals to the degree permitted by the formal semantics of the OWL language. The sections are organized to present an incremental [...]