rdf-vocab 3.1.7 → 3.1.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -3
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab.rb +33 -8
  5. data/lib/rdf/vocab/acl.rb +67 -194
  6. data/lib/rdf/vocab/as.rb +471 -984
  7. data/lib/rdf/vocab/bf2.rb +1714 -3034
  8. data/lib/rdf/vocab/bibframe.rb +2270 -1840
  9. data/lib/rdf/vocab/bibo.rb +696 -1201
  10. data/lib/rdf/vocab/cc.rb +75 -214
  11. data/lib/rdf/vocab/cert.rb +90 -268
  12. data/lib/rdf/vocab/cnt.rb +70 -152
  13. data/lib/rdf/vocab/crm.rb +1420 -3261
  14. data/lib/rdf/vocab/datacite.rb +161 -161
  15. data/lib/rdf/vocab/dbo.rb +3901 -14146
  16. data/lib/rdf/vocab/dc.rb +556 -898
  17. data/lib/rdf/vocab/dc11.rb +92 -158
  18. data/lib/rdf/vocab/dcat.rb +300 -466
  19. data/lib/rdf/vocab/dcmitype.rb +77 -131
  20. data/lib/rdf/vocab/disco.rb +228 -459
  21. data/lib/rdf/vocab/doap.rb +250 -430
  22. data/lib/rdf/vocab/dwc.rb +1639 -2395
  23. data/lib/rdf/vocab/earl.rb +105 -243
  24. data/lib/rdf/vocab/ebucore.rb +3957 -8695
  25. data/lib/rdf/vocab/edm.rb +211 -426
  26. data/lib/rdf/vocab/exif.rb +614 -1268
  27. data/lib/rdf/vocab/extensions.rb +3 -3
  28. data/lib/rdf/vocab/fcrepo4.rb +268 -648
  29. data/lib/rdf/vocab/foaf.rb +448 -756
  30. data/lib/rdf/vocab/geo.rb +24 -167
  31. data/lib/rdf/vocab/geojson.rb +32 -101
  32. data/lib/rdf/vocab/geonames.rb +2915 -3092
  33. data/lib/rdf/vocab/gr.rb +716 -1991
  34. data/lib/rdf/vocab/gs1.rb +3780 -5380
  35. data/lib/rdf/vocab/ht.rb +133 -300
  36. data/lib/rdf/vocab/hydra.rb +298 -511
  37. data/lib/rdf/vocab/iana.rb +142 -417
  38. data/lib/rdf/vocab/ical.rb +532 -1045
  39. data/lib/rdf/vocab/identifiers.rb +215 -1019
  40. data/lib/rdf/vocab/iiif.rb +106 -245
  41. data/lib/rdf/vocab/jsonld.rb +163 -323
  42. data/lib/rdf/vocab/ldp.rb +161 -294
  43. data/lib/rdf/vocab/lrmi.rb +175 -199
  44. data/lib/rdf/vocab/ma.rb +312 -702
  45. data/lib/rdf/vocab/mads.rb +516 -1113
  46. data/lib/rdf/vocab/marcrelators.rb +540 -1351
  47. data/lib/rdf/vocab/mo.rb +1579 -2844
  48. data/lib/rdf/vocab/mods.rb +503 -1026
  49. data/lib/rdf/vocab/nfo.rb +311 -315
  50. data/lib/rdf/vocab/oa.rb +264 -546
  51. data/lib/rdf/vocab/og.rb +158 -239
  52. data/lib/rdf/vocab/ogc.rb +33 -70
  53. data/lib/rdf/vocab/ore.rb +64 -123
  54. data/lib/rdf/vocab/org.rb +226 -422
  55. data/lib/rdf/vocab/pcdm.rb +61 -133
  56. data/lib/rdf/vocab/pplan.rb +16 -202
  57. data/lib/rdf/vocab/premis.rb +793 -2039
  58. data/lib/rdf/vocab/premiseventtype.rb +115 -273
  59. data/lib/rdf/vocab/prov.rb +1077 -1724
  60. data/lib/rdf/vocab/ptr.rb +111 -254
  61. data/lib/rdf/vocab/rdau.rb +10506 -0
  62. data/lib/rdf/vocab/rightsstatements.rb +102 -110
  63. data/lib/rdf/vocab/rsa.rb +37 -89
  64. data/lib/rdf/vocab/rss.rb +34 -79
  65. data/lib/rdf/vocab/schema.rb +11734 -22244
  66. data/lib/rdf/vocab/schemas.rb +16870 -0
  67. data/lib/rdf/vocab/sd.rb +123 -280
  68. data/lib/rdf/vocab/sh.rb +912 -1651
  69. data/lib/rdf/vocab/sioc.rb +513 -917
  70. data/lib/rdf/vocab/siocservices.rb +39 -80
  71. data/lib/rdf/vocab/sioctypes.rb +183 -344
  72. data/lib/rdf/vocab/skos.rb +136 -260
  73. data/lib/rdf/vocab/skosxl.rb +36 -69
  74. data/lib/rdf/vocab/v.rb +231 -529
  75. data/lib/rdf/vocab/vcard.rb +407 -1038
  76. data/lib/rdf/vocab/vmd.rb +231 -529
  77. data/lib/rdf/vocab/void.rb +112 -236
  78. data/lib/rdf/vocab/vs.rb +20 -42
  79. data/lib/rdf/vocab/wdrs.rb +65 -158
  80. data/lib/rdf/vocab/wot.rb +113 -194
  81. data/lib/rdf/vocab/xhtml.rb +2 -7
  82. data/lib/rdf/vocab/xhv.rb +206 -663
  83. data/lib/rdf/vocab/xkos.rb +122 -275
  84. data/spec/extensions_spec.rb +1 -1
  85. data/spec/spec_helper.rb +13 -0
  86. metadata +72 -24
