- From: Jos De_Roo <jos.deroo.jd@belgium.agfa.com>
- Date: Tue, 2 Apr 2002 13:26:31 +0100
- To: "Jos De_Roo" <jos.deroo.jd@belgium.agfa.com>
- Cc: "Brian McBride <bwm" <bwm@hplb.hpl.hp.com>, "RDF Core <w3c-rdfcore-wg" <w3c-rdfcore-wg@w3.org>, dom@w3.org
[...] > > The summary is: > > > > we need test cases for: > > rdfms-xml-literal-namespaces > > rdfms-xmllang > > rdfms-rdf-names-use (DaveB - you may have done these and I didn't find > > them) > > rdfms-abouteach (to show whether its illegal or just a warning) > > rdfs-subPropertyOf-semantics > > > > there are some others to be approved, a couple of special cases to be > > resolved and the WD lists need updating. > > > > Please can I have volunteers to prepare these test cases. > > I will try to come up with one for > http://www.w3.org/2000/03/rdf-tracking/#rdfs-subPropertyOf-semantics Brian, I've made ( <http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-subPropertyOf-semantics/test001.nt> <http://www.w3.org/2000/01/rdf-schema#> ) log:entails <http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-subPropertyOf-semantics/test002.nt> . Dom, 1. could you give world access rights to http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-subPropertyOf-semantics/ http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-subPropertyOf-semantics/test001.nt http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-subPropertyOf-semantics/test001.rdf http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-subPropertyOf-semantics/test002.nt http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfs-subPropertyOf-semantics/test002.rdf 2. I'm not able to put a "complete" test001.nt the original file is [[[ # Copyright World Wide Web Consortium, (Massachusetts Institute of # Technology, Institut National de Recherche en Informatique et en # Automatique, Keio University). # # All Rights Reserved. # # Please see the full Copyright clause at # <http://www.w3.org/Consortium/Legal/copyright-software.html> # # Issue rdfs-subPropertyOf-semantics: # The inheritance semantics of the subPropertyOf relationship needs to be clarified. # # => subProperties inherit conjunctively the domain and range of their superproperties # # $Id$ ################################################################## <http://example.org/bar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . <http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#domain> <http://example.org/Domain1> . <http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#domain> <http://example.org/Domain2> . <http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://example.org/Range1> . <http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://example.org/Range2> . <http://example.org/bas> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://example.org/bar> . <http://example.org/baz1> <http://example.org/bas> <http://example.org/baz2> . ]]] but after uploading with Winie 1.0.8 we get [[[ # Copyright World Wide Web Consortium, (Massachusetts Institute of # Technology, Institut National de Recherche en Informatique et en # Automatique, Keio University). # # All Rights Reserved. # # Please see the full Copyright clause at # <http://www.w3.org/Consortium/Legal/copyright-software.html> # # Issue rdfs-subPropertyOf-semantics: # The inheritance semantics of the subPropertyOf relationship needs to be clarified. # # => subProperties inherit conjunctively the domain and range of their superproperties # # $Id: test001.nt,v 1.3 2002/04/02 10:50:27 josderoo Exp $ ################################################################## <http://example.org/bar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . <http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#domain> <http://example.org/Domain1> . <http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#domain> <http://example.org/Domain2> . <http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://example.org/Range1> . <http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://example.org/Range2> . <http://example.org/bas> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://example.org/bar> . <http://example.org/baz1> <h ]]] what we see is that: - the file lengths are the same i.e. 1337 bytes - string ": test001.nt,v 1.3 2002/04/02 10:50:27 josderoo Exp " is pushing string "ttp://example.org/bas> <http://example.org/baz2> .\r\n" away - the $Id$ is only CVS expanded for this file and not for files test001.rdf, test002.nt and test002.rdf I could of course change the file so that it works, but I first wanted to let you know -- Jos De Roo, AGFA http://www.agfa.com/w3c/jdroo/
Received on Tuesday, 2 April 2002 07:27:17 UTC