- From: Dave Beckett <dave.beckett@bristol.ac.uk>
- Date: Thu, 24 Jan 2002 14:45:43 +0000
- To: w3c-rdfcore-wg@w3.org
- Message-ID: <25067.1011883543@tatooine.ilrt.bris.ac.uk>
This closes ACTION 2002-01-18#2 The first test case covers the xml: namespace with examples of xml:space and xml:foo generating no extra ntriples. The second case uses an attribute that XML reserves - xmlnewthing and shows it generates no extra ntriples. Not sure if this one should be there; let me know. Dave
# 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> # # $Id:$ ################################################################## <http://example.org/thing> <http://example.org/schema#prop1> "blah" . <http://example.org/thing> <http://example.org/schema#prop2> "more" .
# 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> # # $Id:$ ################################################################## <http://example.org/thing> <http://example.org/schema#prop1> "stuff" .
Attachments
- text/xml attachment: test001.rdf
- text/xml attachment: test002.rdf
Received on Thursday, 24 January 2002 09:45:45 UTC