Mercurial > hg > NamedIdentityManager
comparison ontologies/rdf-schema @ 0:1384a0d382fa
first input
author | dwinter |
---|---|
date | Thu, 30 Jun 2011 11:44:24 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1384a0d382fa |
---|---|
1 <?xml version="1.0"?> | |
2 <rdf:RDF | |
3 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
4 xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#" | |
5 xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#" | |
6 xmlns:owl="http://www.w3.org/2002/07/owl#" | |
7 xmlns:dc="http://purl.org/dc/elements/1.1/" | |
8 xmlns:xsd="http://www.w3.org/2001/XMLSchema#" | |
9 xmlns:swrl="http://www.w3.org/2003/11/swrl#" | |
10 xmlns:swrlb="http://www.w3.org/2003/11/swrlb#" | |
11 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | |
12 xml:base="http://www.w3.org/2000/01/rdf-schema"> | |
13 <owl:Ontology rdf:about="#"> | |
14 <dc:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
15 >The RDF Schema vocabulary (RDFS)</dc:title> | |
16 </owl:Ontology> | |
17 <rdfs:Class rdf:ID="Container"> | |
18 <rdfs:isDefinedBy rdf:resource="#"/> | |
19 <rdfs:subClassOf> | |
20 <rdfs:Class rdf:ID="Resource"/> | |
21 </rdfs:subClassOf> | |
22 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
23 >The class of RDF containers.</rdfs:comment> | |
24 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
25 >Container</rdfs:label> | |
26 </rdfs:Class> | |
27 <rdfs:Class rdf:ID="Literal"> | |
28 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
29 >The class of literal values, eg. textual strings and integers.</rdfs:comment> | |
30 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
31 >Literal</rdfs:label> | |
32 <rdfs:isDefinedBy rdf:resource="#"/> | |
33 <rdfs:subClassOf> | |
34 <rdfs:Class rdf:about="#Resource"/> | |
35 </rdfs:subClassOf> | |
36 </rdfs:Class> | |
37 <rdfs:Class rdf:ID="ContainerMembershipProperty"> | |
38 <rdfs:isDefinedBy rdf:resource="#"/> | |
39 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
40 >The class of container membership properties, rdf:_1, rdf:_2, ..., | |
41 all of which are sub-properties of 'member'.</rdfs:comment> | |
42 <rdfs:subClassOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> | |
43 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
44 >ContainerMembershipProperty</rdfs:label> | |
45 </rdfs:Class> | |
46 <rdfs:Class rdf:about="#Resource"> | |
47 <rdfs:isDefinedBy rdf:resource="#"/> | |
48 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
49 >The class resource, everything.</rdfs:comment> | |
50 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
51 >Resource</rdfs:label> | |
52 </rdfs:Class> | |
53 <rdfs:Class rdf:ID="Class"> | |
54 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
55 >The class of classes.</rdfs:comment> | |
56 <rdfs:isDefinedBy rdf:resource="#"/> | |
57 <rdfs:subClassOf rdf:resource="#Resource"/> | |
58 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
59 >Class</rdfs:label> | |
60 </rdfs:Class> | |
61 <rdfs:Class rdf:ID="Datatype"> | |
62 <rdfs:isDefinedBy rdf:resource="#"/> | |
63 <rdfs:subClassOf rdf:resource="#Class"/> | |
64 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
65 >The class of RDF datatypes.</rdfs:comment> | |
66 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
67 >Datatype</rdfs:label> | |
68 </rdfs:Class> | |
69 <rdf:Property rdf:ID="subClassOf"> | |
70 <rdfs:domain rdf:resource="#Class"/> | |
71 <rdfs:range rdf:resource="#Class"/> | |
72 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
73 >subClassOf</rdfs:label> | |
74 <rdfs:isDefinedBy rdf:resource="#"/> | |
75 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
76 >The subject is a subclass of a class.</rdfs:comment> | |
77 </rdf:Property> | |
78 <rdf:Property rdf:ID="domain"> | |
79 <rdfs:isDefinedBy rdf:resource="#"/> | |
80 <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> | |
81 <rdfs:range rdf:resource="#Class"/> | |
82 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
83 >domain</rdfs:label> | |
84 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
85 >A domain of the subject property.</rdfs:comment> | |
86 </rdf:Property> | |
87 <rdf:Property rdf:ID="isDefinedBy"> | |
88 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
89 >isDefinedBy</rdfs:label> | |
90 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
91 >The defininition of the subject resource.</rdfs:comment> | |
92 <rdfs:subPropertyOf> | |
93 <rdf:Property rdf:ID="seeAlso"/> | |
94 </rdfs:subPropertyOf> | |
95 <rdfs:range rdf:resource="#Resource"/> | |
96 <rdfs:isDefinedBy rdf:resource="#"/> | |
97 <rdfs:domain rdf:resource="#Resource"/> | |
98 </rdf:Property> | |
99 <rdf:Property rdf:about="#seeAlso"> | |
100 <rdfs:isDefinedBy rdf:resource="#"/> | |
101 <rdfs:range rdf:resource="#Resource"/> | |
102 <rdfs:domain rdf:resource="#Resource"/> | |
103 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
104 >Further information about the subject resource.</rdfs:comment> | |
105 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
106 >seeAlso</rdfs:label> | |
107 </rdf:Property> | |
108 <rdf:Property rdf:ID="range"> | |
109 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
110 >range</rdfs:label> | |
111 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
112 >A range of the subject property.</rdfs:comment> | |
113 <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> | |
114 <rdfs:isDefinedBy rdf:resource="#"/> | |
115 <rdfs:range rdf:resource="#Class"/> | |
116 </rdf:Property> | |
117 <rdf:Property rdf:ID="comment"> | |
118 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
119 >A description of the subject resource.</rdfs:comment> | |
120 <rdfs:range rdf:resource="#Literal"/> | |
121 <rdfs:isDefinedBy rdf:resource="#"/> | |
122 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
123 >comment</rdfs:label> | |
124 <rdfs:domain rdf:resource="#Resource"/> | |
125 </rdf:Property> | |
126 <rdf:Property rdf:ID="subPropertyOf"> | |
127 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
128 >subPropertyOf</rdfs:label> | |
129 <rdfs:isDefinedBy rdf:resource="#"/> | |
130 <rdfs:domain rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> | |
131 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
132 >The subject is a subproperty of a property.</rdfs:comment> | |
133 <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> | |
134 </rdf:Property> | |
135 <rdf:Property rdf:ID="member"> | |
136 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
137 >A member of the subject resource.</rdfs:comment> | |
138 <rdfs:isDefinedBy rdf:resource="#"/> | |
139 <rdfs:range rdf:resource="#Resource"/> | |
140 <rdfs:domain rdf:resource="#Resource"/> | |
141 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
142 >member</rdfs:label> | |
143 </rdf:Property> | |
144 <rdf:Property rdf:ID="label"> | |
145 <rdfs:domain rdf:resource="#Resource"/> | |
146 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
147 >A human-readable name for the subject.</rdfs:comment> | |
148 <rdfs:isDefinedBy rdf:resource="#"/> | |
149 <rdfs:range rdf:resource="#Literal"/> | |
150 <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string" | |
151 >label</rdfs:label> | |
152 </rdf:Property> | |
153 </rdf:RDF> | |
154 | |
155 <!-- Created with Protege (with OWL Plugin 3.4.4, Build 579) http://protege.stanford.edu --> |