rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
@@ -3,184 +3,186 @@
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
+ # Vocabulary for <http://rdfs.org/ns/void#>
7
+ # @!visibility private
6
8
  VOID = Class.new(RDF::StrictVocabulary("http://rdfs.org/ns/void#")) do
7
9
 
8
10
  # Class definitions
9
11
  term :Dataset,
10
- comment: "A set of RDF triples that are published, maintained or aggregated by a single provider.".freeze,
11
- label: "dataset".freeze,
12
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
12
+ comment: "A set of RDF triples that are published, maintained or aggregated by a single provider.",
13
+ label: "dataset",
14
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
13
15
  term :DatasetDescription,
14
- comment: "A web resource whose foaf:primaryTopic or foaf:topics include void:Datasets.".freeze,
15
- label: "dataset description".freeze,
16
- subClassOf: "http://xmlns.com/foaf/0.1/Document".freeze,
17
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
16
+ comment: "A web resource whose foaf:primaryTopic or foaf:topics include void:Datasets.",
17
+ label: "dataset description",
18
+ subClassOf: "http://xmlns.com/foaf/0.1/Document",
19
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
18
20
  term :Linkset,
19
- comment: "A collection of RDF links between two void:Datasets.".freeze,
20
- label: "linkset".freeze,
21
- subClassOf: "http://rdfs.org/ns/void#Dataset".freeze,
22
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
21
+ comment: "A collection of RDF links between two void:Datasets.",
22
+ label: "linkset",
23
+ subClassOf: "http://rdfs.org/ns/void#Dataset",
24
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
23
25
  term :TechnicalFeature,
24
- comment: "A technical feature of a void:Dataset, such as a supported RDF serialization format.".freeze,
25
- label: "technical feature".freeze,
26
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
26
+ comment: "A technical feature of a void:Dataset, such as a supported RDF serialization format.",
27
+ label: "technical feature",
28
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
27
29
 
28
30
  # Property definitions
29
31
  property :class,
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,
32
- label: "class".freeze,
33
- range: "http://www.w3.org/2000/01/rdf-schema#Class".freeze,
34
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
32
+ comment: "The rdfs:Class that is the rdf:type of all entities in a class-based partition.",
33
+ domain: "http://rdfs.org/ns/void#Dataset",
34
+ label: "class",
35
+ range: "http://www.w3.org/2000/01/rdf-schema#Class",
36
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
35
37
  property :classPartition,
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,
38
- label: "class partition".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
38
+ comment: "A subset of a void:Dataset that contains only the entities of a certain rdfs:Class.",
39
+ domain: "http://rdfs.org/ns/void#Dataset",
40
+ label: "class partition",
41
+ range: "http://rdfs.org/ns/void#Dataset",
42
+ subPropertyOf: "http://rdfs.org/ns/void#subset",
43
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
42
44
  property :classes,
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,
45
- label: "classes".freeze,
46
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
47
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
45
+ 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.",
46
+ domain: "http://rdfs.org/ns/void#Dataset",
47
+ label: "classes",
48
+ range: "http://www.w3.org/2001/XMLSchema#integer",
49
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
48
50
  property :dataDump,
49
- comment: "An RDF dump, partial or complete, of a void:Dataset.".freeze,
50
- domain: "http://rdfs.org/ns/void#Dataset".freeze,
51
- label: "Data Dump".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
51
+ comment: "An RDF dump, partial or complete, of a void:Dataset.",
52
+ domain: "http://rdfs.org/ns/void#Dataset",
53
+ label: "Data Dump",
54
+ range: "http://www.w3.org/2000/01/rdf-schema#Resource",
55
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
54
56
  property :distinctObjects,
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,
57
- label: "distinct objects".freeze,
58
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
59
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
57
+ 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.",
58
+ domain: "http://rdfs.org/ns/void#Dataset",
59
+ label: "distinct objects",
60
+ range: "http://www.w3.org/2001/XMLSchema#integer",
61
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
60
62
  property :distinctSubjects,
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,
63
- label: "distinct subjects".freeze,
64
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
65
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
63
+ 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.",
64
+ domain: "http://rdfs.org/ns/void#Dataset",
65
+ label: "distinct subjects",
66
+ range: "http://www.w3.org/2001/XMLSchema#integer",
67
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
66
68
  property :documents,
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,
69
- label: "number of documents".freeze,
70
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
71
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
69
+ 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.",
70
+ domain: "http://rdfs.org/ns/void#Dataset",
71
+ label: "number of documents",
72
+ range: "http://www.w3.org/2001/XMLSchema#integer",
73
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
72
74
  property :entities,
