rdf 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/CREDITS +1 -0
  3. data/VERSION +1 -1
  4. data/lib/rdf.rb +10 -48
  5. data/lib/rdf/cli/vocab-loader.rb +78 -142
  6. data/lib/rdf/mixin/enumerable.rb +25 -0
  7. data/lib/rdf/mixin/mutable.rb +3 -0
  8. data/lib/rdf/model/graph.rb +1 -1
  9. data/lib/rdf/model/node.rb +25 -2
  10. data/lib/rdf/model/statement.rb +20 -12
  11. data/lib/rdf/model/uri.rb +11 -2
  12. data/lib/rdf/nquads.rb +8 -6
  13. data/lib/rdf/ntriples/writer.rb +14 -10
  14. data/lib/rdf/query/pattern.rb +10 -8
  15. data/lib/rdf/reader.rb +11 -2
  16. data/lib/rdf/repository.rb +1 -1
  17. data/lib/rdf/vocab.rb +396 -96
  18. data/lib/rdf/vocab/cc.rb +117 -25
  19. data/lib/rdf/vocab/cert.rb +230 -117
  20. data/lib/rdf/vocab/dc.rb +930 -233
  21. data/lib/rdf/vocab/dc11.rb +151 -37
  22. data/lib/rdf/vocab/doap.rb +326 -114
  23. data/lib/rdf/vocab/exif.rb +930 -533
  24. data/lib/rdf/vocab/foaf.rb +602 -346
  25. data/lib/rdf/vocab/geo.rb +139 -33
  26. data/lib/rdf/vocab/gr.rb +1551 -1084
  27. data/lib/rdf/vocab/ht.rb +319 -0
  28. data/lib/rdf/vocab/ical.rb +507 -349
  29. data/lib/rdf/vocab/ma.rb +504 -280
  30. data/lib/rdf/vocab/mo.rb +2425 -876
  31. data/lib/rdf/vocab/og.rb +178 -90
  32. data/lib/rdf/vocab/owl.rb +513 -219
  33. data/lib/rdf/vocab/prov.rb +1557 -479
  34. data/lib/rdf/vocab/rdfs.rb +107 -31
  35. data/lib/rdf/vocab/rdfv.rb +165 -0
  36. data/lib/rdf/vocab/rsa.rb +61 -18
  37. data/lib/rdf/vocab/rss.rb +55 -22
  38. data/lib/rdf/vocab/schema.rb +8590 -3995
  39. data/lib/rdf/vocab/sioc.rb +657 -218
  40. data/lib/rdf/vocab/skos.rb +227 -134
  41. data/lib/rdf/vocab/skosxl.rb +47 -33
  42. data/lib/rdf/vocab/vcard.rb +693 -327
  43. data/lib/rdf/vocab/void.rb +175 -132
  44. data/lib/rdf/vocab/vs.rb +27 -0
  45. data/lib/rdf/vocab/wdrs.rb +123 -119
  46. data/lib/rdf/vocab/wot.rb +155 -45
  47. data/lib/rdf/vocab/xhtml.rb +2 -1
  48. data/lib/rdf/vocab/xhv.rb +496 -231
  49. data/lib/rdf/vocab/xsd.rb +382 -53
  50. data/lib/rdf/writer.rb +8 -4
  51. metadata +5 -4
  52. data/lib/rdf/vocab/http.rb +0 -84
  53. data/lib/rdf/vocab/v.rb +0 -154
data/lib/rdf/vocab/og.rb CHANGED
@@ -1,98 +1,186 @@
1
+ # -*- encoding: utf-8 -*-
1
2
  # This file generated automatically using vocab-fetch from http://ogp.me/ns#
2
3
  require 'rdf'
3
4
  module RDF
4
5
  class OG < StrictVocabulary("http://ogp.me/ns#")
5
6
 
6
7
  # Property definitions
