1<?xml version="1.0"?>
2<!-- 	Issue: none
3        Test:  test001
4        $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-para196/test001.rdf,v 1.1 2002/02/14 19:10:34 dajobe Exp $
5
6        test case showing that the 2nd URI in M&S Paragraph 196 is
7        permitted as a namespace URI (and any namespace URI starting
8        with that URI)
9
10        http://lists.w3.org/Archives/Public/www-archive/2001Jun/att-0021/00-part#196
11-->
12
13<!--
14  Copyright World Wide Web Consortium, (Massachusetts Institute of
15  Technology, Institut National de Recherche en Informatique et en
16  Automatique, Keio University).
17
18  All Rights Reserved.
19
20  Please see the full Copyright clause at
21  <http://www.w3.org/Consortium/Legal/copyright-software.html>
22
23  $Id: test001.rdf,v 1.1 2002/02/14 19:10:34 dajobe Exp $
24-->
25
26<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
27         xmlns:a="http://www.w3.org/TR/REC-rdf-syntax"
28         xmlns:b="http://www.w3.org/TR/REC-rdf-syntax-blah-blah"
29         xmlns:c="http://www.w3.org/TR/REC-rdf-syntax#">
30  <rdf:Description rdf:about="http://example.org/">
31     <a:foo>permitted</a:foo>
32     <b:bar>also permitted</b:bar>
33     <c:baz>this one also permitted</c:baz>
34  </rdf:Description>
35</rdf:RDF>
36