# 
#   Copyright World Wide Web Consortium, (Massachusetts Institute of
#   Technology, European Research Consortium for Informatics and
#   Mathematics, Keio University).
#  
#   All Rights Reserved.
#  
#   Please see the full Copyright clause at
#   <http://www.w3.org/Consortium/Legal/copyright-software.html>
# 
#   Description: any interpretation of this file
#         respecting xsd:string and xsd:integer
#         must have the extension of property p 
#         being empty.
# 
#   Related issue:  
# 
#    http://www.w3.org/2001/sw/RDFCore/20030123-issues/#horst-01
# 
#   Author: Jeremy Carroll 
# 
#   $Id: test003.rdf,v 1.1 2003/07/18 05:21:30 jcarroll Exp $
# 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://example.org/p> a rdf:Property;
   rdfs:range xsd:integer,
     xsd:string .

<http://example.org/q> a rdf:Property .
