!!! The Individual Markup

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

{{{
%%Individual...
}}}

! Example

To define a Individual representing a Person on writes:

{{{
%%Individual Ms. Moneypenny
}}}


! Definition of Class Membership:
The Individual markup also allows for a class membership using the type annotation:

{{{
%%Individual Ms. Moneypenny @type: Person
}}}

In that example the Individual ''Ms. Moneypenny'' is defined to be a member of the class ''Person''.