primary keys

One reason IFP and DP combined are useful is because it corresponds 
directly to the database notion of primary key.

There is also a requriement to be able to map compound primary keys into 
ontologies.

This could be addressed with say
   _:a a Restriction .
   _:a owl11:primaryKey [
      a:prop1
      a:prop2
      ...
   ].

creating the class of things for which the list of properties acts as a 
primary key.

See
http://www.w3.org/2001/sw/WebOnt/webont-issues.html#I6.2-CompoundKeys

Jeremy

Received on Thursday, 8 March 2007 10:31:07 UTC