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.
- checksums.yaml +4 -4
- data/README.md +2 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4307 -4305
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +219 -217
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +543 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9447 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14700 -14698
- data/lib/rdf/vocab/schemas.rb +14700 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +135 -133
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +14 -3
data/lib/rdf/vocab/sd.rb
CHANGED
@@ -3,213 +3,215 @@
|
|
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
|
+
# Vocabulary for <http://www.w3.org/ns/sparql-service-description#>
|
7
|
+
# @!visibility private
|
6
8
|
SD = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/sparql-service-description#")) do
|
7
9
|
|
8
10
|
# Class definitions
|
9
11
|
term :Aggregate,
|
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."
|
11
|
-
label: "Aggregate"
|
12
|
-
subClassOf: "http://www.w3.org/ns/sparql-service-description#Feature"
|
13
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
12
|
+
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.",
|
13
|
+
label: "Aggregate",
|
14
|
+
subClassOf: "http://www.w3.org/ns/sparql-service-description#Feature",
|
15
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
14
16
|
term :Dataset,
|
15
|
-
comment: "An instance of sd:Dataset represents a RDF Dataset comprised of a default graph and zero or more named graphs."
|
16
|
-
label: "Dataset"
|
17
|
-
subClassOf: "http://www.w3.org/ns/sparql-service-description#GraphCollection"
|
18
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
17
|
+
comment: "An instance of sd:Dataset represents a RDF Dataset comprised of a default graph and zero or more named graphs.",
|
18
|
+
label: "Dataset",
|
19
|
+
subClassOf: "http://www.w3.org/ns/sparql-service-description#GraphCollection",
|
20
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
19
21
|
term :EntailmentProfile,
|
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."
|
21
|
-
label: "Entailment Profile"
|
22
|
-
subClassOf: "http://www.w3.org/ns/sparql-service-description#Feature"
|
23
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
22
|
+
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.",
|
23
|
+
label: "Entailment Profile",
|
24
|
+
subClassOf: "http://www.w3.org/ns/sparql-service-description#Feature",
|
25
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
24
26
|
term :EntailmentRegime,
|
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)."
|
26
|
-
label: "Entailment Regime"
|
27
|
-
subClassOf: "http://www.w3.org/ns/sparql-service-description#Feature"
|
28
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
27
|
+
comment: "An instance of sd:EntailmentRegime represents an entailment regime used in basic graph pattern matching (as described by SPARQL 1.1 Query Language).",
|
28
|
+
label: "Entailment Regime",
|
29
|
+
subClassOf: "http://www.w3.org/ns/sparql-service-description#Feature",
|
30
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
29
31
|
term :Feature,
|
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."
|
31
|
-
label: "Feature"
|
32
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
32
|
+
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.",
|
33
|
+
label: "Feature",
|
34
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
33
35
|
term :Function,
|
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."
|
35
|
-
label: "Function"
|
36
|
-
subClassOf: "http://www.w3.org/ns/sparql-service-description#Feature"
|
37
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
36
|
+
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.",
|
37
|
+
label: "Function",
|
38
|
+
subClassOf: "http://www.w3.org/ns/sparql-service-description#Feature",
|
39
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
38
40
|
term :Graph,
|
39
|
-
comment: "An instance of sd:Graph represents the description of an RDF graph."
|
40
|
-
label: "Graph"
|
41
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
41
|
+
comment: "An instance of sd:Graph represents the description of an RDF graph.",
|
42
|
+
label: "Graph",
|
43
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
42
44
|
term :GraphCollection,
|
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."
|
44
|
-
label: "Graph Collection"
|
45
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
45
|
+
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.",
|
46
|
+
label: "Graph Collection",
|
47
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
46
48
|
term :Language,
|
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."
|
48
|
-
label: "Language"
|
49
|
-
subClassOf: "http://www.w3.org/ns/sparql-service-description#Feature"
|
50
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
49
|
+
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.",
|
50
|
+
label: "Language",
|
51
|
+
subClassOf: "http://www.w3.org/ns/sparql-service-description#Feature",
|
52
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
51
53
|
term :NamedGraph,
|
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)."
|
53
|
-
label: "Named Graph"
|
54
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
54
|
+
comment: "An instance of sd:NamedGraph represents a named graph having a name (via sd:name) and an optional graph description (via sd:graph).",
|
55
|
+
label: "Named Graph",
|
56
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
55
57
|
term :Service,
|
56
|
-
comment: "An instance of sd:Service represents a SPARQL service made available via the SPARQL Protocol."
|
57
|
-
label: "Service"
|
58
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
58
|
+
comment: "An instance of sd:Service represents a SPARQL service made available via the SPARQL Protocol.",
|
59
|
+
label: "Service",
|
60
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
59
61
|
|
60
62
|
# Property definitions
|
61
63
|
property :availableGraphs,
|
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."
|
63
|
-
domain: "http://www.w3.org/ns/sparql-service-description#Service"
|
64
|
-
label: "available graph descriptions"
|
65
|
-
range: "http://www.w3.org/ns/sparql-service-description#GraphCollection"
|
66
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
64
|
+
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.",
|
65
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service",
|
66
|
+
label: "available graph descriptions",
|
67
|
+
range: "http://www.w3.org/ns/sparql-service-description#GraphCollection",
|
68
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
67
69
|
property :defaultDataset,
|
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."
|
69
|
-
domain: "http://www.w3.org/ns/sparql-service-description#Service"
|
70
|
-
label: "default dataset description"
|
71
|
-
range: "http://www.w3.org/ns/sparql-service-description#Dataset"
|
72
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
70
|
+
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.",
|
71
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service",
|
72
|
+
label: "default dataset description",
|
73
|
+
range: "http://www.w3.org/ns/sparql-service-description#Dataset",
|
74
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty"]
|
73
75
|
property :defaultEntailmentRegime,
|
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."
|
75
|
-
domain: "http://www.w3.org/ns/sparql-service-description#Service"
|
76
|
-
label: "default entailment regime"
|
77
|
-
range: "http://www.w3.org/ns/sparql-service-description#EntailmentRegime"
|
78
|
-
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature"
|
79
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
76
|
+
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.",
|
77
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service",
|
78
|
+
label: "default entailment regime",
|
79
|
+
range: "http://www.w3.org/ns/sparql-service-description#EntailmentRegime",
|
80
|
+
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature",
|
81
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
80
82
|
property :defaultGraph,
|
81
|
-
comment: "Relates an instance of sd:Dataset to the description of its default graph."
|
82
|
-
domain: "http://www.w3.org/ns/sparql-service-description#Dataset"
|
83
|
-
label: "default graph"
|
84
|
-
range: "http://www.w3.org/ns/sparql-service-description#Graph"
|
85
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
83
|
+
comment: "Relates an instance of sd:Dataset to the description of its default graph.",
|
84
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Dataset",
|
85
|
+
label: "default graph",
|
86
|
+
range: "http://www.w3.org/ns/sparql-service-description#Graph",
|
87
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
86
88
|
property :defaultSupportedEntailmentProfile,
|
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)."
|
88
|
-
domain: "http://www.w3.org/ns/sparql-service-description#Service"
|
89
|
-
label: "default supported entailment profile"
|
90
|
-
range: "http://www.w3.org/ns/sparql-service-description#EntailmentProfile"
|
91
|
-
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature"
|
92
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
89
|
+
comment: "Relates an instance of sd:Service with a resource representing a supported profile of the default entailment regime (as declared by sd:defaultEntailmentRegime).",
|
90
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service",
|
91
|
+
label: "default supported entailment profile",
|
92
|
+
range: "http://www.w3.org/ns/sparql-service-description#EntailmentProfile",
|
93
|
+
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature",
|
94
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
93
95
|
property :endpoint,
|
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."
|
95
|
-
domain: "http://www.w3.org/ns/sparql-service-description#Service"
|
96
|
-
label: "endpoint"
|
97
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
96
|
+
comment: "The SPARQL endpoint of an sd:Service that implements the SPARQL Protocol service. The object of the sd:endpoint property is an IRI.",
|
97
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service",
|
98
|
+
label: "endpoint",
|
99
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty"]
|
98
100
|
property :entailmentRegime,
|
99
|
-
comment: "Relates a named graph description with a resource representing an entailment regime used for basic graph pattern matching over that graph."
|
100
|
-
domain: "http://www.w3.org/ns/sparql-service-description#NamedGraph"
|
101
|
-
label: "entailment regime"
|
102
|
-
range: "http://www.w3.org/ns/sparql-service-description#EntailmentRegime"
|
103
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
101
|
+
comment: "Relates a named graph description with a resource representing an entailment regime used for basic graph pattern matching over that graph.",
|
102
|
+
domain: "http://www.w3.org/ns/sparql-service-description#NamedGraph",
|
103
|
+
label: "entailment regime",
|
104
|
+
range: "http://www.w3.org/ns/sparql-service-description#EntailmentRegime",
|
105
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
104
106
|
property :extensionAggregate,
|
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"
|
106
|
-
domain: "http://www.w3.org/ns/sparql-service-description#Service"
|
107
|
-
label: "extension aggregate"
|
108
|
-
range: "http://www.w3.org/ns/sparql-service-description#Aggregate"
|
109
|
-
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature"
|
110
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
107
|
+
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",
|
108
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service",
|
109
|
+
label: "extension aggregate",
|
110
|
+
range: "http://www.w3.org/ns/sparql-service-description#Aggregate",
|
111
|
+
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature",
|
112
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
111
113
|
property :extensionFunction,
|
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."
|
113
|
-
domain: "http://www.w3.org/ns/sparql-service-description#Service"
|
114
|
-
label: "extension function"
|
115
|
-
range: "http://www.w3.org/ns/sparql-service-description#Function"
|
116
|
-
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature"
|
117
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
114
|
+
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.",
|
115
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service",
|
116
|
+
label: "extension function",
|
117
|
+
range: "http://www.w3.org/ns/sparql-service-description#Function",
|
118
|
+
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature",
|
119
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
118
120
|
property :feature,
|
119
|
-
comment: "Relates an instance of sd:Service with a resource representing a supported feature."
|
120
|
-
domain: "http://www.w3.org/ns/sparql-service-description#Service"
|
121
|
-
label: "feature"
|
122
|
-
range: "http://www.w3.org/ns/sparql-service-description#Feature"
|
123
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
121
|
+
comment: "Relates an instance of sd:Service with a resource representing a supported feature.",
|
122
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service",
|
123
|
+
label: "feature",
|
124
|
+
range: "http://www.w3.org/ns/sparql-service-description#Feature",
|
125
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
124
126
|
property :graph,
|
125
|
-
comment: "Relates a named graph to its graph description."
|
126
|
-
domain: "http://www.w3.org/ns/sparql-service-description#NamedGraph"
|
127
|
-
label: "graph"
|
128
|
-
range: "http://www.w3.org/ns/sparql-service-description#Graph"
|
129
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
127
|
+
comment: "Relates a named graph to its graph description.",
|
128
|
+
domain: "http://www.w3.org/ns/sparql-service-description#NamedGraph",
|
129
|
+
label: "graph",
|
130
|
+
range: "http://www.w3.org/ns/sparql-service-description#Graph",
|
131
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
130
132
|
property :inputFormat,
|
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."
|
132
|
-
domain: "http://www.w3.org/ns/sparql-service-description#Service"
|
133
|
-
label: "input format"
|
134
|
-
range: "http://www.w3.org/ns/formats/Format"
|
135
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
133
|
+
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.",
|
134
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service",
|
135
|
+
label: "input format",
|
136
|
+
range: "http://www.w3.org/ns/formats/Format",
|
137
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
136
138
|
property :languageExtension,
|
137
|
-
comment: "Relates an instance of sd:Service to a resource representing an implemented extension to the SPARQL Query or Update language."
|
138
|
-
domain: "http://www.w3.org/ns/sparql-service-description#Service"
|
139
|
-
label: "language extension"
|
140
|
-
range: "http://www.w3.org/ns/sparql-service-description#Feature"
|
141
|
-
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature"
|
142
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
139
|
+
comment: "Relates an instance of sd:Service to a resource representing an implemented extension to the SPARQL Query or Update language.",
|
140
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service",
|
141
|
+
label: "language extension",
|
142
|
+
range: "http://www.w3.org/ns/sparql-service-description#Feature",
|
143
|
+
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature",
|
144
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
143
145
|
property :name,
|
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."
|
145
|
-
domain: "http://www.w3.org/ns/sparql-service-description#NamedGraph"
|
146
|
-
label: "name"
|
147
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
146
|
+
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.",
|
147
|
+
domain: "http://www.w3.org/ns/sparql-service-description#NamedGraph",
|
148
|
+
label: "name",
|
149
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
148
150
|
property :namedGraph,
|
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."
|
150
|
-
domain: "http://www.w3.org/ns/sparql-service-description#GraphCollection"
|
151
|
-
label: "named graph"
|
152
|
-
range: "http://www.w3.org/ns/sparql-service-description#NamedGraph"
|
153
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
151
|
+
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.",
|
152
|
+
domain: "http://www.w3.org/ns/sparql-service-description#GraphCollection",
|
153
|
+
label: "named graph",
|
154
|
+
range: "http://www.w3.org/ns/sparql-service-description#NamedGraph",
|
155
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
154
156
|
property :propertyFeature,
|
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."
|
156
|
-
domain: "http://www.w3.org/ns/sparql-service-description#Service"
|
157
|
-
label: "property feature"
|
158
|
-
range: "http://www.w3.org/ns/sparql-service-description#Feature"
|
159
|
-
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature"
|
160
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
157
|
+
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.",
|
158
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service",
|
159
|
+
label: "property feature",
|
160
|
+
range: "http://www.w3.org/ns/sparql-service-description#Feature",
|
161
|
+
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature",
|
162
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
161
163
|
property :resultFormat,
|
162
|
-
comment: "Relates an instance of sd:Service to a format that is supported for serializing query results."
|
163
|
-
domain: "http://www.w3.org/ns/sparql-service-description#Service"
|
164
|
-
label: "result format"
|
165
|
-
range: "http://www.w3.org/ns/formats/Format"
|
166
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
164
|
+
comment: "Relates an instance of sd:Service to a format that is supported for serializing query results.",
|
165
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service",
|
166
|
+
label: "result format",
|
167
|
+
range: "http://www.w3.org/ns/formats/Format",
|
168
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
167
169
|
property :supportedEntailmentProfile,
|
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."
|
169
|
-
domain: "http://www.w3.org/ns/sparql-service-description#NamedGraph"
|
170
|
-
label: "supported entailment profile"
|
171
|
-
range: "http://www.w3.org/ns/sparql-service-description#EntailmentProfile"
|
172
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
170
|
+
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.",
|
171
|
+
domain: "http://www.w3.org/ns/sparql-service-description#NamedGraph",
|
172
|
+
label: "supported entailment profile",
|
173
|
+
range: "http://www.w3.org/ns/sparql-service-description#EntailmentProfile",
|
174
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
173
175
|
property :supportedLanguage,
|
174
|
-
comment: "Relates an instance of sd:Service to a SPARQL language (e.g. Query and Update) that it implements."
|
175
|
-
domain: "http://www.w3.org/ns/sparql-service-description#Service"
|
176
|
-
label: "supported language"
|
177
|
-
range: "http://www.w3.org/ns/sparql-service-description#Language"
|
178
|
-
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature"
|
179
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
176
|
+
comment: "Relates an instance of sd:Service to a SPARQL language (e.g. Query and Update) that it implements.",
|
177
|
+
domain: "http://www.w3.org/ns/sparql-service-description#Service",
|
178
|
+
label: "supported language",
|
179
|
+
range: "http://www.w3.org/ns/sparql-service-description#Language",
|
180
|
+
subPropertyOf: "http://www.w3.org/ns/sparql-service-description#feature",
|
181
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
180
182
|
|
181
183
|
# Extra definitions
|
182
184
|
term :BasicFederatedQuery,
|
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."
|
184
|
-
label: "Basic Federated Query"
|
185
|
-
type: "http://www.w3.org/ns/sparql-service-description#Feature"
|
185
|
+
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.",
|
186
|
+
label: "Basic Federated Query",
|
187
|
+
type: "http://www.w3.org/ns/sparql-service-description#Feature"
|
186
188
|
term :DereferencesURIs,
|
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."
|
188
|
-
label: "Dereferences URIs"
|
189
|
-
type: "http://www.w3.org/ns/sparql-service-description#Feature"
|
189
|
+
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.",
|
190
|
+
label: "Dereferences URIs",
|
191
|
+
type: "http://www.w3.org/ns/sparql-service-description#Feature"
|
190
192
|
term :EmptyGraphs,
|
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."
|
192
|
-
label: "Empty Graphs"
|
193
|
-
type: "http://www.w3.org/ns/sparql-service-description#Feature"
|
193
|
+
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.",
|
194
|
+
label: "Empty Graphs",
|
195
|
+
type: "http://www.w3.org/ns/sparql-service-description#Feature"
|
194
196
|
term :RequiresDataset,
|
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)."
|
196
|
-
label: "Requires Dataset"
|
197
|
-
type: "http://www.w3.org/ns/sparql-service-description#Feature"
|
197
|
+
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).",
|
198
|
+
label: "Requires Dataset",
|
199
|
+
type: "http://www.w3.org/ns/sparql-service-description#Feature"
|
198
200
|
term :SPARQL10Query,
|
199
|
-
comment: "sd:SPARQL10Query is an sd:Language representing the SPARQL 1.0 Query language."
|
200
|
-
label: "SPARQL 1.0 Query"
|
201
|
-
type: "http://www.w3.org/ns/sparql-service-description#Language"
|
201
|
+
comment: "sd:SPARQL10Query is an sd:Language representing the SPARQL 1.0 Query language.",
|
202
|
+
label: "SPARQL 1.0 Query",
|
203
|
+
type: "http://www.w3.org/ns/sparql-service-description#Language"
|
202
204
|
term :SPARQL11Query,
|
203
|
-
comment: "sd:SPARQL11Query is an sd:Language representing the SPARQL 1.1 Query language."
|
204
|
-
label: "SPARQL 1.1 Query"
|
205
|
-
type: "http://www.w3.org/ns/sparql-service-description#Language"
|
205
|
+
comment: "sd:SPARQL11Query is an sd:Language representing the SPARQL 1.1 Query language.",
|
206
|
+
label: "SPARQL 1.1 Query",
|
207
|
+
type: "http://www.w3.org/ns/sparql-service-description#Language"
|
206
208
|
term :SPARQL11Update,
|
207
|
-
comment: "sd:SPARQLUpdate is an sd:Language representing the SPARQL 1.1 Update language."
|
208
|
-
label: "SPARQL 1.1 Update"
|
209
|
-
type: "http://www.w3.org/ns/sparql-service-description#Language"
|
209
|
+
comment: "sd:SPARQLUpdate is an sd:Language representing the SPARQL 1.1 Update language.",
|
210
|
+
label: "SPARQL 1.1 Update",
|
211
|
+
type: "http://www.w3.org/ns/sparql-service-description#Language"
|
210
212
|
term :UnionDefaultGraph,
|
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."
|
212
|
-
label: "Union Default Graph"
|
213
|
-
type: "http://www.w3.org/ns/sparql-service-description#Feature"
|
213
|
+
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.",
|
214
|
+
label: "Union Default Graph",
|
215
|
+
type: "http://www.w3.org/ns/sparql-service-description#Feature"
|
214
216
|
end
|
215
217
|
end
|