@@ -3,308 +3,184 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://rdfs.org/ns/void#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://rdfs.org/ns/void#>
8
- # #
9
- # class VOID < RDF::StrictVocabulary
10
- # # A set of RDF triples that are published, maintained or aggregated by a single provider.
11
- # # @return [RDF::Vocabulary::Term]
12
- # attr_reader :Dataset
13
- #
14
- # # A web resource whose foaf:primaryTopic or foaf:topics include void:Datasets.
15
- # # @return [RDF::Vocabulary::Term]
16
- # attr_reader :DatasetDescription
17
- #
18
- # # A collection of RDF links between two void:Datasets.
19
- # # @return [RDF::Vocabulary::Term]
20
- # attr_reader :Linkset
21
- #
22
- # # A technical feature of a void:Dataset, such as a supported RDF serialization format.
23
- # # @return [RDF::Vocabulary::Term]
24
- # attr_reader :TechnicalFeature
25
- #
26
- # # The rdfs:Class that is the rdf:type of all entities in a class-based partition.
27
- # # @return [RDF::Vocabulary::Term]
28
- # attr_reader :class
29
- #
30
- # # A subset of a void:Dataset that contains only the entities of a certain rdfs:Class.
31
- # # @return [RDF::Vocabulary::Term]
32
- # attr_reader :classPartition
33
- #
34
- # # The total number of distinct classes in a void:Dataset. In other words, the number of distinct resources occuring as objects of rdf:type triples in the dataset.
35
- # # @return [RDF::Vocabulary::Term]
36
- # attr_reader :classes
37
- #
38
- # # An RDF dump, partial or complete, of a void:Dataset.
39
- # # @return [RDF::Vocabulary::Term]
40
- # attr_reader :dataDump
41
- #
42
- # # The total number of distinct objects in a void:Dataset. In other words, the number of distinct resources that occur in the object position of triples in the dataset. Literals are included in this count.
43
- # # @return [RDF::Vocabulary::Term]
44
- # attr_reader :distinctObjects
45
- #
46
- # # The total number of distinct subjects in a void:Dataset. In other words, the number of distinct resources that occur in the subject position of triples in the dataset.
47
- # # @return [RDF::Vocabulary::Term]
48
- # attr_reader :distinctSubjects
49
- #
50
- # # The total number of documents, for datasets that are published as a set of individual documents, such as RDF/XML documents or RDFa-annotated web pages. Non-RDF documents, such as web pages in HTML or images, are usually not included in this count. This property is intended for datasets where the total number of triples or entities is hard to determine. void:triples or void:entities should be preferred where practical.
51
- # # @return [RDF::Vocabulary::Term]
52
- # attr_reader :documents
53
- #
54
- # # The total number of entities that are described in a void:Dataset.
55
- # # @return [RDF::Vocabulary::Term]
56
- # attr_reader :entities
57
- #
58
- # # @return [RDF::Vocabulary::Term]
59
- # attr_reader :exampleResource
60
- #
61
- # # @return [RDF::Vocabulary::Term]
62
- # attr_reader :feature
63
- #
64
- # # Points to the void:Dataset that a document is a part of.
65
- # # @return [RDF::Vocabulary::Term]
66
- # attr_reader :inDataset
67
- #
68
- # # @return [RDF::Vocabulary::Term]
69
- # attr_reader :linkPredicate
70
- #
71
- # # The dataset describing the objects of the triples contained in the Linkset.
72
- # # @return [RDF::Vocabulary::Term]
73
- # attr_reader :objectsTarget
74
- #
75
- # # An OpenSearch description document for a free-text search service over a void:Dataset.
76
- # # @return [RDF::Vocabulary::Term]
77
- # attr_reader :openSearchDescription
78
- #
79
- # # The total number of distinct properties in a void:Dataset. In other words, the number of distinct resources that occur in the predicate position of triples in the dataset.
80
- # # @return [RDF::Vocabulary::Term]
81
- # attr_reader :properties
82
- #
83
- # # The rdf:Property that is the predicate of all triples in a property-based partition.
84
- # # @return [RDF::Vocabulary::Term]
85
- # attr_reader :property
86
- #
87
- # # A subset of a void:Dataset that contains only the triples of a certain rdf:Property.
88
- # # @return [RDF::Vocabulary::Term]
89
- # attr_reader :propertyPartition
90
- #
91
- # # A top concept or entry point for a void:Dataset that is structured in a tree-like fashion. All resources in a dataset can be reached by following links from its root resources in a small number of steps.
92
- # # @return [RDF::Vocabulary::Term]
93
- # attr_reader :rootResource
94
- #
95
- # # @return [RDF::Vocabulary::Term]
96
- # attr_reader :sparqlEndpoint
97
- #
98
- # # The dataset describing the subjects of triples contained in the Linkset.
99
- # # @return [RDF::Vocabulary::Term]
100
- # attr_reader :subjectsTarget
101
- #
102
- # # @return [RDF::Vocabulary::Term]
103
- # attr_reader :subset
104
- #
105
- # # One of the two datasets linked by the Linkset.
106
- # # @return [RDF::Vocabulary::Term]
107
- # attr_reader :target
108
- #
109
- # # The total number of triples contained in a void:Dataset.
110
- # # @return [RDF::Vocabulary::Term]
111
- # attr_reader :triples
112
- #
113
- # # Defines a simple URI look-up protocol for accessing a dataset.
114
- # # @return [RDF::Vocabulary::Term]
115
- # attr_reader :uriLookupEndpoint
116
- #
117
- # # Defines a regular expression pattern matching URIs in the dataset.
118
- # # @return [RDF::Vocabulary::Term]
119
- # attr_reader :uriRegexPattern
120
- #
121
- # # A URI that is a common string prefix of all the entity URIs in a void:Dataset.
122
- # # @return [RDF::Vocabulary::Term]
123
- # attr_reader :uriSpace
124
- #
125
- # # A vocabulary that is used in the dataset.
126
- # # @return [RDF::Vocabulary::Term]
127
- # attr_reader :vocabulary
128
- #
129
- # end
130
6
  VOID = Class.new(RDF::StrictVocabulary("http://rdfs.org/ns/void#")) do
