question about DL/Lite semantics from Jeremy Carroll on 2003-06-02 (www-webont-wg@w3.org from June 2003) (original) (raw)
On one of my homework assignments after the beer session I've got a little bit stuck considering the following entailments according to the direct semantics
Does
Class( annotation( ) ) AnnotationProperty( ) Class( )
entail
AnnotationProperty( ) Class( annotation( individual() ) )
?
If not, why not?
I also note that there is a bug in the LC mapping rules that permits
individual()
to map to nothing so that the following contradicition maps to a noncontradition in RDF/XML
individual() EquivalentClasses( owl:Thing, owl:Nothing )
I am still working on the rdf:List homework, and will possibly propose a bug fix for this bug as a side effect.
(The equivalent expression
individual( type(owl:Thing) ) EquivalentClasses( owl:Thing, owl:Nothing )
is a simple contradiction)
Jeremy
Received on Monday, 2 June 2003 06:13:23 UTC