Restricting class of individuals from object property to specific individual..

Hi All,

   Compared to most, I am very much a beginner to OWL & OWL2.   With that
said, I apologize for the beginner-like question.

   I am wondering how one could restrict a certain class of individuals to a
specific individual of another class..  Let's consider this simple example
(please excuse my simplified logic structure:

      Class:  DataInput
      Class:  DataStream

      ds_stdout <------  individual of DataStream representing '*stdout*'
      ds_stdin <--------  individual of DataStream representing '*stdin*'
      ds_stderr <-------  individual of DataStream representing '*stderr' *

  I want to define that...         DataInput(x)   -->
~hasDataStream(x,ds_stdin)

  Am I able to make that specific restriction??

Thanks!

Mitch

Received on Friday, 5 November 2010 21:34:50 UTC