1<?xml version="1.0"?>
2
3<!--
4  Copyright World Wide Web Consortium, (Massachusetts Institute of
5  Technology, European Research Consortium for Informatics and
6  Mathematics, 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: any interpretation of this file
14        must have the extension of class x
15        being a subset of the extension of class y.
16
17  Related issue:
18
19   http://www.w3.org/2001/sw/RDFCore/20030123-issues/#horst-01
20
21  Author: Herman ter Horst
22
23  $Id: test001.rdf,v 1.1 2003/07/18 05:21:30 jcarroll Exp $
24
25-->
26
27<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
28     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
29         >
30
31  <rdfs:Class rdf:about="http://example.org/x"/>
32  <rdf:Description rdf:about=
33         "http://www.w3.org/1999/02/22-rdf-syntax-ns#type">
34    <rdfs:domain rdf:resource="http://example.org/y"/>
35  </rdf:Description>
36
37</rdf:RDF>
38
39