> Hi Folks, > > Suppose that I have this class heirarchy: > > River > | > Flueve > | > Blah > > Suppose that the property, emptiesInto, has a domain of River: > > <owl:ObjectProperty rdf:ID="emptiesInto"> > <rdfs:domain rdf:resource="#River"/> > <rdfs:range rdf:resource="#BodyOfWater"/> > </owl:ObjectProperty> > > Suppose the Flueve constrains emptiesInto to have a range of #Sea: > > <owl:Class rdf:ID="Flueve"> > <rdfs:subClassOf rdf:resource="#River"/> > <rdfs:subClassOf> > <owl:Restriction> > <owl:onProperty rdf:resource="#emptiesInto"/> > <owl:allValuesFrom rdf:resource="#Sea"/> > </owl:Restriction> > </rdfs:subClassOf> > </owl:Class> > > Question: what is the range of emptiesInto when used in the Blah > Class? /Roger > The class "#Sea" or a subClassOf "#Sea". Yuzhong QuReceived on Thursday, 22 May 2003 02:31:41 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:20:08 GMT