131
7
 
132
8
  # Class definitions
133
9
  term :Dataset,
134
- comment: %(A set of RDF triples that are published, maintained or aggregated by a single provider.).freeze,
10
+ comment: "A set of RDF triples that are published, maintained or aggregated by a single provider.".freeze,
135
11
  label: "dataset".freeze,
136
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
12
+ type: ["http://www.w3.org/2002/07/owl#Class".freeze, "http://www.w3.org/2000/01/rdf-schema#Class".freeze]
137
13
  term :DatasetDescription,
138
- comment: %(A web resource whose foaf:primaryTopic or foaf:topics include void:Datasets.).freeze,
14
+ comment: "A web resource whose foaf:primaryTopic or foaf:topics include void:Datasets.".freeze,
139
15
  label: "dataset description".freeze,
140
- subClassOf: "foaf:Document".freeze,
141
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
16
+ subClassOf: "http://xmlns.com/foaf/0.1/Document".freeze,
17
+ type: ["http://www.w3.org/2002/07/owl#Class".freeze, "http://www.w3.org/2000/01/rdf-schema#Class".freeze]
142
18
  term :Linkset,
143
- comment: %(A collection of RDF links between two void:Datasets.).freeze,
19
+ comment: "A collection of RDF links between two void:Datasets.".freeze,
144
20
  label: "linkset".freeze,
