General
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
Mapping relational data to RDF
May 6th
There has been many research in the domain of mapping relational data from databases like MySQL or Oracle to RDF data. D2R Server - http://www4.wiwiss.fu-berlin.de/bizer/d2r-server/ Publishing information about the Web-based Systems Group @ Freie Universität Berlin. It can be accessed using (1) your plain old web browser (2) Semantic Web browsers (3) SPARQL query clients. Virtuoso - http://virtuoso.openlinksw.com/ Virtuoso is an innovative [...]
XPath function reference
Apr 21st
New website: www.XPath.nl On this website a function reference for XPath is found. The option to use the RSS feed makes it possible to place the link in the toolbar of your browser. From there you are always one click away from the information. Very useful for developers of XSD, XSLT and schematron.
Triple store
Feb 2nd
Creating à triple store based on mysql. From this triple store several websites are feeded.
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 [...]
Protege 4.0 released
Dec 7th
December 3rd Protege 4.0 was released. So, what is new in this version? First of all it supports the OWL 2.0 specification, which is approaching approval. Other new features in this release are: support for editing multiple ontologies, menu drag and drop user interface elements, the ability to import from repositories on the web and [...]
Using SVN in Eclipse with a proxy
Dec 4th
Are you getting errors about the “RA layer request failed” and “svn: PROPFIND request failed on ..”, followed by an error about not being able to connect to the SVN server? Well, here is what to do: Install the latest Subclipse plugin for Eclipse. Read the manual at Subclipse Set the right proxy settings at [...]
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.