summaryrefslogtreecommitdiff
path: root/test/rdf/xmlbase/test004.rdf
blob: bc0ea9fa4cc3fda849871d76bdd361e5a5cce9f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>

<!--
  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>

  Description: xml:base applies to an rdf:ID on a property element.
  Author: Jeremy Carroll (jjc@hpl.hp.com)

  $Id: test004.rdf,v 1.1 2002/03/08 12:21:41 dajobe Exp $
-->

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:eg="http://example.org/"
         xml:base="http://example.org/dir/file">

 <rdf:Description>
  <eg:value rdf:ID="frag">v</eg:value>
 </rdf:Description>

</rdf:RDF>