145
- subClassOf: "void:Dataset".freeze,
146
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
21
+ subClassOf: "http://rdfs.org/ns/void#Dataset".freeze,
22
+ type: ["http://www.w3.org/2002/07/owl#Class".freeze, "http://www.w3.org/2000/01/rdf-schema#Class".freeze]
147
23
  term :TechnicalFeature,
148
- comment: %(A technical feature of a void:Dataset, such as a supported RDF serialization format.).freeze,
24
+ comment: "A technical feature of a void:Dataset, such as a supported RDF serialization format.".freeze,
149
25
  label: "technical feature".freeze,
150
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
26
+ type: ["http://www.w3.org/2002/07/owl#Class".freeze, "http://www.w3.org/2000/01/rdf-schema#Class".freeze]
151
27
 
152
28
  # Property definitions
153
29
  property :class,
154
- comment: %(The rdfs:Class that is the rdf:type of all entities in a class-based partition.).freeze,
155
- domain: "void:Dataset".freeze,
30
+ comment: "The rdfs:Class that is the rdf:type of all entities in a class-based partition.".freeze,
31
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
156
32
  label: "class".freeze,
157
- range: "rdfs:Class".freeze,
158
- type: ["owl:FunctionalProperty".freeze, "rdf:Property".freeze]
33
+ range: "http://www.w3.org/2000/01/rdf-schema#Class".freeze,
34
+ type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
159
35
  property :classPartition,
160
- comment: %(A subset of a void:Dataset that contains only the entities of a certain rdfs:Class.).freeze,
161
- domain: "void:Dataset".freeze,
36
+ comment: "A subset of a void:Dataset that contains only the entities of a certain rdfs:Class.".freeze,
37
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
162
38
  label: "class partition".freeze,
163
- range: "void:Dataset".freeze,
164
- subPropertyOf: "void:subset".freeze,
165
- type: "rdf:Property".freeze
39
+ range: "http://rdfs.org/ns/void#Dataset".freeze,
40
+ subPropertyOf: "http://rdfs.org/ns/void#subset".freeze,
41
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
166
42
  property :classes,
167
- comment: %(The total number of distinct classes in a void:Dataset. In other words, the number of distinct resources occuring as objects of rdf:type triples in the dataset.).freeze,
168
- domain: "void:Dataset".freeze,
43
+ comment: "The total number of distinct classes in a void:Dataset. In other words, the number of distinct resources occuring as objects of rdf:type triples in the dataset.".freeze,
44
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
169
45
  label: "classes".freeze,
170
- range: "xsd:integer".freeze,
171
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
46
+ range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
47
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
172
48
  property :dataDump,
173
- comment: %(An RDF dump, partial or complete, of a void:Dataset.).freeze,
174
- domain: "void:Dataset".freeze,
49
+ comment: "An RDF dump, partial or complete, of a void:Dataset.".freeze,
50
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
175
51
  label: "Data Dump".freeze,
176
- range: "rdfs:Resource".freeze,
177
- type: "rdf:Property".freeze
52
+ range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
53
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
178
54
  property :distinctObjects,
179
- comment: %(The total number of distinct objects in a void:Dataset. In other words, the number of distinct resources that occur in the object position of triples in the dataset. Literals are included in this count.).freeze,
180
- domain: "void:Dataset".freeze,
55
+ comment: "The total number of distinct objects in a void:Dataset. In other words, the number of distinct resources that occur in the object position of triples in the dataset. Literals are included in this count.".freeze,
56
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
181
57
  label: "distinct objects".freeze,
182
- range: "xsd:integer".freeze,
183
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
58
+ range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
59
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
184
60
  property :distinctSubjects,
