~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/rdf-ns-prefix-confusion/test0001.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
<!--
 
2
  Copyright World Wide Web Consortium, (Massachusetts Institute of
 
3
  Technology, Institut National de Recherche en Informatique et en
 
4
  Automatique, Keio University).
 
5
 
 
6
  All Rights Reserved.
 
7
 
 
8
  Please see the full Copyright clause at
 
9
  <http://www.w3.org/Consortium/Legal/copyright-software.html>
 
10
 
 
11
  $Id: test0001.rdf,v 1.3 2001/10/18 21:04:11 barstow Exp $
 
12
-->
 
13
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
14
         xmlns:eg="http://example.org/">
 
15
 
 
16
 <!-- 
 
17
  Test case for
 
18
  Issue http://www.w3.org/2000/03/rdf-tracking/#rdf-ns-prefix-confusion
 
19
 
 
20
  List of RDF attributes that are required to have an rdf: prefix
 
21
    about aboutEach 
 
22
    ID bagID type resource parseType 
 
23
 
 
24
  Dave Beckett - http://purl.org/net/dajobe/
 
25
 
 
26
 -->
 
27
 
 
28
  <!-- Test rdf:about attribute - expect 1 triple -->
 
29
 
 
30
  <!-- 6.3 description, part 2; 6.7 aboutAttr -->
 
31
  <rdf:Description rdf:about="http://example.org/resource1/">
 
32
    <eg:property>bar</eg:property>
 
33
  </rdf:Description>
 
34
   
 
35
</rdf:RDF>