Another semantics question

Mainly for Stasinos, I guess:

What's the difference between these two and which should we use?

<owl:Restriction>
   <owl:onProperty
     rdf:resource="http://www.w3.org/2007/05/powder#hasIRI"/>
   <owl:someValuesFrom rdf:nodeID="iriset_1"/>
   <rdfs:subClassOf rdf:nodeID="descriptorset_1"/>
</owl:Restriction>

OR

<owl:Class rdf:about="#resourceset_1">
   <rdfs:subClassOf rdf:ID="description_1"/>
</owl:Class>


is this about necessary and necessary and sufficient?

Phil.

Received on Tuesday, 22 April 2008 09:19:54 UTC