Doc Class
Back to current version Restore this version

The Class Markup#

The markup to define (RDFS) classes goes as follows:

%%Class...

Example#

To define a class representing a Person on writes:

%%Class Person

Definition of Properties:#

The class markup also allows for the definition of properties using annotations:
%%Class Person @property livesIn

In that example additionally to the class Person also a property livesIn is defined.