73
- comment: "The total number of entities that are described in a void:Dataset.".freeze,
74
- domain: "http://rdfs.org/ns/void#Dataset".freeze,
75
- label: "number of entities".freeze,
76
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
77
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
75
+ comment: "The total number of entities that are described in a void:Dataset.",
76
+ domain: "http://rdfs.org/ns/void#Dataset",
77
+ label: "number of entities",
78
+ range: "http://www.w3.org/2001/XMLSchema#integer",
79
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
78
80
  property :exampleResource,
79
- domain: "http://rdfs.org/ns/void#Dataset".freeze,
80
- label: "example resource of dataset".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
81
+ domain: "http://rdfs.org/ns/void#Dataset",
82
+ label: "example resource of dataset",
83
+ range: "http://www.w3.org/2000/01/rdf-schema#Resource",
84
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
83
85
  property :feature,
84
- domain: "http://rdfs.org/ns/void#Dataset".freeze,
85
- label: "feature".freeze,
86
- range: "http://rdfs.org/ns/void#TechnicalFeature".freeze,
87
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
86
+ domain: "http://rdfs.org/ns/void#Dataset",
87
+ label: "feature",
88
+ range: "http://rdfs.org/ns/void#TechnicalFeature",
89
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
88
90
  property :inDataset,
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,
91
- label: "in dataset".freeze,
92
- range: "http://rdfs.org/ns/void#Dataset".freeze,
93
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
91
+ comment: "Points to the void:Dataset that a document is a part of.",
92
+ domain: "http://xmlns.com/foaf/0.1/Document",
93
+ label: "in dataset",
94
+ range: "http://rdfs.org/ns/void#Dataset",
95
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
94
96
  property :linkPredicate,
95
- domain: "http://rdfs.org/ns/void#Linkset".freeze,
96
- label: "a link predicate".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
97
+ domain: "http://rdfs.org/ns/void#Linkset",
98
+ label: "a link predicate",
99
+ range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",
100
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
99
101
  property :objectsTarget,
100
- comment: "The dataset describing the objects of the triples contained in the Linkset.".freeze,
101
- domain: "http://rdfs.org/ns/void#Linkset".freeze,
102
- label: "Objects Target".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/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
102
+ comment: "The dataset describing the objects of the triples contained in the Linkset.",
103
+ domain: "http://rdfs.org/ns/void#Linkset",
104
+ label: "Objects Target",
105
+ range: "http://rdfs.org/ns/void#Dataset",
106
+ subPropertyOf: "http://rdfs.org/ns/void#target",
107
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
106
108
  property :openSearchDescription,
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,
109
- label: "open search description".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
109
+ comment: "An OpenSearch description document for a free-text search service over a void:Dataset.",
110
+ domain: "http://rdfs.org/ns/void#Dataset",
111
+ label: "open search description",
112
+ range: "http://xmlns.com/foaf/0.1/Document",
113
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
112
114
  property :properties,
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,
115
- label: "number of properties".freeze,
116
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
117
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
115
+ 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.",
116
+ domain: "http://rdfs.org/ns/void#Dataset",
117
+ label: "number of properties",
118
+ range: "http://www.w3.org/2001/XMLSchema#integer",
119
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
118
120
  property :property,
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,
121
- label: "property".freeze,
122
- range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze,
123
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
121
+ comment: "The rdf:Property that is the predicate of all triples in a property-based partition.",
122
+ domain: "http://rdfs.org/ns/void#Dataset",
123
+ label: "property",
124
+ range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",
125
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
124
126
  property :propertyPartition,
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,
127
- label: "property partition".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
127
+ comment: "A subset of a void:Dataset that contains only the triples of a certain rdf:Property.",
128
+ domain: "http://rdfs.org/ns/void#Dataset",
129
+ label: "property partition",
130
+ range: "http://rdfs.org/ns/void#Dataset",
131
+ subPropertyOf: "http://rdfs.org/ns/void#subset",
132
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
131
133
  property :rootResource,
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,
134
- label: "root resource".freeze,
135
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
134
+ 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.",
135
+ domain: "http://rdfs.org/ns/void#Dataset",
136
+ label: "root resource",
137
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
136
138
  property :sparqlEndpoint,