185
- comment: %(The total number of distinct subjects in a void:Dataset. In other words, the number of distinct resources that occur in the subject position of triples in the dataset.).freeze,
186
- domain: "void:Dataset".freeze,
61
+ comment: "The total number of distinct subjects in a void:Dataset. In other words, the number of distinct resources that occur in the subject position of triples in the dataset.".freeze,
62
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
187
63
  label: "distinct subjects".freeze,
188
- range: "xsd:integer".freeze,
189
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
64
+ range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
65
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
190
66
  property :documents,
191
- comment: %(The total number of documents, for datasets that are published as a set of individual documents, such as RDF/XML documents or RDFa-annotated web pages. Non-RDF documents, such as web pages in HTML or images, are usually not included in this count. This property is intended for datasets where the total number of triples or entities is hard to determine. void:triples or void:entities should be preferred where practical.).freeze,
192
- domain: "void:Dataset".freeze,
67
+ comment: "The total number of documents, for datasets that are published as a set of individual documents, such as RDF/XML documents or RDFa-annotated web pages. Non-RDF documents, such as web pages in HTML or images, are usually not included in this count. This property is intended for datasets where the total number of triples or entities is hard to determine. void:triples or void:entities should be preferred where practical.".freeze,
68
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
193
69
  label: "number of documents".freeze,
194
- range: "xsd:integer".freeze,
195
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
70
+ range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
71
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
196
72
  property :entities,
197
- comment: %(The total number of entities that are described in a void:Dataset.).freeze,
198
- domain: "void:Dataset".freeze,
73
+ comment: "The total number of entities that are described in a void:Dataset.".freeze,
74
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
199
75
  label: "number of entities".freeze,
200
- range: "xsd:integer".freeze,
201
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
76
+ range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
77
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
202
78
  property :exampleResource,
203
- domain: "void:Dataset".freeze,
79
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
204
80
  label: "example resource of dataset".freeze,
205
- range: "rdfs:Resource".freeze,
206
- type: "rdf:Property".freeze
81
+ range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
82
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
207
83
  property :feature,
208
- domain: "void:Dataset".freeze,
84
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
209
85
  label: "feature".freeze,
210
- range: "void:TechnicalFeature".freeze,
211
- type: "rdf:Property".freeze
86
+ range: "http://rdfs.org/ns/void#TechnicalFeature".freeze,
87
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
212
88
  property :inDataset,
213
- comment: %(Points to the void:Dataset that a document is a part of.).freeze,
214
- domain: "foaf:Document".freeze,
89
+ comment: "Points to the void:Dataset that a document is a part of.".freeze,
90
+ domain: "http://xmlns.com/foaf/0.1/Document".freeze,
215
91
  label: "in dataset".freeze,
216
- range: "void:Dataset".freeze,
217
- type: "rdf:Property".freeze
92
+ range: "http://rdfs.org/ns/void#Dataset".freeze,
93
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
218
94
  property :linkPredicate,
219
- domain: "void:Linkset".freeze,
95
+ domain: "http://rdfs.org/ns/void#Linkset".freeze,
220
96
  label: "a link predicate".freeze,
221
- range: "rdf:Property".freeze,
222
- type: "rdf:Property".freeze
97
+ range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze,
98
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
223
99
  property :objectsTarget,
224
- comment: %(The dataset describing the objects of the triples contained in the Linkset.).freeze,
225
- domain: "void:Linkset".freeze,
100
+ comment: "The dataset describing the objects of the triples contained in the Linkset.".freeze,
101
+ domain: "http://rdfs.org/ns/void#Linkset".freeze,
226
102
  label: "Objects Target".freeze,
227
- range: "void:Dataset".freeze,
228
- subPropertyOf: "void:target".freeze,
229
- type: ["owl:FunctionalProperty".freeze, "rdf:Property".freeze]
103
+ range: "http://rdfs.org/ns/void#Dataset".freeze,
104
+ subPropertyOf: "http://rdfs.org/ns/void#target".freeze,
105
+ type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
230
106
  property :openSearchDescription,
231
- comment: %(An OpenSearch description document for a free-text search service over a void:Dataset.).freeze,
232
- domain: "void:Dataset".freeze,
107
+ comment: "An OpenSearch description document for a free-text search service over a void:Dataset.".freeze,
108
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
233
109
  label: "open search description".freeze,
