This page (revision-24) was last changed on 10-Feb-2017 10:50 by Albrecht Striffler

This page was created on 25-Oct-2013 10:38 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
24 10-Feb-2017 10:50 2 KB Albrecht Striffler to previous
23 10-Feb-2017 10:49 2 KB Albrecht Striffler to previous | to last
22 21-May-2014 16:03 2 KB Joba Baumeister to previous | to last
21 21-May-2014 16:00 2 KB Joba Baumeister to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 25 added 2 lines
The following example defines the package name {{myPackageName}} and creates a new ontology using this package.
At line 36 changed one line
rdfs:label "KnowWE" .
rdfs:label "KnowWE Wiki" .
At line 39 removed 3 lines
%%Ontology
@uses: myPackageName
%
At line 43 changed one line
%%Package myPackageName
On the same page, the [Turtle|Doc Turtle] markup is used to define an owl:Class {{System}} (in the local namespace) and an instance of {{System}} with the name {{KnowWE}}. Additionally, the label "KnowWE Wiki" is defined.
At line 45 removed 9 lines
%%Turtle
:System rdf:type owl:Class .
:KnowWE rdf:type :System ;
rdfs:label "KnowWE" .
%
For the third markup line (relation markup), three ontology entities are used. The first (''Ms. Moneypenny'') and third (''Person'') are from the local namespace and therefor the namespace prefix is omitted. The second part is from the predefined rdf vocabulary, therefor the rdf-namespace is used as a prefix by a colon.