- From: Dave Beckett <dave.beckett@bristol.ac.uk>
- Date: Wed, 05 Dec 2001 13:00:06 +0000
- To: w3c-rdfcore-wg@w3.org
- Message-ID: <14869.1007557206@tatooine.ilrt.bris.ac.uk>
The attached test cases close this action. I give examples of two namespace URIs that are covered by Para 196. This isn't a named, existing issue so I can't put them in the test cases area. This needs a W3C Team member to make a new directory, copy the files, set their permissions, etc etc. CVSed below http://cvs.ilrt.org/cvsweb/redland/rdfcore/rdfms-para196/ Dave
<?xml version="1.0"?>
<!-- Issue: none
Test: test001
$Header:$
test case showing that the 2nd URI in M&S Paragraph 196 is
permitted as a namespace URI (and any namespace URI starting
with that URI)
http://lists.w3.org/Archives/Public/www-archive/2001Jun/att-0021/00-part#196
-->
<!--
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: test001.rdf,v 1.1 2001/12/05 12:43:32 cmdjb Exp $
-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:a="http://www.w3.org/TR/REC-rdf-syntax"
xmlns:b="http://www.w3.org/TR/REC-rdf-syntax-blah-blah">
<rdf:Description rdf:about="http://example.org/">
<a:foo>permitted</a:foo>
<b:bar>also permitted</b:bar>
</rdf:Description>
</rdf:RDF>
# # 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: test001.nt,v 1.1 2001/12/05 12:43:32 cmdjb Exp $ # ##################################################################### <http://example.org/> <http://www.w3.org/TR/REC-rdf-syntaxfoo> "permitted" . <http://example.org/> <http://www.w3.org/TR/REC-rdf-syntax-blah-blahbar> "also permitted" .
Received on Wednesday, 5 December 2001 08:00:08 UTC