234
- range: "foaf:Document".freeze,
235
- type: "rdf:Property".freeze
110
+ range: "http://xmlns.com/foaf/0.1/Document".freeze,
111
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
236
112
  property :properties,
237
- comment: %(The total number of distinct properties in a void:Dataset. In other words, the number of distinct resources that occur in the predicate position of triples in the dataset.).freeze,
238
- domain: "void:Dataset".freeze,
113
+ comment: "The total number of distinct properties in a void:Dataset. In other words, the number of distinct resources that occur in the predicate position of triples in the dataset.".freeze,
114
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
239
115
  label: "number of properties".freeze,
240
- range: "xsd:integer".freeze,
241
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
116
+ range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
117
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
242
118
  property :property,
243
- comment: %(The rdf:Property that is the predicate of all triples in a property-based partition.).freeze,
244
- domain: "void:Dataset".freeze,
119
+ comment: "The rdf:Property that is the predicate of all triples in a property-based partition.".freeze,
120
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
245
121
  label: "property".freeze,
246
- range: "rdf:Property".freeze,
247
- type: ["owl:FunctionalProperty".freeze, "rdf:Property".freeze]
122
+ range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze,
123
+ type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
248
124
  property :propertyPartition,
249
- comment: %(A subset of a void:Dataset that contains only the triples of a certain rdf:Property.).freeze,
250
- domain: "void:Dataset".freeze,
125
+ comment: "A subset of a void:Dataset that contains only the triples of a certain rdf:Property.".freeze,
126
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
251
127
  label: "property partition".freeze,
252
- range: "void:Dataset".freeze,
253
- subPropertyOf: "void:subset".freeze,
254
- type: "rdf:Property".freeze
128
+ range: "http://rdfs.org/ns/void#Dataset".freeze,
129
+ subPropertyOf: "http://rdfs.org/ns/void#subset".freeze,
130
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
255
131
  property :rootResource,
256
- comment: %(A top concept or entry point for a void:Dataset that is structured in a tree-like fashion. All resources in a dataset can be reached by following links from its root resources in a small number of steps.).freeze,
257
- domain: "void:Dataset".freeze,
132
+ comment: "A top concept or entry point for a void:Dataset that is structured in a tree-like fashion. All resources in a dataset can be reached by following links from its root resources in a small number of steps.".freeze,
133
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
258
134
  label: "root resource".freeze,
259
- type: "rdf:Property".freeze
135
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
260
136
  property :sparqlEndpoint,
261
- domain: "void:Dataset".freeze,
137
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
262
138
  label: "has a SPARQL endpoint at".freeze,
263
- type: "rdf:Property".freeze
139
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
264
140
  property :subjectsTarget,
265
- comment: %(The dataset describing the subjects of triples contained in the Linkset.).freeze,
266
- domain: "void:Linkset".freeze,
141
+ comment: "The dataset describing the subjects of triples contained in the Linkset.".freeze,
142
+ domain: "http://rdfs.org/ns/void#Linkset".freeze,
267
143
  label: "Subjects Target".freeze,
268
- range: "void:Dataset".freeze,
269
- subPropertyOf: "void:target".freeze,
270
- type: ["owl:FunctionalProperty".freeze, "rdf:Property".freeze]
144
+ range: "http://rdfs.org/ns/void#Dataset".freeze,
145
+ subPropertyOf: "http://rdfs.org/ns/void#target".freeze,
146
+ type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
271
147
  property :subset,
272
- domain: "void:Dataset".freeze,
148
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
273
149
  label: "has subset".freeze,
274
- range: "void:Dataset".freeze,
275
- type: "rdf:Property".freeze
150
+ range: "http://rdfs.org/ns/void#Dataset".freeze,
151
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
276
152
  property :target,
277
- comment: %(One of the two datasets linked by the Linkset.).freeze,
278
- domain: "void:Linkset".freeze,
153
+ comment: "One of the two datasets linked by the Linkset.".freeze,
154
+ domain: "http://rdfs.org/ns/void#Linkset".freeze,
279
155
  label: "Target".freeze,
280
- range: "void:Dataset".freeze,
281
- type: "rdf:Property".freeze
156
+ range: "http://rdfs.org/ns/void#Dataset".freeze,
157
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
282
158
  property :triples,
