This page (revision-4) was last changed on 21-May-2014 16:11 by Joba Baumeister

This page was created on 24-Oct-2013 12:40 by Jochen Reutelshöfer

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
4 21-May-2014 16:11 1 KB Joba Baumeister to previous
3 21-May-2014 16:10 960 bytes Joba Baumeister to previous | to last
2 21-May-2014 16:08 799 bytes Joba Baumeister to previous | to last
1 24-Oct-2013 12:40 736 bytes Jochen Reutelshöfer to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
!!! The Turtle Markup
[{TableOfContents}]
At line 3 changed one line
The markup to define relations/triples/assertions in Turtle syntax goes as follows:
!!! Definition
At line 5 added 3 lines
Besides XML the W3C has standardized the Turtle syntax to define ontologies.
In KnowWE the syntax can be used within the markup {{Turtle}}:
At line 6 changed one line
%%turtle...
%%Turtle...
At line 11 added 2 lines
The markup allows for the definition of multiple turtle statements within one markup block.
Also, the namespaces {{rdf}}, {{rdfs}}, and {{owl}} are already defined and ready to use.
At line 9 changed one line
! Defining Multiple Relations using turtle
!!! Example
At line 11 changed one line
The markup allows to define multiple relations by one expression in a concise way:
The following example defines an owl:Class with the name {{System}} and a corresponding instance with the name {{KnowWE}}.
At line 15 changed 3 lines
Ms. Moneypenny livesIn:: London;
rdf:type:: Person;
rdfs:label:: 'Miss Moneypenny'@en, 'Fräulein Moneypenny'@de, 'Mlle Moneypenny'@fr
:System rdf:type owl:Class .
:KnowWE rdf:type :System ;
rdfs:label "KnowWE Wiki" .
At line 28 added 7 lines
!!! See Also
* [W3C Turtle Recommendation|http://www.w3.org/TR/turtle/]
* [Ontology|Doc Ontology]