rdf-vocab 3.1.6 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -3
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +25 -8
- data/lib/rdf/vocab/acl.rb +67 -194
- data/lib/rdf/vocab/as.rb +471 -984
- data/lib/rdf/vocab/bf2.rb +1714 -3034
- data/lib/rdf/vocab/bibframe.rb +2270 -1840
- data/lib/rdf/vocab/bibo.rb +696 -1201
- data/lib/rdf/vocab/cc.rb +75 -214
- data/lib/rdf/vocab/cert.rb +90 -268
- data/lib/rdf/vocab/cnt.rb +70 -152
- data/lib/rdf/vocab/crm.rb +1420 -3261
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3901 -14146
- data/lib/rdf/vocab/dc.rb +556 -898
- data/lib/rdf/vocab/dc11.rb +92 -158
- data/lib/rdf/vocab/dcat.rb +300 -466
- data/lib/rdf/vocab/dcmitype.rb +77 -131
- data/lib/rdf/vocab/disco.rb +228 -459
- data/lib/rdf/vocab/doap.rb +250 -430
- data/lib/rdf/vocab/dwc.rb +1639 -2395
- data/lib/rdf/vocab/earl.rb +105 -243
- data/lib/rdf/vocab/ebucore.rb +3957 -8695
- data/lib/rdf/vocab/edm.rb +211 -426
- data/lib/rdf/vocab/exif.rb +614 -1268
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +268 -648
- data/lib/rdf/vocab/foaf.rb +448 -756
- data/lib/rdf/vocab/geo.rb +24 -167
- data/lib/rdf/vocab/geojson.rb +32 -101
- data/lib/rdf/vocab/geonames.rb +2915 -3092
- data/lib/rdf/vocab/gr.rb +716 -1991
- data/lib/rdf/vocab/gs1.rb +3780 -5380
- data/lib/rdf/vocab/ht.rb +133 -300
- data/lib/rdf/vocab/hydra.rb +298 -511
- data/lib/rdf/vocab/iana.rb +142 -417
- data/lib/rdf/vocab/ical.rb +532 -1045
- data/lib/rdf/vocab/identifiers.rb +215 -1019
- data/lib/rdf/vocab/iiif.rb +106 -245
- data/lib/rdf/vocab/jsonld.rb +163 -323
- data/lib/rdf/vocab/ldp.rb +161 -294
- data/lib/rdf/vocab/lrmi.rb +175 -199
- data/lib/rdf/vocab/ma.rb +312 -702
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +540 -1351
- data/lib/rdf/vocab/mo.rb +1579 -2844
- data/lib/rdf/vocab/mods.rb +503 -1026
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +264 -546
- data/lib/rdf/vocab/og.rb +158 -239
- data/lib/rdf/vocab/ogc.rb +33 -70
- data/lib/rdf/vocab/ore.rb +64 -123
- data/lib/rdf/vocab/org.rb +226 -422
- data/lib/rdf/vocab/pcdm.rb +61 -133
- data/lib/rdf/vocab/pplan.rb +16 -202
- data/lib/rdf/vocab/premis.rb +793 -2039
- data/lib/rdf/vocab/premiseventtype.rb +115 -273
- data/lib/rdf/vocab/prov.rb +1077 -1724
- data/lib/rdf/vocab/ptr.rb +111 -254
- data/lib/rdf/vocab/rdau.rb +10506 -0
- data/lib/rdf/vocab/rightsstatements.rb +102 -110
- data/lib/rdf/vocab/rsa.rb +37 -89
- data/lib/rdf/vocab/rss.rb +34 -79
- data/lib/rdf/vocab/schema.rb +11193 -22240
- data/lib/rdf/vocab/schemas.rb +16333 -0
- data/lib/rdf/vocab/sd.rb +123 -280
- data/lib/rdf/vocab/sh.rb +912 -1651
- data/lib/rdf/vocab/sioc.rb +513 -917
- data/lib/rdf/vocab/siocservices.rb +39 -80
- data/lib/rdf/vocab/sioctypes.rb +183 -344
- data/lib/rdf/vocab/skos.rb +136 -260
- data/lib/rdf/vocab/skosxl.rb +36 -69
- data/lib/rdf/vocab/v.rb +231 -529
- data/lib/rdf/vocab/vcard.rb +407 -1038
- data/lib/rdf/vocab/vmd.rb +231 -529
- data/lib/rdf/vocab/void.rb +112 -236
- data/lib/rdf/vocab/vs.rb +20 -42
- data/lib/rdf/vocab/wdrs.rb +65 -158
- data/lib/rdf/vocab/wot.rb +113 -194
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +206 -663
- data/lib/rdf/vocab/xkos.rb +122 -275
- data/spec/extensions_spec.rb +1 -1
- data/spec/spec_helper.rb +13 -0
- metadata +72 -24
data/lib/rdf/vocab/sd.rb
CHANGED
@@ -3,370 +3,213 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/sparql-service-description#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://www.w3.org/ns/sparql-service-description#>
|
8
|
-
# #
|
9
|
-
# class SD < RDF::StrictVocabulary
|
10
|
-
# # An instance of sd:Aggregate represents an aggregate that may be used in a SPARQL aggregate query (for instance in a HAVING clause or SELECT expression) besides the standard list of supported aggregates COUNT, SUM, MIN, MAX, AVG, GROUP_CONCAT, and SAMPLE.
|
11
|
-
# # @return [RDF::Vocabulary::Term]
|
12
|
-
# attr_reader :Aggregate
|
13
|
-
#
|
14
|
-
# # An instance of sd:Dataset represents a RDF Dataset comprised of a default graph and zero or more named graphs.
|
15
|
-
# # @return [RDF::Vocabulary::Term]
|
16
|
-
# attr_reader :Dataset
|
17
|
-
#
|
18
|
-
# # An instance of sd:EntailmentProfile represents a profile of an entailment regime. An entailment profile MAY impose restrictions on what constitutes valid RDF with respect to entailment.
|
19
|
-
# # @return [RDF::Vocabulary::Term]
|
20
|
-
# attr_reader :EntailmentProfile
|
21
|
-
#
|
22
|
-
# # An instance of sd:EntailmentRegime represents an entailment regime used in basic graph pattern matching (as described by SPARQL 1.1 Query Language).
|
23
|
-
# # @return [RDF::Vocabulary::Term]
|
24
|
-
# attr_reader :EntailmentRegime
|
25
|
-
#
|
26
|
-
# # An instance of sd:Feature represents a feature of a SPARQL service. Specific types of features include functions, aggregates, languages, and entailment regimes and profiles. This document defines five instances of sd:Feature: sd:DereferencesURIs, sd:UnionDefaultGraph, sd:RequiresDataset, sd:EmptyGraphs, and sd:BasicFederatedQuery.
|
27
|
-
# # @return [RDF::Vocabulary::Term]
|
28
|
-
# attr_reader :Feature
|
29
|
-
#
|
30
|
-
# # An instance of sd:Function represents a function that may be used in a SPARQL SELECT expression or a FILTER, HAVING, GROUP BY, ORDER BY, or BIND clause.
|
31
|
-
# # @return [RDF::Vocabulary::Term]
|
32
|
-
# attr_reader :Function
|
33
|
-
#
|
34
|
-
# # An instance of sd:Graph represents the description of an RDF graph.
|
35
|
-
# # @return [RDF::Vocabulary::Term]
|
36
|
-
# attr_reader :Graph
|
37
|
-
#
|
38
|
-
# # An instance of sd:GraphCollection represents a collection of zero or more named graph descriptions. Each named graph description belonging to an sd:GraphCollection MUST be linked with the sd:namedGraph predicate.
|
39
|
-
# # @return [RDF::Vocabulary::Term]
|
40
|
-
# attr_reader :GraphCollection
|
41
|
-
#
|
42
|
-
# # An instance of sd:Language represents one of the SPARQL languages, including specific configurations providing particular features or extensions. This document defines three instances of sd:Language: sd:SPARQL10Query, sd:SPARQL11Query, and sd:SPARQL11Update.
|
43
|
-
# # @return [RDF::Vocabulary::Term]
|
44
|
-
# attr_reader :Language
|
45
|
-
#
|
46
|
-
# # An instance of sd:NamedGraph represents a named graph having a name (via sd:name) and an optional graph description (via sd:graph).
|
47
|
-
# # @return [RDF::Vocabulary::Term]
|
48
|
-
# attr_reader :NamedGraph
|
49
|
-
#
|
50
|
-
# # An instance of sd:Service represents a SPARQL service made available via the SPARQL Protocol.
|
51
|
-
# # @return [RDF::Vocabulary::Term]
|
52
|
-
# attr_reader :Service
|
53
|
-
#
|
54
|
-
# # Relates an instance of sd:Service to a description of the graphs which are allowed in the construction of a dataset either via the SPARQL Protocol, with FROM/FROM NAMED clauses in a query, or with USING/USING NAMED in an update request, if the service limits the scope of dataset construction.
|
55
|
-
# # @return [RDF::Vocabulary::Term]
|
56
|
-
# attr_reader :availableGraphs
|
57
|
-
#
|
58
|
-
# # Relates an instance of sd:Service to a description of the default dataset available when no explicit dataset is specified in the query, update request or via protocol parameters.
|
59
|
-
# # @return [RDF::Vocabulary::Term]
|
60
|
-
# attr_reader :defaultDataset
|
61
|
-
#
|
62
|
-
# # Relates an instance of sd:Service with a resource representing an entailment regime used for basic graph pattern matching. This property is intended for use when a single entailment regime by default applies to all graphs in the default dataset of the service. In situations where a different entailment regime applies to a specific graph in the dataset, the sd:entailmentRegime property should be used to indicate this fact in the description of that graph.
|
63
|
-
# # @return [RDF::Vocabulary::Term]
|
64
|
-
# attr_reader :defaultEntailmentRegime
|
65
|
-
#
|
66
|
-
# # Relates an instance of sd:Dataset to the description of its default graph.
|
67
|
-
# # @return [RDF::Vocabulary::Term]
|
68
|
-
# attr_reader :defaultGraph
|
69
|
-
#
|
70
|
-
# # Relates an instance of sd:Service with a resource representing a supported profile of the default entailment regime (as declared by sd:defaultEntailmentRegime).
|
71
|
-
# # @return [RDF::Vocabulary::Term]
|
72
|
-
# attr_reader :defaultSupportedEntailmentProfile
|
73
|
-
#
|
74
|
-
# # The SPARQL endpoint of an sd:Service that implements the SPARQL Protocol service. The object of the sd:endpoint property is an IRI.
|
75
|
-
# # @return [RDF::Vocabulary::Term]
|
76
|
-
# attr_reader :endpoint
|
77
|
-
#
|
78
|
-
# # Relates a named graph description with a resource representing an entailment regime used for basic graph pattern matching over that graph.
|
79
|
-
# # @return [RDF::Vocabulary::Term]
|
80
|
-
# attr_reader :entailmentRegime
|
81
|
-
#
|
82
|
-
# # Relates an instance of sd:Service to an aggregate that may be used in a SPARQL aggregate query (for instance in a HAVING clause or SELECT expression) besides the standard list of supported aggregates COUNT, SUM, MIN, MAX, AVG, GROUP_CONCAT, and SAMPLE
|
83
|
-
# # @return [RDF::Vocabulary::Term]
|
84
|
-
# attr_reader :extensionAggregate
|
85
|
-
#
|
86
|
-
# # Relates an instance of sd:Service to a function that may be used in a SPARQL SELECT expression or a FILTER, HAVING, GROUP BY, ORDER BY, or BIND clause.
|
87
|
-
# # @return [RDF::Vocabulary::Term]
|
88
|
-
# attr_reader :extensionFunction
|
89
|
-
#
|
90
|
-
# # Relates an instance of sd:Service with a resource representing a supported feature.
|
91
|
-
# # @return [RDF::Vocabulary::Term]
|
92
|
-
# attr_reader :feature
|
93
|
-
#
|
94
|
-
# # Relates a named graph to its graph description.
|
95
|
-
# # @return [RDF::Vocabulary::Term]
|
96
|
-
# attr_reader :graph
|
97
|
-
#
|
98
|
-
# # Relates an instance of sd:Service to a format that is supported for parsing RDF input; for example, via a SPARQL 1.1 Update LOAD statement, or when URIs are dereferenced in FROM/FROM NAMED/USING/USING NAMED clauses.
|
99
|
-
# # @return [RDF::Vocabulary::Term]
|
100
|
-
# attr_reader :inputFormat
|
101
|
-
#
|
102
|
-
# # Relates an instance of sd:Service to a resource representing an implemented extension to the SPARQL Query or Update language.
|
103
|
-
# # @return [RDF::Vocabulary::Term]
|
104
|
-
# attr_reader :languageExtension
|
105
|
-
#
|
106
|
-
# # Relates a named graph to the name by which it may be referenced in a FROM/FROM NAMED clause. The object of the sd:name property is an IRI.
|
107
|
-
# # @return [RDF::Vocabulary::Term]
|
108
|
-
# attr_reader :name
|
109
|
-
#
|
110
|
-
# # Relates an instance of sd:GraphCollection (or its subclass sd:Dataset) to the description of one of its named graphs. The description of such a named graph MUST include the sd:name property and MAY include the sd:graph property.
|
111
|
-
# # @return [RDF::Vocabulary::Term]
|
112
|
-
# attr_reader :namedGraph
|
113
|
-
#
|
114
|
-
# # Relates an instance of sd:Service to a resource representing an implemented feature that extends the SPARQL Query or Update language and that is accessed by using the named property.
|
115
|
-
# # @return [RDF::Vocabulary::Term]
|
116
|
-
# attr_reader :propertyFeature
|
117
|
-
#
|
118
|
-
# # Relates an instance of sd:Service to a format that is supported for serializing query results.
|
119
|
-
# # @return [RDF::Vocabulary::Term]
|
120
|
-
# attr_reader :resultFormat
|
121
|
-
#
|
122
|
-
# # Relates a named graph description with a resource representing a supported profile of the entailment regime (as declared by sd:entailmentRegime) used for basic graph pattern matching over that graph.
|
123
|
-
# # @return [RDF::Vocabulary::Term]
|
124
|
-
# attr_reader :supportedEntailmentProfile
|
125
|
-
#
|
126
|
-
# # Relates an instance of sd:Service to a SPARQL language (e.g. Query and Update) that it implements.
|
127
|
-
# # @return [RDF::Vocabulary::Term]
|
128
|
-
# attr_reader :supportedLanguage
|
129
|
-
#
|
130
|
-
# # sd:BasicFederatedQuery, when used as the object of the sd:feature property, indicates that the SPARQL service supports basic federated query using the SERVICE keyword as defined by SPARQL 1.1 Federation Extensions.
|
131
|
-
# # @return [RDF::Vocabulary::Term]
|
132
|
-
# attr_reader :BasicFederatedQuery
|
133
|
-
#
|
134
|
-
# # sd:DereferencesURIs, when used as the object of the sd:feature property, indicates that a SPARQL service will dereference URIs used in FROM/FROM NAMED and USING/USING NAMED clauses and use the resulting RDF in the dataset during query evaluation.
|
135
|
-
# # @return [RDF::Vocabulary::Term]
|
136
|
-
# attr_reader :DereferencesURIs
|
137
|
-
#
|
138
|
-
# # sd:EmptyGraphs, when used as the object of the sd:feature property, indicates that the underlying graph store supports empty graphs. A graph store that supports empty graphs MUST NOT remove graphs that are left empty after triples are removed from them.
|
139
|
-
# # @return [RDF::Vocabulary::Term]
|
140
|
-
# attr_reader :EmptyGraphs
|
141
|
-
#
|
142
|
-
# # sd:RequiresDataset, when used as the object of the sd:feature property, indicates that the SPARQL service requires an explicit dataset declaration (based on either FROM/FROM NAMED clauses in a query, USING/USING NAMED clauses in an update, or the appropriate SPARQL Protocol parameters).
|
143
|
-
# # @return [RDF::Vocabulary::Term]
|
144
|
-
# attr_reader :RequiresDataset
|
145
|
-
#
|
146
|
-
# # sd:SPARQL10Query is an sd:Language representing the SPARQL 1.0 Query language.
|
147
|
-
# # @return [RDF::Vocabulary::Term]
|
148
|
-
# attr_reader :SPARQL10Query
|
149
|
-
#
|
150
|
-
# # sd:SPARQL11Query is an sd:Language representing the SPARQL 1.1 Query language.
|
151
|
-
# # @return [RDF::Vocabulary::Term]
|
152
|
-
# attr_reader :SPARQL11Query
|
153
|
-
#
|
154
|
-
# # sd:SPARQLUpdate is an sd:Language representing the SPARQL 1.1 Update language.
|
155
|
-
# # @return [RDF::Vocabulary::Term]
|
156
|
-
# attr_reader :SPARQL11Update
|
157
|
-
#
|
158
|
-
# # sd:UnionDefaultGraph, when used as the object of the sd:feature property, indicates that the default graph of the dataset used during query and update evaluation (when an explicit dataset is not specified) is comprised of the union of all the named graphs in that dataset.
|
159
|
-
# # @return [RDF::Vocabulary::Term]
|
160
|
-
# attr_reader :UnionDefaultGraph
|
161
|
-
#
|
162
|
-
# end
|
163
6
|
SD = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/sparql-service-description#")) do
|
164
7
|
|
165
8
|
# Class definitions
|
166
9
|
term :Aggregate,
|
167
|
-
comment:
|
10
|
+
comment: "An instance of sd:Aggregate represents an aggregate that may be used in a SPARQL aggregate query (for instance in a HAVING clause or SELECT expression) besides the standard list of supported aggregates COUNT, SUM, MIN, MAX, AVG, GROUP_CONCAT, and SAMPLE.".freeze,
|
168
11
|
label: "Aggregate".freeze,
|
169
|
-
subClassOf: "
|
170
|
-
type: "
|
12
|
+
subClassOf: "http://www.w3.org/ns/sparql-service-description#Feature".freeze,
|
13
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
171
14
|
term :Dataset,
|
172
|
-
comment:
|
15
|
+
comment: "An instance of sd:Dataset represents a RDF Dataset comprised of a default graph and zero or more named graphs.".freeze,
|
173
16
|
label: "Dataset".freeze,
|
174
|
-
subClassOf: "
|
175
|
-
type: "
|
17
|
+
subClassOf: "http://www.w3.org/ns/sparql-service-description#GraphCollection".freeze,
|
18
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
176
19
|
term :EntailmentProfile,
|
177
|
-
comment:
|
20
|
+
comment: "An instance of sd:EntailmentProfile represents a profile of an entailment regime. An entailment profile MAY impose restrictions on what constitutes valid RDF with respect to entailment.".freeze,
|
178
21
|
label: "Entailment Profile".freeze,
|
179
|
-
subClassOf: "
|
180
|
-
type: "
|
22
|
+
subClassOf: "http://www.w3.org/ns/sparql-service-description#Feature".freeze,
|
23
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
181
24
|
term :EntailmentRegime,
|
182
|
-
comment:
|
25
|
+
comment: "An instance of sd:EntailmentRegime represents an entailment regime used in basic graph pattern matching (as described by SPARQL 1.1 Query Language).".freeze,
|
183
26
|
label: "Entailment Regime".freeze,
|
184
|
-
subClassOf: "
|
185
|
-
type: "
|
27
|
+
subClassOf: "http://www.w3.org/ns/sparql-service-description#Feature".freeze,
|
28
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
186
29
|
term :Feature,
|
187
|
-
comment:
|
30
|
+
comment: "An instance of sd:Feature represents a feature of a SPARQL service. Specific types of features include functions, aggregates, languages, and entailment regimes and profiles. This document defines five instances of sd:Feature: sd:DereferencesURIs, sd:UnionDefaultGraph, sd:RequiresDataset, sd:EmptyGraphs, and sd:BasicFederatedQuery.".freeze,
|
188
31
|
label: "Feature".freeze,
|
189
|
-
type: "
|
32
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
190
33
|
term :Function,
|
191
|
-
comment:
|
34
|
+
comment: "An instance of sd:Function represents a function that may be used in a SPARQL SELECT expression or a FILTER, HAVING, GROUP BY, ORDER BY, or BIND clause.".freeze,
|
192
35
|
label: "Function".freeze,
|
193
|
-
subClassOf: "
|
194
|
-
type: "
|
36
|
+
subClassOf: "http://www.w3.org/ns/sparql-service-description#Feature".freeze,
|
37
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
195
38
|
term :Graph,
|
196
|
-
comment:
|
39
|
+
comment: "An instance of sd:Graph represents the description of an RDF graph.".freeze,
|
197
40
|
label: "Graph".freeze,
|
198
|
-
type: "
|
41
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
199
42
|
term :GraphCollection,
|
200
|
-
comment:
|
43
|
+
comment: "An instance of sd:GraphCollection represents a collection of zero or more named graph descriptions. Each named graph description belonging to an sd:GraphCollection MUST be linked with the sd:namedGraph predicate.".freeze,
|
201
44
|
label: "Graph Collection".freeze,
|
202
|
-
type: "
|
45
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
203
46
|
term :Language,
|
204
|
-
comment:
|
47
|
+
comment: "An instance of sd:Language represents one of the SPARQL languages, including specific configurations providing particular features or extensions. This document defines three instances of sd:Language: sd:SPARQL10Query, sd:SPARQL11Query, and sd:SPARQL11Update.".freeze,
|
205
48
|
label: "Language".freeze,
|
206
|
-
subClassOf: "
|
207
|
-
type: "
|
49
|
+
subClassOf: "http://www.w3.org/ns/sparql-service-description#Feature".freeze,
|
50
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
208
51
|
term :NamedGraph,
|
209
|
-
comment:
|
52
|
+
comment: "An instance of sd:NamedGraph represents a named graph having a name (via sd:name) and an optional graph description (via sd:graph).".freeze,
|
210
53
|
label: "Named Graph".freeze,
|
211
|
-
type: "
|
54
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
212
55
|
term :Service,
|
213
|
-
comment:
|
56
|
+
comment: "An instance of sd:Service represents a SPARQL service made available via the SPARQL Protocol.".freeze,
|
214
57
|
label: "Service".freeze,
|
215
|
-
type: "
|
58
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
216
59
|
|
217
60
|
# Property definitions
|
218
61
|
property :availableGraphs,
|
219
|
-
comment:
|
220
|
-
domain: "
|
62
|
+
comment: "Relates an instance of sd:Service to a description of the graphs which are allowed in the construction of a dataset either via the SPARQL Protocol, with FROM/FROM NAMED clauses in a query, or with USING/USING NAMED in an update request, if the service limits the scope of dataset construction.".freeze,
|
63
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service".freeze,
|
221
64
|
label: "available graph descriptions".freeze,
|
222
|
-
range: "
|
223
|
-
type: "rdf
|
65
|
+
range: "http://www.w3.org/ns/sparql-service-description#GraphCollection".freeze,
|
66
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
224
67
|
property :defaultDataset,
|
225
|
-
comment:
|
226
|
-
domain: "
|
68
|
+
comment: "Relates an instance of sd:Service to a description of the default dataset available when no explicit dataset is specified in the query, update request or via protocol parameters.".freeze,
|
69
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service".freeze,
|
227
70
|
label: "default dataset description".freeze,
|
228
|
-
range: "
|
229
|
-
type: ["
|
71
|
+
range: "http://www.w3.org/ns/sparql-service-description#Dataset".freeze,
|
72
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
|
230
73
|
property :defaultEntailmentRegime,
|
231
|
-
comment:
|
232
|
-
domain: "
|
74
|
+
comment: "Relates an instance of sd:Service with a resource representing an entailment regime used for basic graph pattern matching. This property is intended for use when a single entailment regime by default applies to all graphs in the default dataset of the service. In situations where a different entailment regime applies to a specific graph in the dataset, the sd:entailmentRegime property should be used to indicate this fact in the description of that graph.".freeze,
|
75
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service".freeze,
|
233
76
|
label: "default entailment regime".freeze,
|
234
|
-
range: "
|
235
|
-
subPropertyOf: "
|
236
|
-
type: "rdf
|
77
|
+
range: "http://www.w3.org/ns/sparql-service-description#EntailmentRegime".freeze,
|
78
|
+
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature".freeze,
|
79
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
237
80
|
property :defaultGraph,
|
238
|
-
comment:
|
239
|
-
domain: "
|
81
|
+
comment: "Relates an instance of sd:Dataset to the description of its default graph.".freeze,
|
82
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Dataset".freeze,
|
240
83
|
label: "default graph".freeze,
|
241
|
-
range: "
|
242
|
-
type: "rdf
|
84
|
+
range: "http://www.w3.org/ns/sparql-service-description#Graph".freeze,
|
85
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
243
86
|
property :defaultSupportedEntailmentProfile,
|
244
|
-
comment:
|
245
|
-
domain: "
|
87
|
+
comment: "Relates an instance of sd:Service with a resource representing a supported profile of the default entailment regime (as declared by sd:defaultEntailmentRegime).".freeze,
|
88
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service".freeze,
|
246
89
|
label: "default supported entailment profile".freeze,
|
247
|
-
range: "
|
248
|
-
subPropertyOf: "
|
249
|
-
type: "rdf
|
90
|
+
range: "http://www.w3.org/ns/sparql-service-description#EntailmentProfile".freeze,
|
91
|
+
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature".freeze,
|
92
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
250
93
|
property :endpoint,
|
251
|
-
comment:
|
252
|
-
domain: "
|
94
|
+
comment: "The SPARQL endpoint of an sd:Service that implements the SPARQL Protocol service. The object of the sd:endpoint property is an IRI.".freeze,
|
95
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service".freeze,
|
253
96
|
label: "endpoint".freeze,
|
254
|
-
type: ["
|
97
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
|
255
98
|
property :entailmentRegime,
|
256
|
-
comment:
|
257
|
-
domain: "
|
99
|
+
comment: "Relates a named graph description with a resource representing an entailment regime used for basic graph pattern matching over that graph.".freeze,
|
100
|
+
domain: "http://www.w3.org/ns/sparql-service-description#NamedGraph".freeze,
|
258
101
|
label: "entailment regime".freeze,
|
259
|
-
range: "
|
260
|
-
type: "rdf
|
102
|
+
range: "http://www.w3.org/ns/sparql-service-description#EntailmentRegime".freeze,
|
103
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
261
104
|
property :extensionAggregate,
|
262
|
-
comment:
|
263
|
-
domain: "
|
105
|
+
comment: "Relates an instance of sd:Service to an aggregate that may be used in a SPARQL aggregate query (for instance in a HAVING clause or SELECT expression) besides the standard list of supported aggregates COUNT, SUM, MIN, MAX, AVG, GROUP_CONCAT, and SAMPLE".freeze,
|
106
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service".freeze,
|
264
107
|
label: "extension aggregate".freeze,
|
265
|
-
range: "
|
266
|
-
subPropertyOf: "
|
267
|
-
type: "rdf
|
108
|
+
range: "http://www.w3.org/ns/sparql-service-description#Aggregate".freeze,
|
109
|
+
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature".freeze,
|
110
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
268
111
|
property :extensionFunction,
|
269
|
-
comment:
|
270
|
-
domain: "
|
112
|
+
comment: "Relates an instance of sd:Service to a function that may be used in a SPARQL SELECT expression or a FILTER, HAVING, GROUP BY, ORDER BY, or BIND clause.".freeze,
|
113
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service".freeze,
|
271
114
|
label: "extension function".freeze,
|
272
|
-
range: "
|
273
|
-
subPropertyOf: "
|
274
|
-
type: "rdf
|
115
|
+
range: "http://www.w3.org/ns/sparql-service-description#Function".freeze,
|
116
|
+
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature".freeze,
|
117
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
275
118
|
property :feature,
|
276
|
-
comment:
|
277
|
-
domain: "
|
119
|
+
comment: "Relates an instance of sd:Service with a resource representing a supported feature.".freeze,
|
120
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service".freeze,
|
278
121
|
label: "feature".freeze,
|
279
|
-
range: "
|
280
|
-
type: "rdf
|
122
|
+
range: "http://www.w3.org/ns/sparql-service-description#Feature".freeze,
|
123
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
281
124
|
property :graph,
|
282
|
-
comment:
|
283
|
-
domain: "
|
125
|
+
comment: "Relates a named graph to its graph description.".freeze,
|
126
|
+
domain: "http://www.w3.org/ns/sparql-service-description#NamedGraph".freeze,
|
284
127
|
label: "graph".freeze,
|
285
|
-
range: "
|
286
|
-
type: "rdf
|
128
|
+
range: "http://www.w3.org/ns/sparql-service-description#Graph".freeze,
|
129
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
287
130
|
property :inputFormat,
|
288
|
-
comment:
|
289
|
-
domain: "
|
131
|
+
comment: "Relates an instance of sd:Service to a format that is supported for parsing RDF input; for example, via a SPARQL 1.1 Update LOAD statement, or when URIs are dereferenced in FROM/FROM NAMED/USING/USING NAMED clauses.".freeze,
|
132
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service".freeze,
|
290
133
|
label: "input format".freeze,
|
291
134
|
range: "http://www.w3.org/ns/formats/Format".freeze,
|
292
|
-
type: "rdf
|
135
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
293
136
|
property :languageExtension,
|
294
|
-
comment:
|
295
|
-
domain: "
|
137
|
+
comment: "Relates an instance of sd:Service to a resource representing an implemented extension to the SPARQL Query or Update language.".freeze,
|
138
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service".freeze,
|
296
139
|
label: "language extension".freeze,
|
297
|
-
range: "
|
298
|
-
subPropertyOf: "
|
299
|
-
type: "rdf
|
140
|
+
range: "http://www.w3.org/ns/sparql-service-description#Feature".freeze,
|
141
|
+
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature".freeze,
|
142
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
300
143
|
property :name,
|
301
|
-
comment:
|
302
|
-
domain: "
|
144
|
+
comment: "Relates a named graph to the name by which it may be referenced in a FROM/FROM NAMED clause. The object of the sd:name property is an IRI.".freeze,
|
145
|
+
domain: "http://www.w3.org/ns/sparql-service-description#NamedGraph".freeze,
|
303
146
|
label: "name".freeze,
|
304
|
-
type: "rdf
|
147
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
305
148
|
property :namedGraph,
|
306
|
-
comment:
|
307
|
-
domain: "
|
149
|
+
comment: "Relates an instance of sd:GraphCollection (or its subclass sd:Dataset) to the description of one of its named graphs. The description of such a named graph MUST include the sd:name property and MAY include the sd:graph property.".freeze,
|
150
|
+
domain: "http://www.w3.org/ns/sparql-service-description#GraphCollection".freeze,
|
308
151
|
label: "named graph".freeze,
|
309
|
-
range: "
|
310
|
-
type: "rdf
|
152
|
+
range: "http://www.w3.org/ns/sparql-service-description#NamedGraph".freeze,
|
153
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
311
154
|
property :propertyFeature,
|
312
|
-
comment:
|
313
|
-
domain: "
|
155
|
+
comment: "Relates an instance of sd:Service to a resource representing an implemented feature that extends the SPARQL Query or Update language and that is accessed by using the named property.".freeze,
|
156
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service".freeze,
|
314
157
|
label: "property feature".freeze,
|
315
|
-
range: "
|
316
|
-
subPropertyOf: "
|
317
|
-
type: "rdf
|
158
|
+
range: "http://www.w3.org/ns/sparql-service-description#Feature".freeze,
|
159
|
+
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature".freeze,
|
160
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
318
161
|
property :resultFormat,
|
319
|
-
comment:
|
320
|
-
domain: "
|
162
|
+
comment: "Relates an instance of sd:Service to a format that is supported for serializing query results.".freeze,
|
163
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service".freeze,
|
321
164
|
label: "result format".freeze,
|
322
165
|
range: "http://www.w3.org/ns/formats/Format".freeze,
|
323
|
-
type: "rdf
|
166
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
324
167
|
property :supportedEntailmentProfile,
|
325
|
-
comment:
|
326
|
-
domain: "
|
168
|
+
comment: "Relates a named graph description with a resource representing a supported profile of the entailment regime (as declared by sd:entailmentRegime) used for basic graph pattern matching over that graph.".freeze,
|
169
|
+
domain: "http://www.w3.org/ns/sparql-service-description#NamedGraph".freeze,
|
327
170
|
label: "supported entailment profile".freeze,
|
328
|
-
range: "
|
329
|
-
type: "rdf
|
171
|
+
range: "http://www.w3.org/ns/sparql-service-description#EntailmentProfile".freeze,
|
172
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
330
173
|
property :supportedLanguage,
|
331
|
-
comment:
|
332
|
-
domain: "
|
174
|
+
comment: "Relates an instance of sd:Service to a SPARQL language (e.g. Query and Update) that it implements.".freeze,
|
175
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service".freeze,
|
333
176
|
label: "supported language".freeze,
|
334
|
-
range: "
|
335
|
-
subPropertyOf: "
|
336
|
-
type: "rdf
|
177
|
+
range: "http://www.w3.org/ns/sparql-service-description#Language".freeze,
|
178
|
+
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature".freeze,
|
179
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
337
180
|
|
338
181
|
# Extra definitions
|
339
182
|
term :BasicFederatedQuery,
|
340
|
-
comment:
|
183
|
+
comment: "sd:BasicFederatedQuery, when used as the object of the sd:feature property, indicates that the SPARQL service supports basic federated query using the SERVICE keyword as defined by SPARQL 1.1 Federation Extensions.".freeze,
|
341
184
|
label: "Basic Federated Query".freeze,
|
342
|
-
type: "
|
185
|
+
type: "http://www.w3.org/ns/sparql-service-description#Feature".freeze
|
343
186
|
term :DereferencesURIs,
|
344
|
-
comment:
|
187
|
+
comment: "sd:DereferencesURIs, when used as the object of the sd:feature property, indicates that a SPARQL service will dereference URIs used in FROM/FROM NAMED and USING/USING NAMED clauses and use the resulting RDF in the dataset during query evaluation.".freeze,
|
345
188
|
label: "Dereferences URIs".freeze,
|
346
|
-
type: "
|
189
|
+
type: "http://www.w3.org/ns/sparql-service-description#Feature".freeze
|
347
190
|
term :EmptyGraphs,
|
348
|
-
comment:
|
191
|
+
comment: "sd:EmptyGraphs, when used as the object of the sd:feature property, indicates that the underlying graph store supports empty graphs. A graph store that supports empty graphs MUST NOT remove graphs that are left empty after triples are removed from them.".freeze,
|
349
192
|
label: "Empty Graphs".freeze,
|
350
|
-
type: "
|
193
|
+
type: "http://www.w3.org/ns/sparql-service-description#Feature".freeze
|
351
194
|
term :RequiresDataset,
|
352
|
-
comment:
|
195
|
+
comment: "sd:RequiresDataset, when used as the object of the sd:feature property, indicates that the SPARQL service requires an explicit dataset declaration (based on either FROM/FROM NAMED clauses in a query, USING/USING NAMED clauses in an update, or the appropriate SPARQL Protocol parameters).".freeze,
|
353
196
|
label: "Requires Dataset".freeze,
|
354
|
-
type: "
|
197
|
+
type: "http://www.w3.org/ns/sparql-service-description#Feature".freeze
|
355
198
|
term :SPARQL10Query,
|
356
|
-
comment:
|
199
|
+
comment: "sd:SPARQL10Query is an sd:Language representing the SPARQL 1.0 Query language.".freeze,
|
357
200
|
label: "SPARQL 1.0 Query".freeze,
|
358
|
-
type: "
|
201
|
+
type: "http://www.w3.org/ns/sparql-service-description#Language".freeze
|
359
202
|
term :SPARQL11Query,
|
360
|
-
comment:
|
203
|
+
comment: "sd:SPARQL11Query is an sd:Language representing the SPARQL 1.1 Query language.".freeze,
|
361
204
|
label: "SPARQL 1.1 Query".freeze,
|
362
|
-
type: "
|
205
|
+
type: "http://www.w3.org/ns/sparql-service-description#Language".freeze
|
363
206
|
term :SPARQL11Update,
|
364
|
-
comment:
|
207
|
+
comment: "sd:SPARQLUpdate is an sd:Language representing the SPARQL 1.1 Update language.".freeze,
|
365
208
|
label: "SPARQL 1.1 Update".freeze,
|
366
|
-
type: "
|
209
|
+
type: "http://www.w3.org/ns/sparql-service-description#Language".freeze
|
367
210
|
term :UnionDefaultGraph,
|
368
|
-
comment:
|
211
|
+
comment: "sd:UnionDefaultGraph, when used as the object of the sd:feature property, indicates that the default graph of the dataset used during query and update evaluation (when an explicit dataset is not specified) is comprised of the union of all the named graphs in that dataset.".freeze,
|
369
212
|
label: "Union Default Graph".freeze,
|
370
|
-
type: "
|
213
|
+
type: "http://www.w3.org/ns/sparql-service-description#Feature".freeze
|
371
214
|
end
|
372
215
|
end
|