~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-identity-anon-resources/test002.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
<!--
 
4
  Copyright World Wide Web Consortium, (Massachusetts Institute of
 
5
  Technology, Institut National de Recherche en Informatique et en
 
6
  Automatique, Keio University).
 
7
 
 
8
  All Rights Reserved.
 
9
 
 
10
  Please see the full Copyright clause at
 
11
  <http://www.w3.org/Consortium/Legal/copyright-software.html>
 
12
 
 
13
  Description: a RDF typedNode with no ID or about attribute
 
14
   describes an un-named resource, aka a bNode.
 
15
 
 
16
  Related issue:  
 
17
 
 
18
   http://www.w3.org/2000/03/rdf-tracking/#rdfms-identity-anon-resources
 
19
 
 
20
  Author: Art Barstow (barstow@w3.org)
 
21
 
 
22
  $Id: test002.rdf,v 1.1 2001/10/10 12:55:18 barstow Exp $
 
23
 
 
24
-->
 
25
 
 
26
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
27
         xmlns:eg="http://example.org/">
 
28
 
 
29
 <eg:node>
 
30
   <eg:property>property value</eg:property>
 
31
 </eg:node>
 
32
 
 
33
</rdf:RDF>