7
- property :isbn, :label => 'International Standard Book Number', :comment =>
8
- %([DEPRECATED] International Standard Book Number for you
9
- object.)
10
- property :audio, :label => 'audio', :comment =>
11
- %(A relevant audio URL for your object.)
12
- property :"audio:album", :label => 'audio album', :comment =>
13
- %([DEPRECATED] An album to which some audio belongs.)
14
- property :"audio:artist", :label => 'audio artist', :comment =>
15
- %([DEPRECATED] An artist of some audio.)
16
- property :"audio:secure_url", :label => 'audio secure URL', :comment =>
17
- %(A relevant, secure audio URL for your object.)
18
- property :"audio:title", :label => 'audio title', :comment =>
19
- %([DEPRECATED] A title for some audio.)
20
- property :"audio:type", :label => 'audio type', :comment =>
21
- %(The mime type of an audio file e.g., "application/mp3")
22
- property :"country-name", :label => 'country name', :comment =>
23
- %([DEPRECATED] The country name of the resource e.g., "USA")
24
- property :description, :label => 'description', :comment =>
25
- %(A one to two sentence description of your object.)
26
- property :determiner, :label => 'determiner', :comment =>
27
- %(The word to precede the object's title in a sentence \(e.g.,
28
- "the" in "the statue of liberty"\). Valid values are "a",
29
- "an", "the", "", and "auto".)
30
- property :email, :label => 'email', :comment =>
31
- %([DEPRECATED] Email of the contact for your object.)
32
- property :fax_number, :label => 'fax number', :comment =>
33
- %([DEPRECATED] Fax number of the contact for your object.)
34
- property :image, :label => 'image', :comment =>
35
- %(An image URL which should represent your object within the
36
- graph.)
37
- property :"image:height", :label => 'image height', :comment =>
38
- %(The height of an image.)
39
- property :"image:secure_url", :label => 'image secure url', :comment =>
40
- %(A secure image URL which should represent your object within
41
- the graph.)
42
- property :"image:type", :label => 'image type', :comment =>
43
- %(The mime type of an image.)
44
- property :"image:width", :label => 'image width', :comment =>
45
- %(The width of an image.)
46
- property :isbn, :label => 'isbn', :comment =>
47
- %([DEPRECATED] International Standard Book Number for you
48
- object.)
49
- property :latitude, :label => 'latitude', :comment =>
50
- %([DEPRECATED] The latitude of the resource e.g., the latitude
51
- of a company.)
52
- property :locale, :label => 'locale', :comment =>
53
- %(A Unix locale in which this markup is rendered.)
54
- property :locality, :label => 'locality', :comment =>
55
- %([DEPRECATED] The locality of the resource e.g, "Palo Alto")
56
- property :longitude, :label => 'longitude', :comment =>
57
- %([DEPRECATED] The longitude of the resource e.g., the longitude
58
- of a company.)
59
- property :phone_number, :label => 'phone number', :comment =>
60
- %([DEPRECATED] Phone number of the contact for your object.)
61
- property :"postal-code", :label => 'postal code', :comment =>
62
- %([DEPRECATED] The postal code of the resource e.g., "94304")
63
- property :region, :label => 'region', :comment =>
64
- %([DEPRECATED] The region of the resource e.g., "CA")
65
- property :site_name, :label => 'site name', :comment =>
66
- %(If your object is part of a larger web site, the name which
67
- should be displayed for the overall site. e.g., "IMDb".)
68
- property :"street-address", :label => 'street address', :comment =>
69
- %([DEPRECATED] The street address of the resource e.g., "1601 S
70
- California Ave".)
71
- property :title, :label => 'title', :comment =>
72
- %(The title of the object as it should appear within the graph,
73
- e.g., "The Rock".)
74
- property :type, :label => 'type', :comment =>
75
- %(The type of your object, e.g., "movie". Depending on the type
76
- you specify, other properties may also be required.)
77
- property :upc, :label => 'universal product code', :comment =>
78
- %([DEPRECATED] Universal Product Code for your object.)
79
- property :upc, :label => 'upc', :comment =>
80
- %([DEPRECATED] Universal Product Code for your object.)
81
- property :url, :label => 'url', :comment =>
82
- %(The canonical URL of your object that will be used as its
83
- permanent ID in the graph, e.g.,
84
- "http://www.imdb.com/title/tt0117500/".)
85
- property :video, :label => 'video', :comment =>
86
- %(A relevant video URL for your object.)
87
- property :"video:height", :label => 'video height', :comment =>
88
- %(The height of a video.)
89
- property :"video:secure_url", :label => 'video secure URL', :comment =>
90
- %(A relevant, secure video URL for your object.)
91
- property :"video:type", :label => 'video type', :comment =>
92
- %(The mime type of a video e.g., "application/x-shockwave-flash")
93
- property :"video:width", :label => 'video width', :comment =>
94
- %(The width of a video.)
95
-
96
- # Datatype definitions
8
+ property :audio,
9
+ label: "audio".freeze,
10
+ range: "http://ogp.me/ns/class#url".freeze,
11
+ "rdfs:isDefinedBy" => %(og:).freeze,
12
+ type: "rdf:Property".freeze
13
+ property :"audio:album",
14
+ label: "audio:album".freeze,
15
+ "rdfs:isDefinedBy" => %(og:).freeze,
16
+ type: "rdf:Property".freeze
17
+ property :"audio:artist",
18
+ label: "audio:artist".freeze,
19
+ "rdfs:isDefinedBy" => %(og:).freeze,
20
+ type: "rdf:Property".freeze
21
+ property :"audio:secure_url",
22
+ label: "audio:secure_url".freeze,
23
+ range: "http://ogp.me/ns/class#url".freeze,
24
+ "rdfs:isDefinedBy" => %(og:).freeze,
25
+ type: "rdf:Property".freeze
26
+ property :"audio:title",
27
+ label: "audio:title".freeze,
28
+ "rdfs:isDefinedBy" => %(og:).freeze,
29
+ type: "rdf:Property".freeze
30
+ property :"audio:type",
31
+ label: "audio:type".freeze,
32
+ range: "http://ogp.me/ns/class#mime_type_str".freeze,
33
+ "rdfs:isDefinedBy" => %(og:).freeze,
34
+ type: "rdf:Property".freeze
35
+ property :"country-name",
36
+ label: "country-name".freeze,
37
+ "rdfs:isDefinedBy" => %(og:).freeze,
38
+ "rdfs:seeAlso" => %(vcard:country-name).freeze,
39
+ type: "rdf:Property".freeze
40
+ property :description,
41
+ label: "description".freeze,
42
+ range: "http://ogp.me/ns/class#string".freeze,
43
+ "rdfs:isDefinedBy" => %(og:).freeze,
44
+ subPropertyOf: "rdfs:comment".freeze,
45
+ type: "rdf:Property".freeze
46
+ property :determiner,
47
+ label: "determiner".freeze,
48
+ range: "http://ogp.me/ns/class#determiner_str".freeze,
49
+ "rdfs:isDefinedBy" => %(og:).freeze,
50
+ type: "rdf:Property".freeze
51
+ property :email,
52
+ label: "email".freeze,
53
+ "rdfs:isDefinedBy" => %(og:).freeze,
54
+ "rdfs:seeAlso" => %(foaf:mbox).freeze,
55
+ type: "rdf:Property".freeze
56
+ property :fax_number,
57
+ label: "fax_number".freeze,
58
+ "rdfs:isDefinedBy" => %(og:).freeze,
59
+ "rdfs:seeAlso" => %(foaf:phone).freeze,
60
+ type: "rdf:Property".freeze
61
+ property :image,
62
+ label: "image".freeze,
63
+ range: "http://ogp.me/ns/class#url".freeze,
64
+ "rdfs:isDefinedBy" => %(og:).freeze,
65
+ "rdfs:seeAlso" => %(foaf:depiction).freeze,
66
+ type: "rdf:Property".freeze
67
+ property :"image:height",
68
+ label: "image:height".freeze,
69
+ range: "http://ogp.me/ns/class#integer_str".freeze,
70
+ "rdfs:isDefinedBy" => %(og:).freeze,
71
+ type: "rdf:Property".freeze
72
+ property :"image:secure_url",
73
+ label: "image:secure_url".freeze,
74
+ range: "http://ogp.me/ns/class#url".freeze,
75
+ "rdfs:isDefinedBy" => %(og:).freeze,
76
+ "rdfs:seeAlso" => %(foaf:depiction).freeze,
77
+ type: "rdf:Property".freeze
78
+ property :"image:type",
79
+ label: "image:type".freeze,
80
+ range: "http://ogp.me/ns/class#mime_type_str".freeze,
81
+ "rdfs:isDefinedBy" => %(og:).freeze,
82
+ type: "rdf:Property".freeze
83
+ property :"image:width",
84
+ label: "image:width".freeze,
85
+ range: "http://ogp.me/ns/class#integer_str".freeze,
86
+ "rdfs:isDefinedBy" => %(og:).freeze,
87
+ type: "rdf:Property".freeze
88
+ property :isbn,
89
+ label: "isbn".freeze,
90
+ "rdfs:isDefinedBy" => %(og:).freeze,
91
+ "rdfs:seeAlso" => %(http://purl.org/ontology/bibo/isbn).freeze,
92
+ type: "rdf:Property".freeze
93
+ property :latitude,
94
+ label: "latitude".freeze,
95
+ "rdfs:isDefinedBy" => %(og:).freeze,
96
+ "rdfs:seeAlso" => %(geo:lat).freeze,
97
+ type: "rdf:Property".freeze
98
+ property :locale,
99
+ label: "locale".freeze,
100
+ range: "http://ogp.me/ns/class#string".freeze,
101
+ "rdfs:isDefinedBy" => %(og:).freeze,
102
+ type: "rdf:Property".freeze
103
+ property :locality,
104
+ label: "locality".freeze,
105
+ "rdfs:isDefinedBy" => %(og:).freeze,
106
+ "rdfs:seeAlso" => %(vcard:locality).freeze,
107
+ type: "rdf:Property".freeze
108
+ property :longitude,
109
+ label: "longitude".freeze,
110
+ "rdfs:isDefinedBy" => %(og:).freeze,
111
+ "rdfs:seeAlso" => %(geo:long).freeze,
112
+ type: "rdf:Property".freeze
113
+ property :phone_number,
114
+ label: "phone_number".freeze,
115
+ "rdfs:isDefinedBy" => %(og:).freeze,
116
+ "rdfs:seeAlso" => %(foaf:phone).freeze,
117
+ type: "rdf:Property".freeze
118
+ property :"postal-code",
119
+ label: "postal-code".freeze,
120
+ "rdfs:isDefinedBy" => %(og:).freeze,
121
+ "rdfs:seeAlso" => %(vcard:postal-code).freeze,
122
+ type: "rdf:Property".freeze
123
+ property :region,
124
+ label: "region".freeze,
125
+ "rdfs:isDefinedBy" => %(og:).freeze,
126
+ "rdfs:seeAlso" => %(vcard:region).freeze,
127
+ type: "rdf:Property".freeze
128
+ property :site_name,
129
+ label: "site_name".freeze,
130
+ range: "http://ogp.me/ns/class#string".freeze,
131
+ "rdfs:isDefinedBy" => %(og:).freeze,
132
+ type: "rdf:Property".freeze
133
+ property :"street-address",
134
+ label: "street-address".freeze,
135
+ "rdfs:isDefinedBy" => %(og:).freeze,
136
+ "rdfs:seeAlso" => %(vcard:street-address).freeze,
137
+ type: "rdf:Property".freeze
138
+ property :title,
139
+ label: "title".freeze,
140
+ range: "http://ogp.me/ns/class#string".freeze,
141
+ "rdfs:isDefinedBy" => %(og:).freeze,
142
+ subPropertyOf: "rdfs:label".freeze,
143
+ type: "rdf:Property".freeze
144
+ property :type,
145
+ label: "type".freeze,
146
+ range: "http://ogp.me/ns/class#string".freeze,
147
+ "rdfs:isDefinedBy" => %(og:).freeze,
148
+ "rdfs:seeAlso" => %(rdf:type).freeze,
149
+ type: "rdf:Property".freeze
150
+ property :upc,
151
+ label: "upc".freeze,
152
+ "rdfs:seeAlso" => %(gr:hasEAN_UCC-13).freeze,
153
+ type: "rdf:Property".freeze
154
+ property :url,
155
+ label: "url".freeze,
156
+ range: "http://ogp.me/ns/class#url".freeze,
157
+ "rdfs:isDefinedBy" => %(og:).freeze,
158
+ "rdfs:seeAlso" => %(dc11:identifier).freeze,
159
+ type: "rdf:Property".freeze
160
+ property :video,
161
+ label: "video".freeze,
162
+ range: "http://ogp.me/ns/class#url".freeze,
163
+ "rdfs:isDefinedBy" => %(og:).freeze,
164
+ type: "rdf:Property".freeze
165
+ property :"video:height",
166
+ label: "video:height".freeze,
167
+ range: "http://ogp.me/ns/class#integer_str".freeze,
168
+ "rdfs:isDefinedBy" => %(og:).freeze,
169
+ type: "rdf:Property".freeze
170
+ property :"video:secure_url",
171
+ label: "video:secure_url".freeze,
172
+ range: "http://ogp.me/ns/class#url".freeze,
173
+ "rdfs:isDefinedBy" => %(og:).freeze,
174
+ type: "rdf:Property".freeze
175
+ property :"video:type",
176
+ label: "video:type".freeze,
177
+ range: "http://ogp.me/ns/class#mime_type_str".freeze,
178
+ "rdfs:isDefinedBy" => %(og:).freeze,
179
+ type: "rdf:Property".freeze
180
+ property :"video:width",
181
+ label: "video:width".freeze,
182
+ range: "http://ogp.me/ns/class#integer_str".freeze,
183
+ "rdfs:isDefinedBy" => %(og:).freeze,
184
+ type: "rdf:Property".freeze
97
185
  end
98
186
  end
data/lib/rdf/vocab/owl.rb CHANGED
@@ -1,229 +1,523 @@
1
+ # -*- encoding: utf-8 -*-
1
2
  # This file generated automatically using vocab-fetch from http://www.w3.org/2002/07/owl#
2
3
  require 'rdf'
3
4
  module RDF
4
5
  class OWL < StrictVocabulary("http://www.w3.org/2002/07/owl#")
5
6
 
6
7
  # Class definitions
7
- property :AllDifferent, :label => 'AllDifferent', :comment =>
8
- %(The class of collections of pairwise different individuals.)
9
- property :AllDisjointClasses, :label => 'AllDisjointClasses', :comment =>
10
- %(The class of collections of pairwise disjoint classes.)
11
- property :AllDisjointProperties, :label => 'AllDisjointProperties', :comment =>
12
- %(The class of collections of pairwise disjoint properties.)
13
- property :Annotation, :label => 'Annotation', :comment =>
14
- %(The class of annotated annotations for which the RDF
15
- serialization consists of an annotated subject, predicate and
16
- object.)
17
- property :AnnotationProperty, :label => 'AnnotationProperty', :comment =>
18
- %(The class of annotation properties.)
19
- property :AsymmetricProperty, :label => 'AsymmetricProperty', :comment =>
20
- %(The class of asymmetric properties.)
21
- property :Axiom, :label => 'Axiom', :comment =>
22
- %(The class of annotated axioms for which the RDF serialization
23
- consists of an annotated subject, predicate and object.)
24
- property :Class, :label => 'Class', :comment =>
25
- %(The class of OWL classes.)
26
- property :DataRange, :label => 'DataRange', :comment =>
27
- %(The class of OWL data ranges, which are special kinds of
28
- datatypes. Note: The use of the IRI owl:DataRange has been
29
- deprecated as of OWL 2. The IRI rdfs:Datatype SHOULD be used
30
- instead.)
31
- property :DatatypeProperty, :label => 'DatatypeProperty', :comment =>
32
- %(The class of data properties.)
33
- property :DeprecatedClass, :label => 'DeprecatedClass', :comment =>
34
- %(The class of deprecated classes.)
35
- property :DeprecatedProperty, :label => 'DeprecatedProperty', :comment =>
36
- %(The class of deprecated properties.)
37
- property :FunctionalProperty, :label => 'FunctionalProperty', :comment =>
38
- %(The class of functional properties.)
39
- property :InverseFunctionalProperty, :label => 'InverseFunctionalProperty', :comment =>
40
- %(The class of inverse-functional properties.)
41
- property :IrreflexiveProperty, :label => 'IrreflexiveProperty', :comment =>
42
- %(The class of irreflexive properties.)
43
- property :NamedIndividual, :label => 'NamedIndividual', :comment =>
44
- %(The class of named individuals.)
45
- property :NegativePropertyAssertion, :label => 'NegativePropertyAssertion', :comment =>
46
- %(The class of negative property assertions.)
47
- property :Nothing, :label => 'Nothing', :comment =>
48
- %(This is the empty class.)
49
- property :ObjectProperty, :label => 'ObjectProperty', :comment =>
50
- %(The class of object properties.)
51
- property :Ontology, :label => 'Ontology', :comment =>
52
- %(The class of ontologies.)
53
- property :OntologyProperty, :label => 'OntologyProperty', :comment =>
54
- %(The class of ontology properties.)
55
- property :ReflexiveProperty, :label => 'ReflexiveProperty', :comment =>
56
- %(The class of reflexive properties.)
57
- property :Restriction, :label => 'Restriction', :comment =>
58
- %(The class of property restrictions.)
59
- property :SymmetricProperty, :label => 'SymmetricProperty', :comment =>
60
- %(The class of symmetric properties.)
61
- property :Thing, :label => 'Thing', :comment =>
62
- %(The class of OWL individuals.)
63
- property :TransitiveProperty, :label => 'TransitiveProperty', :comment =>
64
- %(The class of transitive properties.)
8
+ term :AllDifferent,
9
+ comment: %(The class of collections of pairwise different individuals.).freeze,
10
+ label: "AllDifferent".freeze,
11
+ "rdfs:isDefinedBy" => %(owl:).freeze,
12
+ subClassOf: "rdfs:Resource".freeze,
13
+ type: "rdfs:Class".freeze
14
+ term :AllDisjointClasses,
15
+ comment: %(The class of collections of pairwise disjoint classes.).freeze,
16
+ label: "AllDisjointClasses".freeze,
17
+ "rdfs:isDefinedBy" => %(owl:).freeze,
18
+ subClassOf: "rdfs:Resource".freeze,
19
+ type: "rdfs:Class".freeze
20
+ term :AllDisjointProperties,
21
+ comment: %(The class of collections of pairwise disjoint properties.).freeze,
22
+ label: "AllDisjointProperties".freeze,
23
+ "rdfs:isDefinedBy" => %(owl:).freeze,
24
+ subClassOf: "rdfs:Resource".freeze,
25
+ type: "rdfs:Class".freeze
26
+ term :Annotation,
27
+ comment: %(The class of annotated annotations for which the RDF serialization consists of an annotated subject, predicate and object.).freeze,
28
+ label: "Annotation".freeze,
29
+ "rdfs:isDefinedBy" => %(owl:).freeze,
30
+ subClassOf: "rdfs:Resource".freeze,
31
+ type: "rdfs:Class".freeze
32
+ term :AnnotationProperty,
33
+ comment: %(The class of annotation properties.).freeze,
34
+ label: "AnnotationProperty".freeze,
35
+ "rdfs:isDefinedBy" => %(owl:).freeze,
36
+ subClassOf: "rdf:Property".freeze,
37
+ type: "rdfs:Class".freeze
38
+ term :AsymmetricProperty,
39
+ comment: %(The class of asymmetric properties.).freeze,
40
+ label: "AsymmetricProperty".freeze,
41
+ "rdfs:isDefinedBy" => %(owl:).freeze,
42
+ subClassOf: "owl:ObjectProperty".freeze,
43
+ type: "rdfs:Class".freeze
44
+ term :Axiom,
45
+ comment: %(The class of annotated axioms for which the RDF serialization consists of an annotated subject, predicate and object.).freeze,
46
+ label: "Axiom".freeze,
47
+ "rdfs:isDefinedBy" => %(owl:).freeze,
48
+ subClassOf: "rdfs:Resource".freeze,
49
+ type: "rdfs:Class".freeze
50
+ term :Class,
51
+ comment: %(The class of OWL classes.).freeze,
52
+ label: "Class".freeze,
53
+ "rdfs:isDefinedBy" => %(owl:).freeze,
54
+ subClassOf: "rdfs:Class".freeze,
55
+ type: "rdfs:Class".freeze
56
+ term :DataRange,
57
+ comment: %(The class of OWL data ranges, which are special kinds of datatypes. Note: The use of the IRI owl:DataRange has been deprecated as of OWL 2. The IRI rdfs:Datatype SHOULD be used instead.).freeze,
58
+ label: "DataRange".freeze,
59
+ "rdfs:isDefinedBy" => %(owl:).freeze,
60
+ subClassOf: "rdfs:Datatype".freeze,
61
+ type: "rdfs:Class".freeze
62
+ term :DatatypeProperty,
63
+ comment: %(The class of data properties.).freeze,
64
+ label: "DatatypeProperty".freeze,
65
+ "rdfs:isDefinedBy" => %(owl:).freeze,
66
+ subClassOf: "rdf:Property".freeze,
67
+ type: "rdfs:Class".freeze
68
+ term :DeprecatedClass,
69
+ comment: %(The class of deprecated classes.).freeze,
70
+ label: "DeprecatedClass".freeze,
71
+ "rdfs:isDefinedBy" => %(owl:).freeze,
72
+ subClassOf: "rdfs:Class".freeze,
73
+ type: "rdfs:Class".freeze
74
+ term :DeprecatedProperty,
75
+ comment: %(The class of deprecated properties.).freeze,
76
+ label: "DeprecatedProperty".freeze,
77
+ "rdfs:isDefinedBy" => %(owl:).freeze,
78
+ subClassOf: "rdf:Property".freeze,
79
+ type: "rdfs:Class".freeze
80
+ term :FunctionalProperty,
81
+ comment: %(The class of functional properties.).freeze,
82
+ label: "FunctionalProperty".freeze,
83
+ "rdfs:isDefinedBy" => %(owl:).freeze,
84
+ subClassOf: "rdf:Property".freeze,
85
+ type: "rdfs:Class".freeze
86
+ term :InverseFunctionalProperty,
87
+ comment: %(The class of inverse-functional properties.).freeze,
88
+ label: "InverseFunctionalProperty".freeze,
89
+ "rdfs:isDefinedBy" => %(owl:).freeze,
90
+ subClassOf: "owl:ObjectProperty".freeze,
91
+ type: "rdfs:Class".freeze
92
+ term :IrreflexiveProperty,
93
+ comment: %(The class of irreflexive properties.).freeze,
94
+ label: "IrreflexiveProperty".freeze,
95
+ "rdfs:isDefinedBy" => %(owl:).freeze,
96
+ subClassOf: "owl:ObjectProperty".freeze,
97
+ type: "rdfs:Class".freeze
98
+ term :NamedIndividual,
99
+ comment: %(The class of named individuals.).freeze,
100
+ label: "NamedIndividual".freeze,
101
+ "rdfs:isDefinedBy" => %(owl:).freeze,
102
+ subClassOf: "owl:Thing".freeze,
103
+ type: "rdfs:Class".freeze
104
+ term :NegativePropertyAssertion,
105
+ comment: %(The class of negative property assertions.).freeze,
106
+ label: "NegativePropertyAssertion".freeze,
107
+ "rdfs:isDefinedBy" => %(owl:).freeze,
108
+ subClassOf: "rdfs:Resource".freeze,
109
+ type: "rdfs:Class".freeze
110
+ term :Nothing,
111
+ comment: %(This is the empty class.).freeze,
112
+ label: "Nothing".freeze,
113
+ "rdfs:isDefinedBy" => %(owl:).freeze,
114
+ subClassOf: "owl:Thing".freeze,
115
+ type: "owl:Class".freeze
116
+ term :ObjectProperty,
117
+ comment: %(The class of object properties.).freeze,
118
+ label: "ObjectProperty".freeze,
119
+ "rdfs:isDefinedBy" => %(owl:).freeze,
120
+ subClassOf: "rdf:Property".freeze,
121
+ type: "rdfs:Class".freeze
122
+ term :Ontology,
123
+ comment: %(The class of ontologies.).freeze,
124
+ label: "Ontology".freeze,
125
+ "rdfs:isDefinedBy" => %(owl:).freeze,
126
+ subClassOf: "rdfs:Resource".freeze,
127
+ type: "rdfs:Class".freeze
128
+ term :OntologyProperty,
129
+ comment: %(The class of ontology properties.).freeze,
130
+ label: "OntologyProperty".freeze,
131
+ "rdfs:isDefinedBy" => %(owl:).freeze,
132
+ subClassOf: "rdf:Property".freeze,
133
+ type: "rdfs:Class".freeze
134
+ term :ReflexiveProperty,
135
+ comment: %(The class of reflexive properties.).freeze,
136
+ label: "ReflexiveProperty".freeze,
137
+ "rdfs:isDefinedBy" => %(owl:).freeze,
138
+ subClassOf: "owl:ObjectProperty".freeze,
139
+ type: "rdfs:Class".freeze
140
+ term :Restriction,
141
+ comment: %(The class of property restrictions.).freeze,
142
+ label: "Restriction".freeze,
143
+ "rdfs:isDefinedBy" => %(owl:).freeze,
144
+ subClassOf: "owl:Class".freeze,
145
+ type: "rdfs:Class".freeze
146
+ term :SymmetricProperty,
147
+ comment: %(The class of symmetric properties.).freeze,
148
+ label: "SymmetricProperty".freeze,
149
+ "rdfs:isDefinedBy" => %(owl:).freeze,
150
+ subClassOf: "owl:ObjectProperty".freeze,
151
+ type: "rdfs:Class".freeze
152
+ term :Thing,
153
+ comment: %(The class of OWL individuals.).freeze,
154
+ label: "Thing".freeze,
155
+ "rdfs:isDefinedBy" => %(owl:).freeze,
156
+ type: "owl:Class".freeze
157
+ term :TransitiveProperty,
158
+ comment: %(The class of transitive properties.).freeze,
159
+ label: "TransitiveProperty".freeze,
160
+ "rdfs:isDefinedBy" => %(owl:).freeze,
161
+ subClassOf: "owl:ObjectProperty".freeze,
162
+ type: "rdfs:Class".freeze
65
163
 
66
164
  # Property definitions
67
- property :allValuesFrom, :label => 'allValuesFrom', :comment =>
68
- %(The property that determines the class that a universal
69
- property restriction refers to.)
70
- property :annotatedProperty, :label => 'annotatedProperty', :comment =>
71
- %(The property that determines the predicate of an annotated
72
- axiom or annotated annotation.)
73
- property :annotatedSource, :label => 'annotatedSource', :comment =>
74
- %(The property that determines the subject of an annotated axiom
75
- or annotated annotation.)
76
- property :annotatedTarget, :label => 'annotatedTarget', :comment =>
77
- %(The property that determines the object of an annotated axiom
78
- or annotated annotation.)
79
- property :assertionProperty, :label => 'assertionProperty', :comment =>
80
- %(The property that determines the predicate of a negative
81
- property assertion.)
82
- property :cardinality, :label => 'cardinality', :comment =>
83
- %(The property that determines the cardinality of an exact
84
- cardinality restriction.)
85
- property :complementOf, :label => 'complementOf', :comment =>
86
- %(The property that determines that a given class is the
87
- complement of another class.)
88
- property :datatypeComplementOf, :label => 'datatypeComplementOf', :comment =>
89
- %(The property that determines that a given data range is the
90
- complement of another data range with respect to the data
91
- domain.)
92
- property :differentFrom, :label => 'differentFrom', :comment =>
93
- %(The property that determines that two given individuals are
94
- different.)
95
- property :disjointUnionOf, :label => 'disjointUnionOf', :comment =>
96
- %(The property that determines that a given class is equivalent
97
- to the disjoint union of a collection of other classes.)
98
- property :disjointWith, :label => 'disjointWith', :comment =>
99
- %(The property that determines that two given classes are
100
- disjoint.)
101
- property :distinctMembers, :label => 'distinctMembers', :comment =>
102
- %(The property that determines the collection of pairwise
103
- different individuals in a owl:AllDifferent axiom.)
104
- property :equivalentClass, :label => 'equivalentClass', :comment =>
105
- %(The property that determines that two given classes are
106
- equivalent, and that is used to specify datatype definitions.)
107
- property :equivalentProperty, :label => 'equivalentProperty', :comment =>
108
- %(The property that determines that two given properties are
109
- equivalent.)
110
- property :hasKey, :label => 'hasKey', :comment =>
111
- %(The property that determines the collection of properties that
112
- jointly build a key.)
113
- property :hasSelf, :label => 'hasSelf', :comment =>
114
- %(The property that determines the property that a self
115
- restriction refers to.)
116
- property :hasValue, :label => 'hasValue', :comment =>
117
- %(The property that determines the individual that a has-value
118
- restriction refers to.)
119
- property :intersectionOf, :label => 'intersectionOf', :comment =>
120
- %(The property that determines the collection of classes or data
121
- ranges that build an intersection.)
122
- property :inverseOf, :label => 'inverseOf', :comment =>
123
- %(The property that determines that two given properties are
124
- inverse.)
125
- property :maxCardinality, :label => 'maxCardinality', :comment =>
126
- %(The property that determines the cardinality of a maximum
127
- cardinality restriction.)
128
- property :maxQualifiedCardinality, :label => 'maxQualifiedCardinality', :comment =>
129
- %(The property that determines the cardinality of a maximum
130
- qualified cardinality restriction.)
131
- property :members, :label => 'members', :comment =>
132
- %(The property that determines the collection of members in
133
- either a owl:AllDifferent, owl:AllDisjointClasses or
134
- owl:AllDisjointProperties axiom.)
135
- property :minCardinality, :label => 'minCardinality', :comment =>
136
- %(The property that determines the cardinality of a minimum
137
- cardinality restriction.)
138
- property :minQualifiedCardinality, :label => 'minQualifiedCardinality', :comment =>
139
- %(The property that determines the cardinality of a minimum
140
- qualified cardinality restriction.)
141
- property :onClass, :label => 'onClass', :comment =>
142
- %(The property that determines the class that a qualified object
143
- cardinality restriction refers to.)
144
- property :onDataRange, :label => 'onDataRange', :comment =>
145
- %(The property that determines the data range that a qualified
146
- data cardinality restriction refers to.)
147
- property :onDatatype, :label => 'onDatatype', :comment =>
148
- %(The property that determines the datatype that a datatype
149
- restriction refers to.)
150
- property :onProperties, :label => 'onProperties', :comment =>
151
- %(The property that determines the n-tuple of properties that a
152
- property restriction on an n-ary data range refers to.)
153
- property :onProperty, :label => 'onProperty', :comment =>
154
- %(The property that determines the property that a property
155
- restriction refers to.)
156
- property :oneOf, :label => 'oneOf', :comment =>
157
- %(The property that determines the collection of individuals or
158
- data values that build an enumeration.)
159
- property :propertyChainAxiom, :label => 'propertyChainAxiom', :comment =>
160
- %(The property that determines the n-tuple of properties that
161
- build a sub property chain of a given property.)
162
- property :propertyDisjointWith, :label => 'propertyDisjointWith', :comment =>
163
- %(The property that determines that two given properties are
164
- disjoint.)
165
- property :qualifiedCardinality, :label => 'qualifiedCardinality', :comment =>
166
- %(The property that determines the cardinality of an exact
167
- qualified cardinality restriction.)
168
- property :sameAs, :label => 'sameAs', :comment =>
169
- %(The property that determines that two given individuals are
170
- equal.)
171
- property :someValuesFrom, :label => 'someValuesFrom', :comment =>
172
- %(The property that determines the class that an existential
173
- property restriction refers to.)
174
- property :sourceIndividual, :label => 'sourceIndividual', :comment =>
175
- %(The property that determines the subject of a negative
176
- property assertion.)
177
- property :targetIndividual, :label => 'targetIndividual', :comment =>
178
- %(The property that determines the object of a negative object
179
- property assertion.)
180
- property :targetValue, :label => 'targetValue', :comment =>
181
- %(The property that determines the value of a negative data
182
- property assertion.)
183
- property :unionOf, :label => 'unionOf', :comment =>
184
- %(The property that determines the collection of classes or data
185
- ranges that build a union.)
186
- property :withRestrictions, :label => 'withRestrictions', :comment =>
187
- %(The property that determines the collection of facet-value
188
- pairs that define a datatype restriction.)
189
- property :bottomDataProperty, :label => 'bottomDataProperty', :comment =>
190
- %(The data property that does not relate any individual to any
191
- data value.)
192
- property :topDataProperty, :label => 'topDataProperty', :comment =>
193
- %(The data property that relates every individual to every data
194
- value.)
195
- property :bottomObjectProperty, :label => 'bottomObjectProperty', :comment =>
196
- %(The object property that does not relate any two individuals.)
197
- property :topObjectProperty, :label => 'topObjectProperty', :comment =>
198
- %(The object property that relates every two individuals.)
199
- property :backwardCompatibleWith, :label => 'backwardCompatibleWith', :comment =>
200
- %(The annotation property that indicates that a given ontology
201
- is backward compatible with another ontology.)
202
- property :deprecated, :label => 'deprecated', :comment =>
203
- %(The annotation property that indicates that a given entity has
204
- been deprecated.)
205
- property :incompatibleWith, :label => 'incompatibleWith', :comment =>
206
- %(The annotation property that indicates that a given ontology
207
- is incompatible with another ontology.)
208
- property :priorVersion, :label => 'priorVersion', :comment =>
209
- %(The annotation property that indicates the predecessor
210
- ontology of a given ontology.)
211
- property :versionInfo, :label => 'versionInfo', :comment =>
212
- %(The annotation property that provides version information for
213
- an ontology or another OWL construct.)
214
- property :backwardCompatibleWith, :label => 'backwardCompatibleWith', :comment =>
215
- %(The annotation property that indicates that a given ontology
216
- is backward compatible with another ontology.)
217
- property :imports, :label => 'imports', :comment =>
218
- %(The property that is used for importing other ontologies into
219
- a given ontology.)
220
- property :incompatibleWith, :label => 'incompatibleWith', :comment =>
221
- %(The annotation property that indicates that a given ontology
222
- is incompatible with another ontology.)
223
- property :priorVersion, :label => 'priorVersion', :comment =>
224
- %(The annotation property that indicates the predecessor
225
- ontology of a given ontology.)
226
- property :versionIRI, :label => 'versionIRI', :comment =>
227
- %(The property that identifies the version IRI of an ontology.)
165
+ property :allValuesFrom,
166
+ comment: %(The property that determines the class that a universal property restriction refers to.).freeze,
167
+ domain: "owl:Restriction".freeze,
168
+ label: "allValuesFrom".freeze,
169
+ range: "rdfs:Class".freeze,
170
+ "rdfs:isDefinedBy" => %(owl:).freeze,
171
+ type: "rdf:Property".freeze
172
+ property :annotatedProperty,
173
+ comment: %(The property that determines the predicate of an annotated axiom or annotated annotation.).freeze,
174
+ domain: "rdfs:Resource".freeze,
175
+ label: "annotatedProperty".freeze,
176
+ range: "rdfs:Resource".freeze,
177
+ "rdfs:isDefinedBy" => %(owl:).freeze,
178
+ type: "rdf:Property".freeze
179
+ property :annotatedSource,
180
+ comment: %(The property that determines the subject of an annotated axiom or annotated annotation.).freeze,
181
+ domain: "rdfs:Resource".freeze,
182
+ label: "annotatedSource".freeze,
183
+ range: "rdfs:Resource".freeze,
184
+ "rdfs:isDefinedBy" => %(owl:).freeze,
185
+ type: "rdf:Property".freeze
186
+ property :annotatedTarget,
187
+ comment: %(The property that determines the object of an annotated axiom or annotated annotation.).freeze,
188
+ domain: "rdfs:Resource".freeze,
189
+ label: "annotatedTarget".freeze,
190
+ range: "rdfs:Resource".freeze,
191
+ "rdfs:isDefinedBy" => %(owl:).freeze,
192
+ type: "rdf:Property".freeze
193
+ property :assertionProperty,
194
+ comment: %(The property that determines the predicate of a negative property assertion.).freeze,
195
+ domain: "owl:NegativePropertyAssertion".freeze,
196
+ label: "assertionProperty".freeze,
197
+ range: "rdf:Property".freeze,
198
+ "rdfs:isDefinedBy" => %(owl:).freeze,
199
+ type: "rdf:Property".freeze
200
+ property :backwardCompatibleWith,
201
+ comment: %(The annotation property that indicates that a given ontology is backward compatible with another ontology.).freeze,
202
+ domain: "owl:Ontology".freeze,
203
+ label: "backwardCompatibleWith".freeze,
204
+ range: "owl:Ontology".freeze,
205
+ "rdfs:isDefinedBy" => %(owl:).freeze,
206
+ type: "owl:AnnotationProperty".freeze
207
+ property :bottomDataProperty,
208
+ comment: %(The data property that does not relate any individual to any data value.).freeze,
209
+ domain: "owl:Thing".freeze,
210
+ label: "bottomDataProperty".freeze,
211
+ range: "rdfs:Literal".freeze,
212
+ "rdfs:isDefinedBy" => %(owl:).freeze,
213
+ type: "owl:DatatypeProperty".freeze
214
+ property :bottomObjectProperty,
215
+ comment: %(The object property that does not relate any two individuals.).freeze,
216
+ domain: "owl:Thing".freeze,
217
+ label: "bottomObjectProperty".freeze,
218
+ range: "owl:Thing".freeze,
219
+ "rdfs:isDefinedBy" => %(owl:).freeze,
220
+ type: "owl:ObjectProperty".freeze
221
+ property :cardinality,
222
+ comment: %(The property that determines the cardinality of an exact cardinality restriction.).freeze,
223
+ domain: "owl:Restriction".freeze,
224
+ label: "cardinality".freeze,
225
+ range: "xsd:nonNegativeInteger".freeze,
226
+ "rdfs:isDefinedBy" => %(owl:).freeze,
227
+ type: "rdf:Property".freeze
228
+ property :complementOf,
229
+ comment: %(The property that determines that a given class is the complement of another class.).freeze,
230
+ domain: "owl:Class".freeze,
231
+ label: "complementOf".freeze,
232
+ range: "owl:Class".freeze,
233
+ "rdfs:isDefinedBy" => %(owl:).freeze,
234
+ type: "rdf:Property".freeze
235
+ property :datatypeComplementOf,
236
+ comment: %(The property that determines that a given data range is the complement of another data range with respect to the data domain.).freeze,
237
+ domain: "rdfs:Datatype".freeze,
238
+ label: "datatypeComplementOf".freeze,
239
+ range: "rdfs:Datatype".freeze,
240
+ "rdfs:isDefinedBy" => %(owl:).freeze,
241
+ type: "rdf:Property".freeze
242
+ property :deprecated,
243
+ comment: %(The annotation property that indicates that a given entity has been deprecated.).freeze,
244
+ domain: "rdfs:Resource".freeze,
245
+ label: "deprecated".freeze,
246
+ range: "rdfs:Resource".freeze,
247
+ "rdfs:isDefinedBy" => %(owl:).freeze,
248
+ type: "owl:AnnotationProperty".freeze
249
+ property :differentFrom,
250
+ comment: %(The property that determines that two given individuals are different.).freeze,
251
+ domain: "owl:Thing".freeze,
252
+ label: "differentFrom".freeze,
253
+ range: "owl:Thing".freeze,
254
+ "rdfs:isDefinedBy" => %(owl:).freeze,
255
+ type: "rdf:Property".freeze
256
+ property :disjointUnionOf,
257
+ comment: %(The property that determines that a given class is equivalent to the disjoint union of a collection of other classes.).freeze,
258
+ domain: "owl:Class".freeze,
259
+ label: "disjointUnionOf".freeze,
260
+ range: "rdf:List".freeze,
261
+ "rdfs:isDefinedBy" => %(owl:).freeze,
262
+ type: "rdf:Property".freeze
263
+ property :disjointWith,
264
+ comment: %(The property that determines that two given classes are disjoint.).freeze,
265
+ domain: "owl:Class".freeze,
266
+ label: "disjointWith".freeze,
267
+ range: "owl:Class".freeze,
268
+ "rdfs:isDefinedBy" => %(owl:).freeze,
269
+ type: "rdf:Property".freeze
270
+ property :distinctMembers,
271
+ comment: %(The property that determines the collection of pairwise different individuals in a owl:AllDifferent axiom.).freeze,
272
+ domain: "owl:AllDifferent".freeze,
273
+ label: "distinctMembers".freeze,
274
+ range: "rdf:List".freeze,
275
+ "rdfs:isDefinedBy" => %(owl:).freeze,
276
+ type: "rdf:Property".freeze
277
+ property :equivalentClass,
278
+ comment: %(The property that determines that two given classes are equivalent, and that is used to specify datatype definitions.).freeze,
279
+ domain: "rdfs:Class".freeze,
280
+ label: "equivalentClass".freeze,
281
+ range: "rdfs:Class".freeze,
282
+ "rdfs:isDefinedBy" => %(owl:).freeze,
283
+ type: "rdf:Property".freeze
284
+ property :equivalentProperty,
285
+ comment: %(The property that determines that two given properties are equivalent.).freeze,
286
+ domain: "rdf:Property".freeze,
287
+ label: "equivalentProperty".freeze,
288
+ range: "rdf:Property".freeze,
289
+ "rdfs:isDefinedBy" => %(owl:).freeze,
290
+ type: "rdf:Property".freeze
291
+ property :hasKey,
292
+ comment: %(The property that determines the collection of properties that jointly build a key.).freeze,
293
+ domain: "owl:Class".freeze,
294
+ label: "hasKey".freeze,
295
+ range: "rdf:List".freeze,
296
+ "rdfs:isDefinedBy" => %(owl:).freeze,
297
+ type: "rdf:Property".freeze
298
+ property :hasSelf,
299
+ comment: %(The property that determines the property that a self restriction refers to.).freeze,
300
+ domain: "owl:Restriction".freeze,
301
+ label: "hasSelf".freeze,
302
+ range: "rdfs:Resource".freeze,
303
+ "rdfs:isDefinedBy" => %(owl:).freeze,
304
+ type: "rdf:Property".freeze
305
+ property :hasValue,
306
+ comment: %(The property that determines the individual that a has-value restriction refers to.).freeze,
307
+ domain: "owl:Restriction".freeze,
308
+ label: "hasValue".freeze,
309
+ range: "rdfs:Resource".freeze,
310
+ "rdfs:isDefinedBy" => %(owl:).freeze,
311
+ type: "rdf:Property".freeze
312
+ property :imports,
313
+ comment: %(The property that is used for importing other ontologies into a given ontology.).freeze,
314
+ domain: "owl:Ontology".freeze,
315
+ label: "imports".freeze,
316
+ range: "owl:Ontology".freeze,
317
+ "rdfs:isDefinedBy" => %(owl:).freeze,
318
+ type: "owl:OntologyProperty".freeze
319
+ property :incompatibleWith,
320
+ comment: %(The annotation property that indicates that a given ontology is incompatible with another ontology.).freeze,
321
+ domain: "owl:Ontology".freeze,
322
+ label: "incompatibleWith".freeze,
323
+ range: "owl:Ontology".freeze,
324
+ "rdfs:isDefinedBy" => %(owl:).freeze,
325
+ type: "owl:AnnotationProperty".freeze
326
+ property :intersectionOf,
327
+ comment: %(The property that determines the collection of classes or data ranges that build an intersection.).freeze,
328
+ domain: "rdfs:Class".freeze,
329
+ label: "intersectionOf".freeze,
330
+ range: "rdf:List".freeze,
331
+ "rdfs:isDefinedBy" => %(owl:).freeze,
332
+ type: "rdf:Property".freeze
333
+ property :inverseOf,
334
+ comment: %(The property that determines that two given properties are inverse.).freeze,
335
+ domain: "owl:ObjectProperty".freeze,
336
+ label: "inverseOf".freeze,
337
+ range: "owl:ObjectProperty".freeze,
338
+ "rdfs:isDefinedBy" => %(owl:).freeze,
339
+ type: "rdf:Property".freeze
340
+ property :maxCardinality,
341
+ comment: %(The property that determines the cardinality of a maximum cardinality restriction.).freeze,
342
+ domain: "owl:Restriction".freeze,
343
+ label: "maxCardinality".freeze,
344
+ range: "xsd:nonNegativeInteger".freeze,
345
+ "rdfs:isDefinedBy" => %(owl:).freeze,
346
+ type: "rdf:Property".freeze
347
+ property :maxQualifiedCardinality,
348
+ comment: %(The property that determines the cardinality of a maximum qualified cardinality restriction.).freeze,
349
+ domain: "owl:Restriction".freeze,
350
+ label: "maxQualifiedCardinality".freeze,
351
+ range: "xsd:nonNegativeInteger".freeze,
352
+ "rdfs:isDefinedBy" => %(owl:).freeze,
353
+ type: "rdf:Property".freeze
354
+ property :members,
355
+ comment: %(The property that determines the collection of members in either a owl:AllDifferent, owl:AllDisjointClasses or owl:AllDisjointProperties axiom.).freeze,
356
+ domain: "rdfs:Resource".freeze,
357
+ label: "members".freeze,
358
+ range: "rdf:List".freeze,
359
+ "rdfs:isDefinedBy" => %(owl:).freeze,
360
+ type: "rdf:Property".freeze
361
+ property :minCardinality,
362
+ comment: %(The property that determines the cardinality of a minimum cardinality restriction.).freeze,
363
+ domain: "owl:Restriction".freeze,
364
+ label: "minCardinality".freeze,
365
+ range: "xsd:nonNegativeInteger".freeze,
366
+ "rdfs:isDefinedBy" => %(owl:).freeze,
367
+ type: "rdf:Property".freeze
368
+ property :minQualifiedCardinality,
369
+ comment: %(The property that determines the cardinality of a minimum qualified cardinality restriction.).freeze,
370
+ domain: "owl:Restriction".freeze,
371
+ label: "minQualifiedCardinality".freeze,
372
+ range: "xsd:nonNegativeInteger".freeze,
373
+ "rdfs:isDefinedBy" => %(owl:).freeze,
374
+ type: "rdf:Property".freeze
375
+ property :onClass,
376
+ comment: %(The property that determines the class that a qualified object cardinality restriction refers to.).freeze,
377
+ domain: "owl:Restriction".freeze,
378
+ label: "onClass".freeze,
379
+ range: "owl:Class".freeze,
380
+ "rdfs:isDefinedBy" => %(owl:).freeze,
381
+ type: "rdf:Property".freeze
382
+ property :onDataRange,
383
+ comment: %(The property that determines the data range that a qualified data cardinality restriction refers to.).freeze,
384
+ domain: "owl:Restriction".freeze,
385
+ label: "onDataRange".freeze,
386
+ range: "rdfs:Datatype".freeze,
387
+ "rdfs:isDefinedBy" => %(owl:).freeze,
388
+ type: "rdf:Property".freeze
389
+ property :onDatatype,
390
+ comment: %(The property that determines the datatype that a datatype restriction refers to.).freeze,
391
+ domain: "rdfs:Datatype".freeze,
392
+ label: "onDatatype".freeze,
393
+ range: "rdfs:Datatype".freeze,
394
+ "rdfs:isDefinedBy" => %(owl:).freeze,
395
+ type: "rdf:Property".freeze
396
+ property :onProperties,
397
+ comment: %(The property that determines the n-tuple of properties that a property restriction on an n-ary data range refers to.).freeze,
398
+ domain: "owl:Restriction".freeze,
399
+ label: "onProperties".freeze,
400
+ range: "rdf:List".freeze,
401
+ "rdfs:isDefinedBy" => %(owl:).freeze,
402
+ type: "rdf:Property".freeze
403
+ property :onProperty,
404
+ comment: %(The property that determines the property that a property restriction refers to.).freeze,
405
+ domain: "owl:Restriction".freeze,
406
+ label: "onProperty".freeze,
407
+ range: "rdf:Property".freeze,
408
+ "rdfs:isDefinedBy" => %(owl:).freeze,
409
+ type: "rdf:Property".freeze
410
+ property :oneOf,
411
+ comment: %(The property that determines the collection of individuals or data values that build an enumeration.).freeze,
412
+ domain: "rdfs:Class".freeze,
413
+ label: "oneOf".freeze,
414
+ range: "rdf:List".freeze,
415
+ "rdfs:isDefinedBy" => %(owl:).freeze,
416
+ type: "rdf:Property".freeze
417
+ property :priorVersion,
418
+ comment: %(The annotation property that indicates the predecessor ontology of a given ontology.).freeze,
419
+ domain: "owl:Ontology".freeze,
420
+ label: "priorVersion".freeze,
421
+ range: "owl:Ontology".freeze,
422
+ "rdfs:isDefinedBy" => %(owl:).freeze,
423
+ type: "owl:AnnotationProperty".freeze
424
+ property :propertyChainAxiom,
425
+ comment: %(The property that determines the n-tuple of properties that build a sub property chain of a given property.).freeze,
426
+ domain: "owl:ObjectProperty".freeze,
427
+ label: "propertyChainAxiom".freeze,
428
+ range: "rdf:List".freeze,
429
+ "rdfs:isDefinedBy" => %(owl:).freeze,
430
+ type: "rdf:Property".freeze
431
+ property :propertyDisjointWith,
432
+ comment: %(The property that determines that two given properties are disjoint.).freeze,
433
+ domain: "rdf:Property".freeze,
434
+ label: "propertyDisjointWith".freeze,
435
+ range: "rdf:Property".freeze,
436
+ "rdfs:isDefinedBy" => %(owl:).freeze,
437
+ type: "rdf:Property".freeze
438
+ property :qualifiedCardinality,
439
+ comment: %(The property that determines the cardinality of an exact qualified cardinality restriction.).freeze,
440
+ domain: "owl:Restriction".freeze,
441
+ label: "qualifiedCardinality".freeze,
442
+ range: "xsd:nonNegativeInteger".freeze,
443
+ "rdfs:isDefinedBy" => %(owl:).freeze,
444
+ type: "rdf:Property".freeze
445
+ property :sameAs,
446
+ comment: %(The property that determines that two given individuals are equal.).freeze,
447
+ domain: "owl:Thing".freeze,
448
+ label: "sameAs".freeze,
449
+ range: "owl:Thing".freeze,
450
+ "rdfs:isDefinedBy" => %(owl:).freeze,
451
+ type: "rdf:Property".freeze
452
+ property :someValuesFrom,
453
+ comment: %(The property that determines the class that an existential property restriction refers to.).freeze,
454
+ domain: "owl:Restriction".freeze,
455
+ label: "someValuesFrom".freeze,
456
+ range: "rdfs:Class".freeze,
457
+ "rdfs:isDefinedBy" => %(owl:).freeze,
458
+ type: "rdf:Property".freeze
459
+ property :sourceIndividual,
460
+ comment: %(The property that determines the subject of a negative property assertion.).freeze,
461
+ domain: "owl:NegativePropertyAssertion".freeze,
462
+ label: "sourceIndividual".freeze,
463
+ range: "owl:Thing".freeze,
464
+ "rdfs:isDefinedBy" => %(owl:).freeze,
465
+ type: "rdf:Property".freeze
466
+ property :targetIndividual,
467
+ comment: %(The property that determines the object of a negative object property assertion.).freeze,
468
+ domain: "owl:NegativePropertyAssertion".freeze,
469
+ label: "targetIndividual".freeze,
470
+ range: "owl:Thing".freeze,
471
+ "rdfs:isDefinedBy" => %(owl:).freeze,
472
+ type: "rdf:Property".freeze
473
+ property :targetValue,
474
+ comment: %(The property that determines the value of a negative data property assertion.).freeze,
475
+ domain: "owl:NegativePropertyAssertion".freeze,
476
+ label: "targetValue".freeze,
477
+ range: "rdfs:Literal".freeze,
478
+ "rdfs:isDefinedBy" => %(owl:).freeze,
479
+ type: "rdf:Property".freeze
480
+ property :topDataProperty,
481
+ comment: %(The data property that relates every individual to every data value.).freeze,
482
+ domain: "owl:Thing".freeze,
483
+ label: "topDataProperty".freeze,
484
+ range: "rdfs:Literal".freeze,
485
+ "rdfs:isDefinedBy" => %(owl:).freeze,
486
+ type: "owl:DatatypeProperty".freeze
487
+ property :topObjectProperty,
488
+ comment: %(The object property that relates every two individuals.).freeze,
489
+ domain: "owl:Thing".freeze,
490
+ label: "topObjectProperty".freeze,
491
+ range: "owl:Thing".freeze,
492
+ "rdfs:isDefinedBy" => %(owl:).freeze,
493
+ type: "owl:ObjectProperty".freeze
494
+ property :unionOf,
495
+ comment: %(The property that determines the collection of classes or data ranges that build a union.).freeze,
496
+ domain: "rdfs:Class".freeze,
497
+ label: "unionOf".freeze,
498
+ range: "rdf:List".freeze,
499
+ "rdfs:isDefinedBy" => %(owl:).freeze,
500
+ type: "rdf:Property".freeze
501
+ property :versionIRI,
502
+ comment: %(The property that identifies the version IRI of an ontology.).freeze,
503
+ domain: "owl:Ontology".freeze,
504
+ label: "versionIRI".freeze,
505
+ range: "owl:Ontology".freeze,
506
+ "rdfs:isDefinedBy" => %(owl:).freeze,
507
+ type: "owl:OntologyProperty".freeze
508
+ property :versionInfo,
509
+ comment: %(The annotation property that provides version information for an ontology or another OWL construct.).freeze,
510
+ domain: "rdfs:Resource".freeze,
511
+ label: "versionInfo".freeze,
512
+ range: "rdfs:Resource".freeze,
513
+ "rdfs:isDefinedBy" => %(owl:).freeze,
514
+ type: "owl:AnnotationProperty".freeze
515
+ property :withRestrictions,
516
+ comment: %(The property that determines the collection of facet-value pairs that define a datatype restriction.).freeze,
517
+ domain: "rdfs:Datatype".freeze,
518
+ label: "withRestrictions".freeze,
519
+ range: "rdf:List".freeze,
520
+ "rdfs:isDefinedBy" => %(owl:).freeze,
521
+ type: "rdf:Property".freeze
228
522
  end
229
523
  end