- From: Sergey Melnik <melnik@db.stanford.edu>
- Date: Mon, 27 Nov 2000 16:38:29 -0800
- To: Dan Connolly <connolly@w3.org>
- CC: RDF Logic <www-rdf-logic@w3.org>
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