283
- comment: %(The total number of triples contained in a void:Dataset.).freeze,
284
- domain: "void:Dataset".freeze,
159
+ comment: "The total number of triples contained in a void:Dataset.".freeze,
160
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
285
161
  label: "number of triples".freeze,
286
- range: "xsd:integer".freeze,
287
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
162
+ range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
163
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
288
164
  property :uriLookupEndpoint,
289
- comment: %(Defines a simple URI look-up protocol for accessing a dataset.).freeze,
290
- domain: "void:Dataset".freeze,
165
+ comment: "Defines a simple URI look-up protocol for accessing a dataset.".freeze,
166
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
291
167
  label: "has an URI look-up endpoint at".freeze,
292
- type: "rdf:Property".freeze
168
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
293
169
  property :uriRegexPattern,
294
- comment: %(Defines a regular expression pattern matching URIs in the dataset.).freeze,
295
- domain: "void:Dataset".freeze,
170
+ comment: "Defines a regular expression pattern matching URIs in the dataset.".freeze,
171
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
296
172
  label: "has URI regular expression pattern".freeze,
297
- type: "rdf:Property".freeze
173
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
298
174
  property :uriSpace,
299
- comment: %(A URI that is a common string prefix of all the entity URIs in a void:Dataset.).freeze,
300
- domain: "void:Dataset".freeze,
175
+ comment: "A URI that is a common string prefix of all the entity URIs in a void:Dataset.".freeze,
176
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
301
177
  label: "URI space".freeze,
302
- range: "rdfs:Literal".freeze,
303
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
178
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
179
+ type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
304
180
  property :vocabulary,
305
- comment: %(A vocabulary that is used in the dataset.).freeze,
306
- domain: "void:Dataset".freeze,
181
+ comment: "A vocabulary that is used in the dataset.".freeze,
182
+ domain: "http://rdfs.org/ns/void#Dataset".freeze,
307
183
  label: "vocabulary".freeze,
308
- type: "rdf:Property".freeze
184
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
309
185
  end
310
186
  end
data/lib/rdf/vocab/vs.rb CHANGED
@@ -3,61 +3,39 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://www.w3.org/2003/06/sw-vocab-status/ns#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://www.w3.org/2003/06/sw-vocab-status/ns#>
8
- # #
9
- # # SemWeb Vocab Status ontology
10
- # #
11
- # # This vocabulary was created in the FOAF project, based on experience with FOAF, Dublin Core and other early RDF vocabularies. Deployment experience shows that changing namespace URIs is expensive and unrewarding, so this vocabulary provides terms to support in-place evolution of structured data vocabularies. By indicating status at the level of terms rather than vocabularies, dictionary-style, fine grained improvements become easier. Different organizations and parties can agree or disagree on the status of a vocabulary term; however the status published alongside the term may deserve special attention. Future work could include patterns for citing announcements and decisions, or using SKOS to decentralise the extension of the basic status levels.
12
- # #
13
- # # An RDF vocabulary for relating SW vocabulary terms to their status.
14
- # class VS < RDF::StrictVocabulary
15
- # # more information about the status etc of a term, typically human oriented
16
- # # @return [RDF::Vocabulary::Term]
17
- # attr_reader :moreinfo
18
- #
19
- # # the status of a vocabulary term, expressed as a short symbolic string; known values include 'unstable','testing', 'stable' and 'archaic'
20
- # # @return [RDF::Vocabulary::Term]
21
- # attr_reader :term_status
22
- #
23
- # # human-oriented documentation, examples etc for use of this term
24
- # # @return [RDF::Vocabulary::Term]
25
- # attr_reader :userdocs
26
- #
27
- # end
28
6
  VS = Class.new(RDF::StrictVocabulary("http://www.w3.org/2003/06/sw-vocab-status/ns#")) do
29
7
 
30
8
  # Ontology definition
31
9
  ontology :"http://www.w3.org/2003/06/sw-vocab-status/ns#",
