W3C home > Mailing lists > Public > www-rdf-logic@w3.org > October 2001

extend an Ontology

From: Charlie Abela <abcharl@maltanet.net>
Date: Sat, 13 Oct 2001 16:06:58 +0100
To: <www-rdf-logic@w3.org>
Message-ID: <HGEBLIDFMBJHNGBAOLIKEEBICBAA.abcharl@maltanet.net>
When extending an existing ontology…is it possible to override some of its
properties?
e.g.
   The following statement is found in an existing ontology

 <daml:ObjectProperty rdf:ID="hasInstructor">
  <rdfs:domain rdf:resource="#Course" />
  <rdfs:range
rdf:resource="http://www.daml.ri.cmu.edu/ont/homework/cmu-ri-people-ont#Memb
er" />
  </rdf:ObjectProperty>

and I need to override this property by using this statement

  <daml:ObjectProperty rdf:ID="hasInstructor">
  <rdfs:domain rdf:resource="#Course" />
  <rdfs:range rdf:resource="#Lecturing-Staff" />
  </daml:ObjectProperty>

where Lecturing –Staff represents a different description than ….#Member.

Thanks
Charlie
Received on Saturday, 13 October 2001 10:06:09 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:52:41 GMT