~ubuntu-branches/ubuntu/saucy/restlet/saucy

« back to all changes in this revision

Viewing changes to org.restlet.test/src/org/restlet/test/data/rdf/rdfms-rdf-names-use/test-011.rdf

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-06-11 16:25:45 UTC
  • Revision ID: package-import@ubuntu.com-20120611162545-5w2o0resi5y3pybc
Tags: upstream-2.0.14
ImportĀ upstreamĀ versionĀ 2.0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--
 
3
  Copyright World Wide Web Consortium, (Massachusetts Institute of
 
4
  Technology, Institut National de Recherche en Informatique et en
 
5
  Automatique, Keio University).
 
6
 
 
7
  All Rights Reserved.
 
8
 
 
9
  Please see the full Copyright clause at
 
10
  <http://www.w3.org/Consortium/Legal/copyright-software.html>
 
11
 
 
12
  Issue http://www.w3.org/2000/03/rdf-tracking/#rdfms-rdf-names-use
 
13
    Illegal or unusual use of names from the RDF namespace
 
14
 
 
15
  Description: 
 
16
    type is allowed as a node element name.
 
17
 
 
18
  $Id: test-011.rdf,v 1.2 2002/08/07 13:17:50 dbeckett2 Exp $
 
19
-->
 
20
 
 
21
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
 
22
  <rdf:type rdf:about="http://example.org/node"/>
 
23
</rdf:RDF>