errors in daml-ex

Dan,

http://www.daml.org/2000/10/daml-ex.daml

defines

<Person ID="Adam">
  <label>Adam</label>
  <comment>Adam is a person.</comment>
</Person>

The default namespace is "http://www.daml.org/2000/10/daml-ont#", so you
get

triple("http://www.daml.org/2000/10/daml-ex.daml#Adam",
       "http://www.w3.org/1999/02/22-rdf-syntax-ns#type",
       "http://www.daml.org/2000/10/daml-ont#Person")
                                    ===============

Same problem with instances of Height.

Another issue: DAML-ONT page refers to the spec as located at
	http://www.daml.org/2000/10/daml-ont.daml

If you parse from this location, all DAML-O vocabulary becomes defined
in the namespace
	http://www.daml.org/2000/10/daml-ont.daml#

I got several questions about this "effect", maybe you could mention the
correct link somewhere (http://www.daml.org/2000/10/daml-ont).

Remember our discussion with location-independent RDF documents...

Sergey

Received on Monday, 27 November 2000 19:20:22 UTC