137
- domain: "http://rdfs.org/ns/void#Dataset".freeze,
138
- label: "has a SPARQL endpoint at".freeze,
139
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
139
+ domain: "http://rdfs.org/ns/void#Dataset",
140
+ label: "has a SPARQL endpoint at",
141
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
140
142
  property :subjectsTarget,
141
- comment: "The dataset describing the subjects of triples contained in the Linkset.".freeze,
142
- domain: "http://rdfs.org/ns/void#Linkset".freeze,
143
- label: "Subjects Target".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/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
143
+ comment: "The dataset describing the subjects of triples contained in the Linkset.",
144
+ domain: "http://rdfs.org/ns/void#Linkset",
145
+ label: "Subjects Target",
146
+ range: "http://rdfs.org/ns/void#Dataset",
147
+ subPropertyOf: "http://rdfs.org/ns/void#target",
148
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
147
149
  property :subset,
148
- domain: "http://rdfs.org/ns/void#Dataset".freeze,
149
- label: "has subset".freeze,
150
- range: "http://rdfs.org/ns/void#Dataset".freeze,
151
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
150
+ domain: "http://rdfs.org/ns/void#Dataset",
151
+ label: "has subset",
152
+ range: "http://rdfs.org/ns/void#Dataset",
153
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
152
154
  property :target,
153
- comment: "One of the two datasets linked by the Linkset.".freeze,
154
- domain: "http://rdfs.org/ns/void#Linkset".freeze,
155
- label: "Target".freeze,
156
- range: "http://rdfs.org/ns/void#Dataset".freeze,
157
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
155
+ comment: "One of the two datasets linked by the Linkset.",
156
+ domain: "http://rdfs.org/ns/void#Linkset",
157
+ label: "Target",
158
+ range: "http://rdfs.org/ns/void#Dataset",
159
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
158
160
  property :triples,
159
- comment: "The total number of triples contained in a void:Dataset.".freeze,
160
- domain: "http://rdfs.org/ns/void#Dataset".freeze,
161
- label: "number of triples".freeze,
162
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
163
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
161
+ comment: "The total number of triples contained in a void:Dataset.",
162
+ domain: "http://rdfs.org/ns/void#Dataset",
163
+ label: "number of triples",
164
+ range: "http://www.w3.org/2001/XMLSchema#integer",
165
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
164
166
  property :uriLookupEndpoint,
165
- comment: "Defines a simple URI look-up protocol for accessing a dataset.".freeze,
166
- domain: "http://rdfs.org/ns/void#Dataset".freeze,
167
- label: "has an URI look-up endpoint at".freeze,
168
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
167
+ comment: "Defines a simple URI look-up protocol for accessing a dataset.",
168
+ domain: "http://rdfs.org/ns/void#Dataset",
169
+ label: "has an URI look-up endpoint at",
170
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
169
171
  property :uriRegexPattern,