32
- comment: %(This vocabulary was created in the FOAF project, based on experience with FOAF, Dublin Core and other early RDF vocabularies. Deployment experience shows that changing namespace URIs is expensive and unrewarding, so this vocabulary provides terms to support in-place evolution of structured data vocabularies. By indicating status at the level of terms rather than vocabularies, dictionary-style, fine grained improvements become easier. Different organizations and parties can agree or disagree on the status of a vocabulary term; however the status published alongside the term may deserve special attention. Future work could include patterns for citing announcements and decisions, or using SKOS to decentralise the extension of the basic status levels.).freeze,
33
- "dc11:contributor": "Pierre-Yves Vandenbussche".freeze,
34
- "dc11:creator": ["Dan Brickley".freeze, "Leigh Dodds".freeze, "Libby Miller".freeze],
35
- "dc11:description": "An RDF vocabulary for relating SW vocabulary terms to their status.".freeze,
36
- "dc11:issued": "2003-06-01".freeze,
37
- "dc11:modified": "2011-12-12".freeze,
38
- "dc11:title": "SemWeb Vocab Status ontology".freeze,
10
+ comment: "This vocabulary was created in the FOAF project, based on experience with FOAF, Dublin Core and other early RDF vocabularies. Deployment experience shows that changing namespace URIs is expensive and unrewarding, so this vocabulary provides terms to support in-place evolution of structured data vocabularies. By indicating status at the level of terms rather than vocabularies, dictionary-style, fine grained improvements become easier. Different organizations and parties can agree or disagree on the status of a vocabulary term; however the status published alongside the term may deserve special attention. Future work could include patterns for citing announcements and decisions, or using SKOS to decentralise the extension of the basic status levels.".freeze,
11
+ "http://purl.org/dc/elements/1.1/contributor": "Pierre-Yves Vandenbussche".freeze,
12
+ "http://purl.org/dc/elements/1.1/creator": ["Dan Brickley".freeze, "Leigh Dodds".freeze, "Libby Miller".freeze],
13
+ "http://purl.org/dc/elements/1.1/description": "An RDF vocabulary for relating SW vocabulary terms to their status.".freeze,
14
+ "http://purl.org/dc/elements/1.1/issued": "2003-06-01".freeze,
15
+ "http://purl.org/dc/elements/1.1/modified": "2011-12-12".freeze,
16
+ "http://purl.org/dc/elements/1.1/title": "SemWeb Vocab Status ontology".freeze,
39
17
  "http://purl.org/vocab/vann/preferredNamespacePrefix": "vs".freeze,
40
18
  "http://purl.org/vocab/vann/preferredNamespaceUri": "http://www.w3.org/2003/06/sw-vocab-status/ns#".freeze,
41
- type: "owl:Ontology".freeze
19
+ type: "http://www.w3.org/2002/07/owl#Ontology".freeze
42
20
 
43
21
  # Property definitions
44
22
  property :moreinfo,
45
- comment: %(more information about the status etc of a term, typically human oriented).freeze,
46
- isDefinedBy: "vs:".freeze,
23
+ comment: "more information about the status etc of a term, typically human oriented".freeze,
24
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
25
+ isDefinedBy: "http://www.w3.org/2003/06/sw-vocab-status/ns#".freeze,
47
26
  label: "more info".freeze,
48
- type: "rdf:Property".freeze,
49
- "vs:term_status": "unstable".freeze
27
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
50
28
  property :term_status,
51
- comment: %(the status of a vocabulary term, expressed as a short symbolic string; known values include 'unstable','testing', 'stable' and 'archaic').freeze,
52
- isDefinedBy: "vs:".freeze,
29
+ comment: "the status of a vocabulary term, expressed as a short symbolic string; known values include 'unstable','testing', 'stable' and 'archaic'".freeze,
30
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
31
+ isDefinedBy: "http://www.w3.org/2003/06/sw-vocab-status/ns#".freeze,
53
32
  label: "term status".freeze,
54
- type: "rdf:Property".freeze,
55
- "vs:term_status": "unstable".freeze
33
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
56
34
  property :userdocs,
57
- comment: %(human-oriented documentation, examples etc for use of this term).freeze,
58
- isDefinedBy: "vs:".freeze,
35
+ comment: "human-oriented documentation, examples etc for use of this term".freeze,
36
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
37
+ isDefinedBy: "http://www.w3.org/2003/06/sw-vocab-status/ns#".freeze,
59
38
  label: "user docs".freeze,
60
- type: "rdf:Property".freeze,
61
- "vs:term_status": "unstable".freeze
39
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
62
40
  end
63
41
  end