Re: Saying anything about anything: Comments on Harle & Fensel

Stefan Decker wrote:
> However, there is one problem with in RDFS with properties:
> in RDFS a property belongs to exactly ONE class.
> This limits the value of schemas (ontologies).

It isn't true :

RDF schema forbid morethan one RANGE for properties
(which means that property color should always have values in class Color)
but as many DOMAINS as needed, not necessarily declared in the same RDF model...

That is, if someone created a class Color = { red, orange, yellow, green, blue, purple, white, black }
and a property color with ColorPen as domain, you still can add domain Car if you want to.

What you can't do is have a color property pointing to an instance of YOUR class RGBcode.
unless you make RGBcode subclassOf Color, which sounds not so bad...

  Pierre-Antoine

Received on Tuesday, 28 December 1999 10:34:54 UTC