170
- comment: "Defines a regular expression pattern matching URIs in the dataset.".freeze,
171
- domain: "http://rdfs.org/ns/void#Dataset".freeze,
172
- label: "has URI regular expression pattern".freeze,
173
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
172
+ comment: "Defines a regular expression pattern matching URIs in the dataset.",
173
+ domain: "http://rdfs.org/ns/void#Dataset",
174
+ label: "has URI regular expression pattern",
175
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
174
176
  property :uriSpace,
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,
177
- label: "URI space".freeze,
178
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
179
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
177
+ comment: "A URI that is a common string prefix of all the entity URIs in a void:Dataset.",
178
+ domain: "http://rdfs.org/ns/void#Dataset",
179
+ label: "URI space",
180
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
181
+ type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
180
182
  property :vocabulary,
181
- comment: "A vocabulary that is used in the dataset.".freeze,
182
- domain: "http://rdfs.org/ns/void#Dataset".freeze,
183
- label: "vocabulary".freeze,
184
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
183
+ comment: "A vocabulary that is used in the dataset.",
184
+ domain: "http://rdfs.org/ns/void#Dataset",
185
+ label: "vocabulary",
186
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
185
187
  end
186
188
  end
data/lib/rdf/vocab/vs.rb CHANGED
@@ -3,39 +3,41 @@
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
+ # Vocabulary for <http://www.w3.org/2003/06/sw-vocab-status/ns#>
7
+ # @!visibility private
6
8
  VS = Class.new(RDF::StrictVocabulary("http://www.w3.org/2003/06/sw-vocab-status/ns#")) do
7
9
 
8
10
  # Ontology definition
9
11
  ontology :"http://www.w3.org/2003/06/sw-vocab-status/ns#",
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,
17
- "http://purl.org/vocab/vann/preferredNamespacePrefix": "vs".freeze,
18
- "http://purl.org/vocab/vann/preferredNamespaceUri": "http://www.w3.org/2003/06/sw-vocab-status/ns#".freeze,
19
- type: "http://www.w3.org/2002/07/owl#Ontology".freeze
12
+ comment: {en: "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."},
13
+ "http://purl.org/dc/elements/1.1/contributor": "Pierre-Yves Vandenbussche",
14
+ "http://purl.org/dc/elements/1.1/creator": ["Dan Brickley", "Leigh Dodds", "Libby Miller"],
15
+ "http://purl.org/dc/elements/1.1/description": "An RDF vocabulary for relating SW vocabulary terms to their status.",
16
+ "http://purl.org/dc/elements/1.1/issued": "2003-06-01",
17
+ "http://purl.org/dc/elements/1.1/modified": "2011-12-12",
18
+ "http://purl.org/dc/elements/1.1/title": "SemWeb Vocab Status ontology",
19
+ "http://purl.org/vocab/vann/preferredNamespacePrefix": "vs",
20
+ "http://purl.org/vocab/vann/preferredNamespaceUri": "http://www.w3.org/2003/06/sw-vocab-status/ns#",
21
+ type: "http://www.w3.org/2002/07/owl#Ontology"
20
22
 
21
23
  # Property definitions
22
24
  property :moreinfo,
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,
26
- label: "more info".freeze,
27
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
25
+ comment: "more information about the status etc of a term, typically human oriented",
26
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
27
+ isDefinedBy: "http://www.w3.org/2003/06/sw-vocab-status/ns#",
28
+ label: "more info",
29
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
28
30
  property :term_status,
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,
32
- label: "term status".freeze,
33
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
31
+ comment: "the status of a vocabulary term, expressed as a short symbolic string; known values include 'unstable','testing', 'stable' and 'archaic'",
32
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
33
+ isDefinedBy: "http://www.w3.org/2003/06/sw-vocab-status/ns#",
34
+ label: "term status",
35
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
34
36
  property :userdocs,
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,
38
- label: "user docs".freeze,
39
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
37
+ comment: "human-oriented documentation, examples etc for use of this term",
38
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
39
+ isDefinedBy: "http://www.w3.org/2003/06/sw-vocab-status/ns#",
40
+ label: "user docs",
41
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
40
42
  end
41
43
  end