~ubuntu-branches/ubuntu/karmic/pypy/karmic

« back to all changes in this revision

Viewing changes to pypy/lib/pyontology/test/premises003.rdf

  • Committer: Bazaar Package Importer
  • Author(s): Alexandre Fayolle
  • Date: 2007-04-13 09:33:09 UTC
  • Revision ID: james.westby@ubuntu.com-20070413093309-yoojh4jcoocu2krz
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--++ cardinality/premises003.rdf ** generated using webont test editor. ++-->
 
2
<!--++ Created 19 Apr 2003 11:36:49 GMT ++-->
 
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
  $Id: premises003.rdf,v 1.8 2003/05/07 19:41:24 jcarroll Exp $
 
14
-->
 
15
<!--
 
16
An <code>owl:cardinality</code> constraint is simply shorthand for a pair of <code>owl:minCardinality</code> and <code>owl:maxCardinality</code> constraints.
 
17
-->
 
18
<!-- Author: Jeremy J. Carroll -->
 
19
<rdf:RDF
 
20
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
21
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
 
22
    xmlns:owl="http://www.w3.org/2002/07/owl#"
 
23
    xml:base="http://www.w3.org/2002/03owlt/cardinality/premises003" >
 
24
    <owl:Class rdf:ID="c">
 
25
      <rdfs:subClassOf>
 
26
        <owl:Restriction>
 
27
          <owl:onProperty rdf:resource="#p"/>
 
28
          <owl:cardinality
 
29
 rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
 
30
          >2</owl:cardinality>
 
31
        </owl:Restriction>
 
32
      </rdfs:subClassOf>
 
33
    </owl:Class>
 
34
    <owl:ObjectProperty rdf:ID="p"/>
 
35
</rdf:RDF>