@tpluscode/rdf-ns-builders 5.0.0 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/Factory.d.ts +1 -1
- package/Factory.d.ts.map +1 -1
- package/Factory.js +1 -1
- package/index.d.ts.map +1 -1
- package/loose.d.ts +6 -0
- package/loose.d.ts.map +1 -1
- package/loose.js +6 -0
- package/package.json +17 -9
- package/strict.d.ts +6 -0
- package/strict.d.ts.map +1 -1
- package/strict.js +6 -0
- package/vocabularies/b59.d.ts +14 -0
- package/vocabularies/b59.d.ts.map +1 -0
- package/vocabularies/b59.js +4 -0
- package/vocabularies/cc.d.ts +18 -83
- package/vocabularies/cc.d.ts.map +1 -1
- package/vocabularies/code.d.ts +34 -0
- package/vocabularies/code.d.ts.map +1 -0
- package/vocabularies/code.js +4 -0
- package/vocabularies/constant.d.ts +11 -6
- package/vocabularies/constant.d.ts.map +1 -1
- package/vocabularies/crm.d.ts +160 -163
- package/vocabularies/crm.d.ts.map +1 -1
- package/vocabularies/cube.d.ts +30 -0
- package/vocabularies/cube.d.ts.map +1 -0
- package/vocabularies/cube.js +4 -0
- package/vocabularies/dbo.d.ts +0 -207
- package/vocabularies/dbo.d.ts.map +1 -1
- package/vocabularies/dcat.d.ts +34 -5
- package/vocabularies/dcat.d.ts.map +1 -1
- package/vocabularies/dtype.d.ts +5 -1
- package/vocabularies/dtype.d.ts.map +1 -1
- package/vocabularies/gs1.d.ts +648 -1472
- package/vocabularies/gs1.d.ts.map +1 -1
- package/vocabularies/la.d.ts +12 -22
- package/vocabularies/la.d.ts.map +1 -1
- package/vocabularies/m4i.d.ts +92 -2
- package/vocabularies/m4i.d.ts.map +1 -1
- package/vocabularies/mads.d.ts +2 -0
- package/vocabularies/mads.d.ts.map +1 -1
- package/vocabularies/meta.d.ts +28 -0
- package/vocabularies/meta.d.ts.map +1 -0
- package/vocabularies/meta.js +4 -0
- package/vocabularies/pipeline.d.ts +36 -0
- package/vocabularies/pipeline.d.ts.map +1 -0
- package/vocabularies/pipeline.js +4 -0
- package/vocabularies/prefix.d.ts +4 -0
- package/vocabularies/prefix.d.ts.map +1 -1
- package/vocabularies/qkdv.d.ts +69 -18
- package/vocabularies/qkdv.d.ts.map +1 -1
- package/vocabularies/rdfs.d.ts +2 -5
- package/vocabularies/rdfs.d.ts.map +1 -1
- package/vocabularies/relation.d.ts +18 -0
- package/vocabularies/relation.d.ts.map +1 -0
- package/vocabularies/relation.js +4 -0
- package/vocabularies/rico.d.ts +1320 -912
- package/vocabularies/rico.d.ts.map +1 -1
- package/vocabularies/schema.d.ts +586 -125
- package/vocabularies/schema.d.ts.map +1 -1
- package/vocabularies/sh.d.ts +0 -384
- package/vocabularies/sh.d.ts.map +1 -1
- package/vocabularies/solid.d.ts +4 -0
- package/vocabularies/solid.d.ts.map +1 -1
- package/vocabularies/sou.d.ts +1 -9
- package/vocabularies/sou.d.ts.map +1 -1
- package/vocabularies/vcard.d.ts +12 -0
- package/vocabularies/vcard.d.ts.map +1 -1
package/vocabularies/sh.d.ts
CHANGED
|
@@ -2,466 +2,82 @@ import { NamespaceBuilder } from "@rdfjs/namespace";
|
|
|
2
2
|
import { NamedNode } from "@rdfjs/types";
|
|
3
3
|
export interface Sh {
|
|
4
4
|
'': NamedNode<'http://www.w3.org/ns/shacl#'>;
|
|
5
|
-
/** The base class of validation results, typically not instantiated directly. */
|
|
6
|
-
"AbstractResult": NamedNode<'http://www.w3.org/ns/shacl#AbstractResult'>;
|
|
7
|
-
/** The (single) value of this property must be a list of path elements, representing the elements of alternative paths. */
|
|
8
|
-
"alternativePath": NamedNode<'http://www.w3.org/ns/shacl#alternativePath'>;
|
|
9
|
-
/** RDF list of shapes to validate the value nodes against. */
|
|
10
|
-
"and": NamedNode<'http://www.w3.org/ns/shacl#and'>;
|
|
11
|
-
"AndConstraintComponent-and": NamedNode<'http://www.w3.org/ns/shacl#AndConstraintComponent-and'>;
|
|
12
|
-
/** A constraint component that can be used to test whether a value node conforms to all members of a provided list of shapes. */
|
|
13
|
-
"AndConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#AndConstraintComponent'>;
|
|
14
|
-
/** The annotation property that shall be set. */
|
|
15
|
-
"annotationProperty": NamedNode<'http://www.w3.org/ns/shacl#annotationProperty'>;
|
|
16
|
-
/** The (default) values of the annotation property. */
|
|
17
|
-
"annotationValue": NamedNode<'http://www.w3.org/ns/shacl#annotationValue'>;
|
|
18
|
-
/** The name of the SPARQL variable from the SELECT clause that shall be used for the values. */
|
|
19
|
-
"annotationVarName": NamedNode<'http://www.w3.org/ns/shacl#annotationVarName'>;
|
|
20
|
-
/** The SPARQL ASK query to execute. */
|
|
21
5
|
"ask": NamedNode<'http://www.w3.org/ns/shacl#ask'>;
|
|
22
|
-
/** The node kind of all blank nodes. */
|
|
23
6
|
"BlankNode": NamedNode<'http://www.w3.org/ns/shacl#BlankNode'>;
|
|
24
|
-
/** The node kind of all blank nodes or IRIs. */
|
|
25
7
|
"BlankNodeOrIRI": NamedNode<'http://www.w3.org/ns/shacl#BlankNodeOrIRI'>;
|
|
26
|
-
/** The node kind of all blank nodes or literals. */
|
|
27
|
-
"BlankNodeOrLiteral": NamedNode<'http://www.w3.org/ns/shacl#BlankNodeOrLiteral'>;
|
|
28
|
-
/** The type that all value nodes must have. */
|
|
29
|
-
"class": NamedNode<'http://www.w3.org/ns/shacl#class'>;
|
|
30
|
-
"ClassConstraintComponent-class": NamedNode<'http://www.w3.org/ns/shacl#ClassConstraintComponent-class'>;
|
|
31
|
-
/** A constraint component that can be used to verify that each value node is an instance of a given type. */
|
|
32
|
-
"ClassConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#ClassConstraintComponent'>;
|
|
33
|
-
/** If set to true then the shape is closed. */
|
|
34
|
-
"closed": NamedNode<'http://www.w3.org/ns/shacl#closed'>;
|
|
35
|
-
"ClosedConstraintComponent-closed": NamedNode<'http://www.w3.org/ns/shacl#ClosedConstraintComponent-closed'>;
|
|
36
|
-
"ClosedConstraintComponent-ignoredProperties": NamedNode<'http://www.w3.org/ns/shacl#ClosedConstraintComponent-ignoredProperties'>;
|
|
37
|
-
/** A constraint component that can be used to indicate that focus nodes must only have values for those properties that have been explicitly enumerated via sh:property/sh:path. */
|
|
38
|
-
"ClosedConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#ClosedConstraintComponent'>;
|
|
39
|
-
/** The shapes that the focus nodes need to conform to before a rule is executed on them. */
|
|
40
|
-
"condition": NamedNode<'http://www.w3.org/ns/shacl#condition'>;
|
|
41
|
-
/** True if the validation did not produce any validation results, and false otherwise. */
|
|
42
|
-
"conforms": NamedNode<'http://www.w3.org/ns/shacl#conforms'>;
|
|
43
|
-
/** The class of constraint components. */
|
|
44
|
-
"ConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#ConstraintComponent'>;
|
|
45
|
-
/** The SPARQL CONSTRUCT query to execute. */
|
|
46
8
|
"construct": NamedNode<'http://www.w3.org/ns/shacl#construct'>;
|
|
47
9
|
"count": NamedNode<'http://www.w3.org/ns/shacl#count'>;
|
|
48
10
|
/** A count expression is a blank node with exactly one value for the property sh:count which is a well-formed node expression. */
|
|
49
11
|
"CountExpression": NamedNode<'http://www.w3.org/ns/shacl#CountExpression'>;
|
|
50
|
-
/** Specifies an RDF datatype that all value nodes must have. */
|
|
51
|
-
"datatype": NamedNode<'http://www.w3.org/ns/shacl#datatype'>;
|
|
52
|
-
"DatatypeConstraintComponent-datatype": NamedNode<'http://www.w3.org/ns/shacl#DatatypeConstraintComponent-datatype'>;
|
|
53
|
-
/** A constraint component that can be used to restrict the datatype of all value nodes. */
|
|
54
|
-
"DatatypeConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#DatatypeConstraintComponent'>;
|
|
55
|
-
/** If set to true then all nodes conform to this. */
|
|
56
|
-
"deactivated": NamedNode<'http://www.w3.org/ns/shacl#deactivated'>;
|
|
57
|
-
/** Links a resource with its namespace prefix declarations. */
|
|
58
|
-
"declare": NamedNode<'http://www.w3.org/ns/shacl#declare'>;
|
|
59
|
-
/** A default value for a property, for example for user interface tools to pre-populate input fields. */
|
|
60
|
-
"defaultValue": NamedNode<'http://www.w3.org/ns/shacl#defaultValue'>;
|
|
61
12
|
"desc": NamedNode<'http://www.w3.org/ns/shacl#desc'>;
|
|
62
|
-
/** Human-readable descriptions for the property in the context of the surrounding shape. */
|
|
63
|
-
"description": NamedNode<'http://www.w3.org/ns/shacl#description'>;
|
|
64
|
-
/** Links a result with other results that provide more details, for example to describe violations against nested shapes. */
|
|
65
|
-
"detail": NamedNode<'http://www.w3.org/ns/shacl#detail'>;
|
|
66
|
-
/** Specifies a property where the set of values must be disjoint with the value nodes. */
|
|
67
|
-
"disjoint": NamedNode<'http://www.w3.org/ns/shacl#disjoint'>;
|
|
68
|
-
"DisjointConstraintComponent-disjoint": NamedNode<'http://www.w3.org/ns/shacl#DisjointConstraintComponent-disjoint'>;
|
|
69
|
-
/** A constraint component that can be used to verify that the set of value nodes is disjoint with the the set of nodes that have the focus node as subject and the value of a given property as predicate. */
|
|
70
|
-
"DisjointConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#DisjointConstraintComponent'>;
|
|
71
13
|
"distinct": NamedNode<'http://www.w3.org/ns/shacl#distinct'>;
|
|
72
14
|
/** A distinct expression is a blank node with exactly one value for the property sh:distinct which is a well-formed node expression. */
|
|
73
15
|
"DistinctExpression": NamedNode<'http://www.w3.org/ns/shacl#DistinctExpression'>;
|
|
74
16
|
"else": NamedNode<'http://www.w3.org/ns/shacl#else'>;
|
|
75
|
-
/** An entailment regime that indicates what kind of inferencing is required by a shapes graph. */
|
|
76
|
-
"entailment": NamedNode<'http://www.w3.org/ns/shacl#entailment'>;
|
|
77
|
-
/** Specifies a property that must have the same values as the value nodes. */
|
|
78
|
-
"equals": NamedNode<'http://www.w3.org/ns/shacl#equals'>;
|
|
79
|
-
"EqualsConstraintComponent-equals": NamedNode<'http://www.w3.org/ns/shacl#EqualsConstraintComponent-equals'>;
|
|
80
|
-
/** A constraint component that can be used to verify that the set of value nodes is equal to the set of nodes that have the focus node as subject and the value of a given property as predicate. */
|
|
81
|
-
"EqualsConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#EqualsConstraintComponent'>;
|
|
82
17
|
"exists": NamedNode<'http://www.w3.org/ns/shacl#exists'>;
|
|
83
18
|
/** An exists expression is a blank node with exactly one value for sh:exists (which is a well-formed shape). */
|
|
84
19
|
"ExistsExpression": NamedNode<'http://www.w3.org/ns/shacl#ExistsExpression'>;
|
|
85
|
-
/** The node expression that must return true for the value nodes. */
|
|
86
20
|
"expression": NamedNode<'http://www.w3.org/ns/shacl#expression'>;
|
|
87
|
-
"ExpressionConstraintComponent-expression": NamedNode<'http://www.w3.org/ns/shacl#ExpressionConstraintComponent-expression'>;
|
|
88
|
-
/** A constraint component that can be used to verify that a given node expression produces true for all value nodes. */
|
|
89
|
-
"ExpressionConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#ExpressionConstraintComponent'>;
|
|
90
|
-
/** The shape that all input nodes of the expression need to conform to. */
|
|
91
21
|
"filterShape": NamedNode<'http://www.w3.org/ns/shacl#filterShape'>;
|
|
92
22
|
/** A filter shape expression is a blank node with exactly one value for sh:filterShape (which is a well-formed shape) and at most one value for sh:nodes (which is a well-formed node expression). */
|
|
93
23
|
"FilterShapeExpression": NamedNode<'http://www.w3.org/ns/shacl#FilterShapeExpression'>;
|
|
94
|
-
/** An optional flag to be used with regular expression pattern matching. */
|
|
95
|
-
"flags": NamedNode<'http://www.w3.org/ns/shacl#flags'>;
|
|
96
|
-
/** The focus node that was validated when the result was produced. */
|
|
97
|
-
"focusNode": NamedNode<'http://www.w3.org/ns/shacl#focusNode'>;
|
|
98
24
|
"FocusNodeOrConstantTermExpression": NamedNode<'http://www.w3.org/ns/shacl#FocusNodeOrConstantTermExpression'>;
|
|
99
|
-
/** The class of SHACL functions. */
|
|
100
|
-
"Function": NamedNode<'http://www.w3.org/ns/shacl#Function'>;
|
|
101
25
|
/** A function expression is a blank node that does not fulfill any of the syntax rules of the other node expression types and which is the subject of exactly one triple T where the object is a well-formed SHACL list, and each member of that list is a well-formed node expression. */
|
|
102
26
|
"FunctionExpression": NamedNode<'http://www.w3.org/ns/shacl#FunctionExpression'>;
|
|
103
|
-
/** Can be used to link to a property group to indicate that a property shape belongs to a group of related property shapes. */
|
|
104
|
-
"group": NamedNode<'http://www.w3.org/ns/shacl#group'>;
|
|
105
27
|
"groupConcat": NamedNode<'http://www.w3.org/ns/shacl#groupConcat'>;
|
|
106
28
|
/** A group concat expression is a blank node with exactly one value for the property sh:groupConcat which is a well-formed node expression. A group concat expression can have a single value for the property sh:separator which is literal with datatype xsd:string. */
|
|
107
29
|
"GroupConcatExpression": NamedNode<'http://www.w3.org/ns/shacl#GroupConcatExpression'>;
|
|
108
|
-
/** Specifies a value that must be among the value nodes. */
|
|
109
|
-
"hasValue": NamedNode<'http://www.w3.org/ns/shacl#hasValue'>;
|
|
110
|
-
"HasValueConstraintComponent-hasValue": NamedNode<'http://www.w3.org/ns/shacl#HasValueConstraintComponent-hasValue'>;
|
|
111
|
-
/** A constraint component that can be used to verify that one of the value nodes is a given RDF node. */
|
|
112
|
-
"HasValueConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#HasValueConstraintComponent'>;
|
|
113
30
|
"if": NamedNode<'http://www.w3.org/ns/shacl#if'>;
|
|
114
31
|
/** An if expression is a blank node with exactly one value for sh:if (which is a well-formed node expression), at most one value for sh:then (which is a well-formed node expression) and at most one value for sh:else (which is a well-formed node expression). */
|
|
115
32
|
"IfExpression": NamedNode<'http://www.w3.org/ns/shacl#IfExpression'>;
|
|
116
|
-
/** An optional RDF list of properties that are also permitted in addition to those explicitly enumerated via sh:property/sh:path. */
|
|
117
|
-
"ignoredProperties": NamedNode<'http://www.w3.org/ns/shacl#ignoredProperties'>;
|
|
118
|
-
/** Specifies a list of allowed values so that each value node must be among the members of the given list. */
|
|
119
|
-
"in": NamedNode<'http://www.w3.org/ns/shacl#in'>;
|
|
120
|
-
"InConstraintComponent-in": NamedNode<'http://www.w3.org/ns/shacl#InConstraintComponent-in'>;
|
|
121
|
-
/** A constraint component that can be used to exclusively enumerate the permitted value nodes. */
|
|
122
|
-
"InConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#InConstraintComponent'>;
|
|
123
|
-
/** The severity for an informational validation result. */
|
|
124
|
-
"Info": NamedNode<'http://www.w3.org/ns/shacl#Info'>;
|
|
125
|
-
/** A list of node expressions that shall be intersected. */
|
|
126
33
|
"intersection": NamedNode<'http://www.w3.org/ns/shacl#intersection'>;
|
|
127
34
|
/** An intersection expression is a blank node with exactly one value for the property sh:intersection which is a well-formed SHACL list with at least two members (which are well-formed node expressions). */
|
|
128
35
|
"IntersectionExpression": NamedNode<'http://www.w3.org/ns/shacl#IntersectionExpression'>;
|
|
129
|
-
/** The (single) value of this property represents an inverse path (object to subject). */
|
|
130
|
-
"inversePath": NamedNode<'http://www.w3.org/ns/shacl#inversePath'>;
|
|
131
|
-
/** The node kind of all IRIs. */
|
|
132
|
-
"IRI": NamedNode<'http://www.w3.org/ns/shacl#IRI'>;
|
|
133
|
-
/** The node kind of all IRIs or literals. */
|
|
134
36
|
"IRIOrLiteral": NamedNode<'http://www.w3.org/ns/shacl#IRIOrLiteral'>;
|
|
135
|
-
/** Constraints expressed in JavaScript. */
|
|
136
|
-
"js": NamedNode<'http://www.w3.org/ns/shacl#js'>;
|
|
137
|
-
"JSConstraint-js": NamedNode<'http://www.w3.org/ns/shacl#JSConstraint-js'>;
|
|
138
|
-
/** The class of constraints backed by a JavaScript function. */
|
|
139
|
-
"JSConstraint": NamedNode<'http://www.w3.org/ns/shacl#JSConstraint'>;
|
|
140
|
-
/** A constraint component with the parameter sh:js linking to a sh:JSConstraint containing a sh:script. */
|
|
141
|
-
"JSConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#JSConstraintComponent'>;
|
|
142
|
-
/** Abstract base class of resources that declare an executable JavaScript. */
|
|
143
|
-
"JSExecutable": NamedNode<'http://www.w3.org/ns/shacl#JSExecutable'>;
|
|
144
|
-
/** The class of SHACL functions that execute a JavaScript function when called. */
|
|
145
|
-
"JSFunction": NamedNode<'http://www.w3.org/ns/shacl#JSFunction'>;
|
|
146
|
-
/** The name of the JavaScript function to execute. */
|
|
147
|
-
"jsFunctionName": NamedNode<'http://www.w3.org/ns/shacl#jsFunctionName'>;
|
|
148
|
-
/** Declares which JavaScript libraries are needed to execute this. */
|
|
149
|
-
"jsLibrary": NamedNode<'http://www.w3.org/ns/shacl#jsLibrary'>;
|
|
150
|
-
/** Represents a JavaScript library, typically identified by one or more URLs of files to include. */
|
|
151
|
-
"JSLibrary": NamedNode<'http://www.w3.org/ns/shacl#JSLibrary'>;
|
|
152
|
-
/** Declares the URLs of a JavaScript library. This should be the absolute URL of a JavaScript file. Implementations may redirect those to local files. */
|
|
153
|
-
"jsLibraryURL": NamedNode<'http://www.w3.org/ns/shacl#jsLibraryURL'>;
|
|
154
|
-
/** The class of SHACL rules expressed using JavaScript. */
|
|
155
|
-
"JSRule": NamedNode<'http://www.w3.org/ns/shacl#JSRule'>;
|
|
156
|
-
/** The class of targets that are based on JavaScript functions. */
|
|
157
|
-
"JSTarget": NamedNode<'http://www.w3.org/ns/shacl#JSTarget'>;
|
|
158
|
-
/** The (meta) class for parameterizable targets that are based on JavaScript functions. */
|
|
159
|
-
"JSTargetType": NamedNode<'http://www.w3.org/ns/shacl#JSTargetType'>;
|
|
160
|
-
/** A SHACL validator based on JavaScript. This can be used to declare SHACL constraint components that perform JavaScript-based validation when used. */
|
|
161
|
-
"JSValidator": NamedNode<'http://www.w3.org/ns/shacl#JSValidator'>;
|
|
162
|
-
/** Outlines how human-readable labels of instances of the associated Parameterizable shall be produced. The values can contain {?paramName} as placeholders for the actual values of the given parameter. */
|
|
163
|
-
"labelTemplate": NamedNode<'http://www.w3.org/ns/shacl#labelTemplate'>;
|
|
164
|
-
/** Specifies a list of language tags that all value nodes must have. */
|
|
165
|
-
"languageIn": NamedNode<'http://www.w3.org/ns/shacl#languageIn'>;
|
|
166
|
-
"LanguageInConstraintComponent-languageIn": NamedNode<'http://www.w3.org/ns/shacl#LanguageInConstraintComponent-languageIn'>;
|
|
167
|
-
/** A constraint component that can be used to enumerate language tags that all value nodes must have. */
|
|
168
|
-
"LanguageInConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#LanguageInConstraintComponent'>;
|
|
169
|
-
/** Specifies a property that must have smaller values than the value nodes. */
|
|
170
|
-
"lessThan": NamedNode<'http://www.w3.org/ns/shacl#lessThan'>;
|
|
171
|
-
"LessThanConstraintComponent-lessThan": NamedNode<'http://www.w3.org/ns/shacl#LessThanConstraintComponent-lessThan'>;
|
|
172
|
-
/** A constraint component that can be used to verify that each value node is smaller than all the nodes that have the focus node as subject and the value of a given property as predicate. */
|
|
173
|
-
"LessThanConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#LessThanConstraintComponent'>;
|
|
174
|
-
/** Specifies a property that must have smaller or equal values than the value nodes. */
|
|
175
|
-
"lessThanOrEquals": NamedNode<'http://www.w3.org/ns/shacl#lessThanOrEquals'>;
|
|
176
|
-
"LessThanOrEqualsConstraintComponent-lessThanOrEquals": NamedNode<'http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent-lessThanOrEquals'>;
|
|
177
|
-
/** A constraint component that can be used to verify that every value node is smaller than all the nodes that have the focus node as subject and the value of a given property as predicate. */
|
|
178
|
-
"LessThanOrEqualsConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#LessThanOrEqualsConstraintComponent'>;
|
|
179
37
|
"limit": NamedNode<'http://www.w3.org/ns/shacl#limit'>;
|
|
180
38
|
/** A limit expression is a blank node with exactly one value for the property sh:limit which is a literal with datatype xsd:integer and with exactly one value for the property sh:nodes which is a well-formed node expression. */
|
|
181
39
|
"LimitExpression": NamedNode<'http://www.w3.org/ns/shacl#LimitExpression'>;
|
|
182
|
-
/** The node kind of all literals. */
|
|
183
|
-
"Literal": NamedNode<'http://www.w3.org/ns/shacl#Literal'>;
|
|
184
40
|
"max": NamedNode<'http://www.w3.org/ns/shacl#max'>;
|
|
185
|
-
/** Specifies the maximum number of values in the set of value nodes. */
|
|
186
|
-
"maxCount": NamedNode<'http://www.w3.org/ns/shacl#maxCount'>;
|
|
187
|
-
"MaxCountConstraintComponent-maxCount": NamedNode<'http://www.w3.org/ns/shacl#MaxCountConstraintComponent-maxCount'>;
|
|
188
|
-
/** A constraint component that can be used to restrict the maximum number of value nodes. */
|
|
189
|
-
"MaxCountConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#MaxCountConstraintComponent'>;
|
|
190
|
-
/** Specifies the maximum exclusive value of each value node. */
|
|
191
|
-
"maxExclusive": NamedNode<'http://www.w3.org/ns/shacl#maxExclusive'>;
|
|
192
|
-
"MaxExclusiveConstraintComponent-maxExclusive": NamedNode<'http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent-maxExclusive'>;
|
|
193
|
-
/** A constraint component that can be used to restrict the range of value nodes with a maximum exclusive value. */
|
|
194
|
-
"MaxExclusiveConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#MaxExclusiveConstraintComponent'>;
|
|
195
41
|
/** A max expression is a blank node with exactly one value for the property sh:max which is a well-formed node expression. */
|
|
196
42
|
"MaxExpression": NamedNode<'http://www.w3.org/ns/shacl#MaxExpression'>;
|
|
197
|
-
/** Specifies the maximum inclusive value of each value node. */
|
|
198
|
-
"maxInclusive": NamedNode<'http://www.w3.org/ns/shacl#maxInclusive'>;
|
|
199
|
-
"MaxInclusiveConstraintComponent-maxInclusive": NamedNode<'http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent-maxInclusive'>;
|
|
200
|
-
/** A constraint component that can be used to restrict the range of value nodes with a maximum inclusive value. */
|
|
201
|
-
"MaxInclusiveConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#MaxInclusiveConstraintComponent'>;
|
|
202
|
-
/** Specifies the maximum string length of each value node. */
|
|
203
|
-
"maxLength": NamedNode<'http://www.w3.org/ns/shacl#maxLength'>;
|
|
204
|
-
"MaxLengthConstraintComponent-maxLength": NamedNode<'http://www.w3.org/ns/shacl#MaxLengthConstraintComponent-maxLength'>;
|
|
205
|
-
/** A constraint component that can be used to restrict the maximum string length of value nodes. */
|
|
206
|
-
"MaxLengthConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#MaxLengthConstraintComponent'>;
|
|
207
|
-
/** A human-readable message (possibly with placeholders for variables) explaining the cause of the result. */
|
|
208
|
-
"message": NamedNode<'http://www.w3.org/ns/shacl#message'>;
|
|
209
43
|
"min": NamedNode<'http://www.w3.org/ns/shacl#min'>;
|
|
210
|
-
/** Specifies the minimum number of values in the set of value nodes. */
|
|
211
|
-
"minCount": NamedNode<'http://www.w3.org/ns/shacl#minCount'>;
|
|
212
|
-
"MinCountConstraintComponent-minCount": NamedNode<'http://www.w3.org/ns/shacl#MinCountConstraintComponent-minCount'>;
|
|
213
|
-
/** A constraint component that can be used to restrict the minimum number of value nodes. */
|
|
214
|
-
"MinCountConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#MinCountConstraintComponent'>;
|
|
215
|
-
/** Specifies the minimum exclusive value of each value node. */
|
|
216
|
-
"minExclusive": NamedNode<'http://www.w3.org/ns/shacl#minExclusive'>;
|
|
217
|
-
"MinExclusiveConstraintComponent-minExclusive": NamedNode<'http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent-minExclusive'>;
|
|
218
|
-
/** A constraint component that can be used to restrict the range of value nodes with a minimum exclusive value. */
|
|
219
|
-
"MinExclusiveConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#MinExclusiveConstraintComponent'>;
|
|
220
44
|
/** A min expression is a blank node with exactly one value for the property sh:min which is a well-formed node expression. */
|
|
221
45
|
"MinExpression": NamedNode<'http://www.w3.org/ns/shacl#MinExpression'>;
|
|
222
|
-
/** Specifies the minimum inclusive value of each value node. */
|
|
223
|
-
"minInclusive": NamedNode<'http://www.w3.org/ns/shacl#minInclusive'>;
|
|
224
|
-
"MinInclusiveConstraintComponent-minInclusive": NamedNode<'http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent-minInclusive'>;
|
|
225
|
-
/** A constraint component that can be used to restrict the range of value nodes with a minimum inclusive value. */
|
|
226
|
-
"MinInclusiveConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#MinInclusiveConstraintComponent'>;
|
|
227
|
-
/** Specifies the minimum string length of each value node. */
|
|
228
|
-
"minLength": NamedNode<'http://www.w3.org/ns/shacl#minLength'>;
|
|
229
|
-
"MinLengthConstraintComponent-minLength": NamedNode<'http://www.w3.org/ns/shacl#MinLengthConstraintComponent-minLength'>;
|
|
230
|
-
/** A constraint component that can be used to restrict the minimum string length of value nodes. */
|
|
231
|
-
"MinLengthConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#MinLengthConstraintComponent'>;
|
|
232
46
|
"minus": NamedNode<'http://www.w3.org/ns/shacl#minus'>;
|
|
233
47
|
/** A minus expression is a blank node with exactly one value for the property sh:minus which is a well-formed node expression and exactly one value for the property sh:nodes which is a well-formed node expression. */
|
|
234
48
|
"MinusExpression": NamedNode<'http://www.w3.org/ns/shacl#MinusExpression'>;
|
|
235
|
-
/** Human-readable labels for the property in the context of the surrounding shape. */
|
|
236
|
-
"name": NamedNode<'http://www.w3.org/ns/shacl#name'>;
|
|
237
|
-
/** The namespace associated with a prefix in a prefix declaration. */
|
|
238
|
-
"namespace": NamedNode<'http://www.w3.org/ns/shacl#namespace'>;
|
|
239
|
-
/** Specifies the node shape that all value nodes must conform to. */
|
|
240
|
-
"node": NamedNode<'http://www.w3.org/ns/shacl#node'>;
|
|
241
|
-
"NodeConstraintComponent-node": NamedNode<'http://www.w3.org/ns/shacl#NodeConstraintComponent-node'>;
|
|
242
|
-
/** A constraint component that can be used to verify that all value nodes conform to the given node shape. */
|
|
243
|
-
"NodeConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#NodeConstraintComponent'>;
|
|
244
49
|
"NodeExpression": NamedNode<'http://www.w3.org/ns/shacl#NodeExpression'>;
|
|
245
|
-
/** Specifies the node kind (e.g. IRI or literal) each value node. */
|
|
246
|
-
"nodeKind": NamedNode<'http://www.w3.org/ns/shacl#nodeKind'>;
|
|
247
|
-
/** The class of all node kinds, including sh:BlankNode, sh:IRI, sh:Literal or the combinations of these: sh:BlankNodeOrIRI, sh:BlankNodeOrLiteral, sh:IRIOrLiteral. */
|
|
248
|
-
"NodeKind": NamedNode<'http://www.w3.org/ns/shacl#NodeKind'>;
|
|
249
|
-
"NodeKindConstraintComponent-nodeKind": NamedNode<'http://www.w3.org/ns/shacl#NodeKindConstraintComponent-nodeKind'>;
|
|
250
|
-
/** A constraint component that can be used to restrict the RDF node kind of each value node. */
|
|
251
|
-
"NodeKindConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#NodeKindConstraintComponent'>;
|
|
252
|
-
/** The node expression producing the input nodes of a filter shape expression. */
|
|
253
50
|
"nodes": NamedNode<'http://www.w3.org/ns/shacl#nodes'>;
|
|
254
|
-
/** A node shape is a shape that specifies constraint that need to be met with respect to focus nodes. */
|
|
255
51
|
"NodeShape": NamedNode<'http://www.w3.org/ns/shacl#NodeShape'>;
|
|
256
|
-
/** The validator(s) used to evaluate a constraint in the context of a node shape. */
|
|
257
|
-
"nodeValidator": NamedNode<'http://www.w3.org/ns/shacl#nodeValidator'>;
|
|
258
|
-
/** Specifies a shape that the value nodes must not conform to. */
|
|
259
|
-
"not": NamedNode<'http://www.w3.org/ns/shacl#not'>;
|
|
260
|
-
"NotConstraintComponent-not": NamedNode<'http://www.w3.org/ns/shacl#NotConstraintComponent-not'>;
|
|
261
|
-
/** A constraint component that can be used to verify that value nodes do not conform to a given shape. */
|
|
262
|
-
"NotConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#NotConstraintComponent'>;
|
|
263
|
-
/** An expression producing the nodes that shall be inferred as objects. */
|
|
264
52
|
"object": NamedNode<'http://www.w3.org/ns/shacl#object'>;
|
|
265
53
|
"offset": NamedNode<'http://www.w3.org/ns/shacl#offset'>;
|
|
266
54
|
/** An offset expression is a blank node with exactly one value for the property sh:offset which is a literal with datatype xsd:integer and with exactly one value for the property sh:nodes which is a well-formed node expression. */
|
|
267
55
|
"OffsetExpression": NamedNode<'http://www.w3.org/ns/shacl#OffsetExpression'>;
|
|
268
|
-
/** The (single) value of this property represents a path that is matched one or more times. */
|
|
269
|
-
"oneOrMorePath": NamedNode<'http://www.w3.org/ns/shacl#oneOrMorePath'>;
|
|
270
|
-
/** Indicates whether a parameter is optional. */
|
|
271
|
-
"optional": NamedNode<'http://www.w3.org/ns/shacl#optional'>;
|
|
272
|
-
/** Specifies a list of shapes so that the value nodes must conform to at least one of the shapes. */
|
|
273
|
-
"or": NamedNode<'http://www.w3.org/ns/shacl#or'>;
|
|
274
|
-
"OrConstraintComponent-or": NamedNode<'http://www.w3.org/ns/shacl#OrConstraintComponent-or'>;
|
|
275
|
-
/** A constraint component that can be used to restrict the value nodes so that they conform to at least one out of several provided shapes. */
|
|
276
|
-
"OrConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#OrConstraintComponent'>;
|
|
277
|
-
/** Specifies the relative order of this compared to its siblings. For example use 0 for the first, 1 for the second. */
|
|
278
|
-
"order": NamedNode<'http://www.w3.org/ns/shacl#order'>;
|
|
279
56
|
"orderBy": NamedNode<'http://www.w3.org/ns/shacl#orderBy'>;
|
|
280
57
|
/** An orderBy expression is a blank node with exactly one value for the property sh:orderBy which is a well-formed node expression and with exactly one value for the property sh:nodes which is a well-formed node expression. An orderBy expression can have one value for the property sh:desc which is either true or false. */
|
|
281
58
|
"OrderByExpression": NamedNode<'http://www.w3.org/ns/shacl#OrderByExpression'>;
|
|
282
|
-
/** The parameters of a function or constraint component. */
|
|
283
|
-
"parameter": NamedNode<'http://www.w3.org/ns/shacl#parameter'>;
|
|
284
|
-
/** The class of parameter declarations, consisting of a path predicate and (possibly) information about allowed value type, cardinality and other characteristics. */
|
|
285
|
-
"Parameter": NamedNode<'http://www.w3.org/ns/shacl#Parameter'>;
|
|
286
|
-
/** Superclass of components that can take parameters, especially functions and constraint components. */
|
|
287
|
-
"Parameterizable": NamedNode<'http://www.w3.org/ns/shacl#Parameterizable'>;
|
|
288
|
-
/** Specifies the property path of a property shape. */
|
|
289
59
|
"path": NamedNode<'http://www.w3.org/ns/shacl#path'>;
|
|
290
60
|
/** A path expression is a blank node with exactly one value of the property sh:path (which are well-formed property paths) and at most one value for sh:nodes (which is a well-formed node expression). */
|
|
291
61
|
"PathExpression": NamedNode<'http://www.w3.org/ns/shacl#PathExpression'>;
|
|
292
|
-
/** Specifies a regular expression pattern that the string representations of the value nodes must match. */
|
|
293
|
-
"pattern": NamedNode<'http://www.w3.org/ns/shacl#pattern'>;
|
|
294
|
-
"PatternConstraintComponent-flags": NamedNode<'http://www.w3.org/ns/shacl#PatternConstraintComponent-flags'>;
|
|
295
|
-
"PatternConstraintComponent-pattern": NamedNode<'http://www.w3.org/ns/shacl#PatternConstraintComponent-pattern'>;
|
|
296
|
-
/** A constraint component that can be used to verify that every value node matches a given regular expression. */
|
|
297
|
-
"PatternConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#PatternConstraintComponent'>;
|
|
298
|
-
/** An expression producing the properties that shall be inferred as predicates. */
|
|
299
62
|
"predicate": NamedNode<'http://www.w3.org/ns/shacl#predicate'>;
|
|
300
|
-
/** The prefix of a prefix declaration. */
|
|
301
|
-
"prefix": NamedNode<'http://www.w3.org/ns/shacl#prefix'>;
|
|
302
|
-
/** The class of prefix declarations, consisting of pairs of a prefix with a namespace. */
|
|
303
|
-
"PrefixDeclaration": NamedNode<'http://www.w3.org/ns/shacl#PrefixDeclaration'>;
|
|
304
|
-
/** The prefixes that shall be applied before parsing the associated SPARQL query. */
|
|
305
63
|
"prefixes": NamedNode<'http://www.w3.org/ns/shacl#prefixes'>;
|
|
306
|
-
/** Links a shape to its property shapes. */
|
|
307
|
-
"property": NamedNode<'http://www.w3.org/ns/shacl#property'>;
|
|
308
|
-
"PropertyConstraintComponent-property": NamedNode<'http://www.w3.org/ns/shacl#PropertyConstraintComponent-property'>;
|
|
309
|
-
/** A constraint component that can be used to verify that all value nodes conform to the given property shape. */
|
|
310
|
-
"PropertyConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#PropertyConstraintComponent'>;
|
|
311
|
-
/** Instances of this class represent groups of property shapes that belong together. */
|
|
312
|
-
"PropertyGroup": NamedNode<'http://www.w3.org/ns/shacl#PropertyGroup'>;
|
|
313
|
-
/** A property shape is a shape that specifies constraints on the values of a focus node for a given property or path. */
|
|
314
|
-
"PropertyShape": NamedNode<'http://www.w3.org/ns/shacl#PropertyShape'>;
|
|
315
|
-
/** The validator(s) used to evaluate a constraint in the context of a property shape. */
|
|
316
|
-
"propertyValidator": NamedNode<'http://www.w3.org/ns/shacl#propertyValidator'>;
|
|
317
|
-
/** The maximum number of value nodes that can conform to the shape. */
|
|
318
|
-
"qualifiedMaxCount": NamedNode<'http://www.w3.org/ns/shacl#qualifiedMaxCount'>;
|
|
319
|
-
"QualifiedMaxCountConstraintComponent-qualifiedMaxCount": NamedNode<'http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedMaxCount'>;
|
|
320
|
-
"QualifiedMaxCountConstraintComponent-qualifiedValueShape": NamedNode<'http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShape'>;
|
|
321
|
-
"QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint": NamedNode<'http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint'>;
|
|
322
|
-
/** A constraint component that can be used to verify that a specified maximum number of value nodes conforms to a given shape. */
|
|
323
|
-
"QualifiedMaxCountConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#QualifiedMaxCountConstraintComponent'>;
|
|
324
|
-
/** The minimum number of value nodes that must conform to the shape. */
|
|
325
|
-
"qualifiedMinCount": NamedNode<'http://www.w3.org/ns/shacl#qualifiedMinCount'>;
|
|
326
|
-
"QualifiedMinCountConstraintComponent-qualifiedMinCount": NamedNode<'http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedMinCount'>;
|
|
327
|
-
"QualifiedMinCountConstraintComponent-qualifiedValueShape": NamedNode<'http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShape'>;
|
|
328
|
-
"QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint": NamedNode<'http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint'>;
|
|
329
|
-
/** A constraint component that can be used to verify that a specified minimum number of value nodes conforms to a given shape. */
|
|
330
|
-
"QualifiedMinCountConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent'>;
|
|
331
|
-
/** The shape that a specified number of values must conform to. */
|
|
332
|
-
"qualifiedValueShape": NamedNode<'http://www.w3.org/ns/shacl#qualifiedValueShape'>;
|
|
333
|
-
/** Can be used to mark the qualified value shape to be disjoint with its sibling shapes. */
|
|
334
|
-
"qualifiedValueShapesDisjoint": NamedNode<'http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint'>;
|
|
335
|
-
/** The validation results contained in a validation report. */
|
|
336
|
-
"result": NamedNode<'http://www.w3.org/ns/shacl#result'>;
|
|
337
|
-
/** Links a SPARQL validator with zero or more sh:ResultAnnotation instances, defining how to derive additional result properties based on the variables of the SELECT query. */
|
|
338
|
-
"resultAnnotation": NamedNode<'http://www.w3.org/ns/shacl#resultAnnotation'>;
|
|
339
|
-
/** A class of result annotations, which define the rules to derive the values of a given annotation property as extra values for a validation result. */
|
|
340
|
-
"ResultAnnotation": NamedNode<'http://www.w3.org/ns/shacl#ResultAnnotation'>;
|
|
341
|
-
/** Human-readable messages explaining the cause of the result. */
|
|
342
|
-
"resultMessage": NamedNode<'http://www.w3.org/ns/shacl#resultMessage'>;
|
|
343
|
-
/** The path of a validation result, based on the path of the validated property shape. */
|
|
344
|
-
"resultPath": NamedNode<'http://www.w3.org/ns/shacl#resultPath'>;
|
|
345
|
-
/** The severity of the result, e.g. warning. */
|
|
346
|
-
"resultSeverity": NamedNode<'http://www.w3.org/ns/shacl#resultSeverity'>;
|
|
347
|
-
/** The expected type of values returned by the associated function. */
|
|
348
|
-
"returnType": NamedNode<'http://www.w3.org/ns/shacl#returnType'>;
|
|
349
|
-
/** The rules linked to a shape. */
|
|
350
|
-
"rule": NamedNode<'http://www.w3.org/ns/shacl#rule'>;
|
|
351
|
-
/** The class of SHACL rules. Never instantiated directly. */
|
|
352
|
-
"Rule": NamedNode<'http://www.w3.org/ns/shacl#Rule'>;
|
|
353
|
-
/** The SPARQL SELECT query to execute. */
|
|
354
64
|
"select": NamedNode<'http://www.w3.org/ns/shacl#select'>;
|
|
355
65
|
"separator": NamedNode<'http://www.w3.org/ns/shacl#separator'>;
|
|
356
|
-
/** Defines the severity that validation results produced by a shape must have. Defaults to sh:Violation. */
|
|
357
|
-
"severity": NamedNode<'http://www.w3.org/ns/shacl#severity'>;
|
|
358
|
-
/** The class of validation result severity levels, including violation and warning levels. */
|
|
359
|
-
"Severity": NamedNode<'http://www.w3.org/ns/shacl#Severity'>;
|
|
360
|
-
/** A shape is a collection of constraints that may be targeted for certain nodes. */
|
|
361
|
-
"Shape": NamedNode<'http://www.w3.org/ns/shacl#Shape'>;
|
|
362
|
-
/** Shapes graphs that should be used when validating this data graph. */
|
|
363
|
-
"shapesGraph": NamedNode<'http://www.w3.org/ns/shacl#shapesGraph'>;
|
|
364
|
-
/** If true then the validation engine was certain that the shapes graph has passed all SHACL syntax requirements during the validation process. */
|
|
365
|
-
"shapesGraphWellFormed": NamedNode<'http://www.w3.org/ns/shacl#shapesGraphWellFormed'>;
|
|
366
|
-
/** The constraint that was validated when the result was produced. */
|
|
367
|
-
"sourceConstraint": NamedNode<'http://www.w3.org/ns/shacl#sourceConstraint'>;
|
|
368
|
-
/** The constraint component that is the source of the result. */
|
|
369
|
-
"sourceConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#sourceConstraintComponent'>;
|
|
370
|
-
/** The shape that is was validated when the result was produced. */
|
|
371
|
-
"sourceShape": NamedNode<'http://www.w3.org/ns/shacl#sourceShape'>;
|
|
372
|
-
/** Links a shape with SPARQL constraints. */
|
|
373
|
-
"sparql": NamedNode<'http://www.w3.org/ns/shacl#sparql'>;
|
|
374
|
-
/** The class of SPARQL executables that are based on an ASK query. */
|
|
375
|
-
"SPARQLAskExecutable": NamedNode<'http://www.w3.org/ns/shacl#SPARQLAskExecutable'>;
|
|
376
66
|
/** A SPARQL ASK expression is a blank node with exactly one value for the property sh:ask which is string literal. The blank node may have values for the property sh:prefixes and these values are IRIs or blank nodes. Using the values of sh:prefixes as defined by 5.2.1 Prefix Declarations for SPARQL Queries, the value of sh:ask must be valid SPARQL 1.1 ASK query. The blank node may also have exactly one value for the property sh:nodes which is a well-formed node expression. */
|
|
377
67
|
"SPARQLAskExpression": NamedNode<'http://www.w3.org/ns/shacl#SPARQLAskExpression'>;
|
|
378
|
-
/** The class of validators based on SPARQL ASK queries. The queries are evaluated for each value node and are supposed to return true if the given node conforms. */
|
|
379
|
-
"SPARQLAskValidator": NamedNode<'http://www.w3.org/ns/shacl#SPARQLAskValidator'>;
|
|
380
|
-
/** The class of constraints based on SPARQL SELECT queries. */
|
|
381
|
-
"SPARQLConstraint": NamedNode<'http://www.w3.org/ns/shacl#SPARQLConstraint'>;
|
|
382
|
-
"SPARQLConstraintComponent-sparql": NamedNode<'http://www.w3.org/ns/shacl#SPARQLConstraintComponent-sparql'>;
|
|
383
|
-
/** A constraint component that can be used to define constraints based on SPARQL queries. */
|
|
384
|
-
"SPARQLConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#SPARQLConstraintComponent'>;
|
|
385
|
-
/** The class of SPARQL executables that are based on a CONSTRUCT query. */
|
|
386
|
-
"SPARQLConstructExecutable": NamedNode<'http://www.w3.org/ns/shacl#SPARQLConstructExecutable'>;
|
|
387
|
-
/** The class of resources that encapsulate a SPARQL query. */
|
|
388
|
-
"SPARQLExecutable": NamedNode<'http://www.w3.org/ns/shacl#SPARQLExecutable'>;
|
|
389
|
-
/** A function backed by a SPARQL query - either ASK or SELECT. */
|
|
390
|
-
"SPARQLFunction": NamedNode<'http://www.w3.org/ns/shacl#SPARQLFunction'>;
|
|
391
|
-
/** The class of SHACL rules based on SPARQL CONSTRUCT queries. */
|
|
392
68
|
"SPARQLRule": NamedNode<'http://www.w3.org/ns/shacl#SPARQLRule'>;
|
|
393
|
-
/** The class of SPARQL executables based on a SELECT query. */
|
|
394
|
-
"SPARQLSelectExecutable": NamedNode<'http://www.w3.org/ns/shacl#SPARQLSelectExecutable'>;
|
|
395
69
|
/** A SPARQL SELECT expression is a blank node with exactly one value for the property sh:select which is string literal. The blank node may have values for the property sh:prefixes and these values are IRIs or blank nodes. Using the values of sh:prefixes as defined by 5.2.1 Prefix Declarations for SPARQL Queries, the value of sh:select must be valid SPARQL 1.1 SELECT query with exactly one result variable. The blank node may also have exactly one value for the property sh:nodes which is a well-formed node expression. */
|
|
396
70
|
"SPARQLSelectExpression": NamedNode<'http://www.w3.org/ns/shacl#SPARQLSelectExpression'>;
|
|
397
|
-
/** The class of validators based on SPARQL SELECT queries. The queries are evaluated for each focus node and are supposed to produce bindings for all focus nodes that do not conform. */
|
|
398
|
-
"SPARQLSelectValidator": NamedNode<'http://www.w3.org/ns/shacl#SPARQLSelectValidator'>;
|
|
399
|
-
/** The class of targets that are based on SPARQL queries. */
|
|
400
|
-
"SPARQLTarget": NamedNode<'http://www.w3.org/ns/shacl#SPARQLTarget'>;
|
|
401
|
-
/** The (meta) class for parameterizable targets that are based on SPARQL queries. */
|
|
402
|
-
"SPARQLTargetType": NamedNode<'http://www.w3.org/ns/shacl#SPARQLTargetType'>;
|
|
403
|
-
/** The class of SPARQL executables based on a SPARQL UPDATE. */
|
|
404
|
-
"SPARQLUpdateExecutable": NamedNode<'http://www.w3.org/ns/shacl#SPARQLUpdateExecutable'>;
|
|
405
|
-
/** An expression producing the resources that shall be inferred as subjects. */
|
|
406
71
|
"subject": NamedNode<'http://www.w3.org/ns/shacl#subject'>;
|
|
407
|
-
/** Suggested shapes graphs for this ontology. The values of this property may be used in the absence of specific sh:shapesGraph statements. */
|
|
408
|
-
"suggestedShapesGraph": NamedNode<'http://www.w3.org/ns/shacl#suggestedShapesGraph'>;
|
|
409
72
|
"sum": NamedNode<'http://www.w3.org/ns/shacl#sum'>;
|
|
410
73
|
/** A sum expression is a blank node with exactly one value for the property sh:sum which is a well-formed node expression. */
|
|
411
74
|
"SumExpression": NamedNode<'http://www.w3.org/ns/shacl#SumExpression'>;
|
|
412
|
-
/** Links a shape to a target specified by an extension language, for example instances of sh:SPARQLTarget. */
|
|
413
|
-
"target": NamedNode<'http://www.w3.org/ns/shacl#target'>;
|
|
414
|
-
/** The base class of targets such as those based on SPARQL queries. */
|
|
415
|
-
"Target": NamedNode<'http://www.w3.org/ns/shacl#Target'>;
|
|
416
|
-
/** Links a shape to a class, indicating that all instances of the class must conform to the shape. */
|
|
417
|
-
"targetClass": NamedNode<'http://www.w3.org/ns/shacl#targetClass'>;
|
|
418
|
-
/** Links a shape to individual nodes, indicating that these nodes must conform to the shape. */
|
|
419
|
-
"targetNode": NamedNode<'http://www.w3.org/ns/shacl#targetNode'>;
|
|
420
|
-
/** Links a shape to a property, indicating that all all objects of triples that have the given property as their predicate must conform to the shape. */
|
|
421
|
-
"targetObjectsOf": NamedNode<'http://www.w3.org/ns/shacl#targetObjectsOf'>;
|
|
422
|
-
/** Links a shape to a property, indicating that all subjects of triples that have the given property as their predicate must conform to the shape. */
|
|
423
|
-
"targetSubjectsOf": NamedNode<'http://www.w3.org/ns/shacl#targetSubjectsOf'>;
|
|
424
|
-
/** The (meta) class for parameterizable targets. Instances of this are instantiated as values of the sh:target property. */
|
|
425
|
-
"TargetType": NamedNode<'http://www.w3.org/ns/shacl#TargetType'>;
|
|
426
75
|
"then": NamedNode<'http://www.w3.org/ns/shacl#then'>;
|
|
427
|
-
/** A node expression that represents the current focus node. */
|
|
428
|
-
"this": NamedNode<'http://www.w3.org/ns/shacl#this'>;
|
|
429
76
|
"TripleRule": NamedNode<'http://www.w3.org/ns/shacl#TripleRule'>;
|
|
430
|
-
/** A list of node expressions that shall be used together. */
|
|
431
77
|
"union": NamedNode<'http://www.w3.org/ns/shacl#union'>;
|
|
432
78
|
/** A union expression is a blank node with exactly one value for the property sh:union which is a well-formed SHACL list with at least two members (which are well-formed node expressions). */
|
|
433
79
|
"UnionExpression": NamedNode<'http://www.w3.org/ns/shacl#UnionExpression'>;
|
|
434
|
-
/** Specifies whether all node values must have a unique (or no) language tag. */
|
|
435
|
-
"uniqueLang": NamedNode<'http://www.w3.org/ns/shacl#uniqueLang'>;
|
|
436
|
-
"UniqueLangConstraintComponent-uniqueLang": NamedNode<'http://www.w3.org/ns/shacl#UniqueLangConstraintComponent-uniqueLang'>;
|
|
437
|
-
/** A constraint component that can be used to specify that no pair of value nodes may use the same language tag. */
|
|
438
|
-
"UniqueLangConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#UniqueLangConstraintComponent'>;
|
|
439
|
-
/** The SPARQL UPDATE to execute. */
|
|
440
|
-
"update": NamedNode<'http://www.w3.org/ns/shacl#update'>;
|
|
441
|
-
/** The class of SHACL validation reports. */
|
|
442
|
-
"ValidationReport": NamedNode<'http://www.w3.org/ns/shacl#ValidationReport'>;
|
|
443
|
-
/** The class of validation results. */
|
|
444
|
-
"ValidationResult": NamedNode<'http://www.w3.org/ns/shacl#ValidationResult'>;
|
|
445
|
-
/** The validator(s) used to evaluate constraints of either node or property shapes. */
|
|
446
|
-
"validator": NamedNode<'http://www.w3.org/ns/shacl#validator'>;
|
|
447
|
-
/** The class of validators, which provide instructions on how to process a constraint definition. This class serves as base class for the SPARQL-based validators and other possible implementations. */
|
|
448
|
-
"Validator": NamedNode<'http://www.w3.org/ns/shacl#Validator'>;
|
|
449
|
-
/** An RDF node that has caused the result. */
|
|
450
|
-
"value": NamedNode<'http://www.w3.org/ns/shacl#value'>;
|
|
451
80
|
"values": NamedNode<'http://www.w3.org/ns/shacl#values'>;
|
|
452
|
-
/** The severity for a violation validation result. */
|
|
453
|
-
"Violation": NamedNode<'http://www.w3.org/ns/shacl#Violation'>;
|
|
454
|
-
/** The severity for a warning validation result. */
|
|
455
|
-
"Warning": NamedNode<'http://www.w3.org/ns/shacl#Warning'>;
|
|
456
|
-
/** Specifies a list of shapes so that the value nodes must conform to exactly one of the shapes. */
|
|
457
|
-
"xone": NamedNode<'http://www.w3.org/ns/shacl#xone'>;
|
|
458
|
-
"XoneConstraintComponent-xone": NamedNode<'http://www.w3.org/ns/shacl#XoneConstraintComponent-xone'>;
|
|
459
|
-
/** A constraint component that can be used to restrict the value nodes so that they conform to exactly one out of several provided shapes. */
|
|
460
|
-
"XoneConstraintComponent": NamedNode<'http://www.w3.org/ns/shacl#XoneConstraintComponent'>;
|
|
461
|
-
/** The (single) value of this property represents a path that is matched zero or more times. */
|
|
462
|
-
"zeroOrMorePath": NamedNode<'http://www.w3.org/ns/shacl#zeroOrMorePath'>;
|
|
463
|
-
/** The (single) value of this property represents a path that is matched zero or one times. */
|
|
464
|
-
"zeroOrOnePath": NamedNode<'http://www.w3.org/ns/shacl#zeroOrOnePath'>;
|
|
465
81
|
}
|
|
466
82
|
export declare const strict: NamespaceBuilder<keyof Sh> & Sh;
|
|
467
83
|
export declare const loose: NamespaceBuilder & Sh;
|
package/vocabularies/sh.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sh.d.ts","sourceRoot":"","sources":["sh.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"sh.d.ts","sourceRoot":"","sources":["sh.ts"],"names":[],"mappings":"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"}
|
package/vocabularies/solid.d.ts
CHANGED
|
@@ -40,12 +40,16 @@ export interface Solid {
|
|
|
40
40
|
"Patch": NamedNode<'http://www.w3.org/ns/solid/terms#Patch'>;
|
|
41
41
|
/** The document to which this patch applies. */
|
|
42
42
|
"patches": NamedNode<'http://www.w3.org/ns/solid/terms#patches'>;
|
|
43
|
+
/** Points to an unlisted label index resource. */
|
|
44
|
+
"privateLabelIndex": NamedNode<'http://www.w3.org/ns/solid/terms#privateLabelIndex'>;
|
|
43
45
|
/** Points to an unlisted type index resource. */
|
|
44
46
|
"privateTypeIndex": NamedNode<'http://www.w3.org/ns/solid/terms#privateTypeIndex'>;
|
|
45
47
|
/** Points to a listed type index resource. */
|
|
46
48
|
"publicTypeIndex": NamedNode<'http://www.w3.org/ns/solid/terms#publicTypeIndex'>;
|
|
47
49
|
/** Indicates if a message has been read or not. This property should have a boolean datatype. */
|
|
48
50
|
"read": NamedNode<'http://www.w3.org/ns/solid/terms#read'>;
|
|
51
|
+
/** Refers to the resource that provides a description of the storage containing this resource. */
|
|
52
|
+
"storageDescription": NamedNode<'http://www.w3.org/ns/solid/terms#storageDescription'>;
|
|
49
53
|
/** The quota of non-volatile memory that is available for the account (in bytes) */
|
|
50
54
|
"storageQuota": NamedNode<'http://www.w3.org/ns/solid/terms#storageQuota'>;
|
|
51
55
|
/** The amount of non-volatile memory that the account have used (in bytes) */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"solid.d.ts","sourceRoot":"","sources":["solid.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"solid.d.ts","sourceRoot":"","sources":["solid.ts"],"names":[],"mappings":"AAAA,OAAkB,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,WAAW,KAAK;IAClB,EAAE,EAAE,SAAS,CAAC,mCAAmC,CAAC,CAAC;IACnD,6CAA6C;IAC7C,SAAS,EAAE,SAAS,CAAC,0CAA0C,CAAC,CAAC;IACjE,uBAAuB;IACvB,SAAS,EAAE,SAAS,CAAC,0CAA0C,CAAC,CAAC;IACjE,gEAAgE;IAChE,SAAS,EAAE,SAAS,CAAC,0CAA0C,CAAC,CAAC;IACjE,oEAAoE;IACpE,UAAU,EAAE,SAAS,CAAC,2CAA2C,CAAC,CAAC;IACnE,kHAAkH;IAClH,OAAO,EAAE,SAAS,CAAC,wCAAwC,CAAC,CAAC;IAC7D,2CAA2C;IAC3C,OAAO,EAAE,SAAS,CAAC,wCAAwC,CAAC,CAAC;IAC7D,2IAA2I;IAC3I,mBAAmB,EAAE,SAAS,CAAC,oDAAoD,CAAC,CAAC;IACrF,2DAA2D;IAC3D,SAAS,EAAE,SAAS,CAAC,0CAA0C,CAAC,CAAC;IACjE,iGAAiG;IACjG,UAAU,EAAE,SAAS,CAAC,2CAA2C,CAAC,CAAC;IACnE,wGAAwG;IACxG,mBAAmB,EAAE,SAAS,CAAC,oDAAoD,CAAC,CAAC;IACrF,qHAAqH;IACrH,gBAAgB,EAAE,SAAS,CAAC,iDAAiD,CAAC,CAAC;IAC/E,uCAAuC;IACvC,eAAe,EAAE,SAAS,CAAC,gDAAgD,CAAC,CAAC;IAC7E,wCAAwC;IACxC,gBAAgB,EAAE,SAAS,CAAC,iDAAiD,CAAC,CAAC;IAC/E,0CAA0C;IAC1C,cAAc,EAAE,SAAS,CAAC,+CAA+C,CAAC,CAAC;IAC3E,+BAA+B;IAC/B,cAAc,EAAE,SAAS,CAAC,+CAA+C,CAAC,CAAC;IAC3E,iEAAiE;IACjE,YAAY,EAAE,SAAS,CAAC,6CAA6C,CAAC,CAAC;IACvE,sHAAsH;IACtH,OAAO,EAAE,SAAS,CAAC,wCAAwC,CAAC,CAAC;IAC7D,sGAAsG;IACtG,OAAO,EAAE,SAAS,CAAC,wCAAwC,CAAC,CAAC;IAC7D,gDAAgD;IAChD,SAAS,EAAE,SAAS,CAAC,0CAA0C,CAAC,CAAC;IACjE,kDAAkD;IAClD,mBAAmB,EAAE,SAAS,CAAC,oDAAoD,CAAC,CAAC;IACrF,iDAAiD;IACjD,kBAAkB,EAAE,SAAS,CAAC,mDAAmD,CAAC,CAAC;IACnF,8CAA8C;IAC9C,iBAAiB,EAAE,SAAS,CAAC,kDAAkD,CAAC,CAAC;IACjF,iGAAiG;IACjG,MAAM,EAAE,SAAS,CAAC,uCAAuC,CAAC,CAAC;IAC3D,kGAAkG;IAClG,oBAAoB,EAAE,SAAS,CAAC,qDAAqD,CAAC,CAAC;IACvF,oFAAoF;IACpF,cAAc,EAAE,SAAS,CAAC,+CAA+C,CAAC,CAAC;IAC3E,8EAA8E;IAC9E,cAAc,EAAE,SAAS,CAAC,+CAA+C,CAAC,CAAC;IAC3E,qCAAqC;IACrC,UAAU,EAAE,SAAS,CAAC,2CAA2C,CAAC,CAAC;IACnE,+MAA+M;IAC/M,UAAU,EAAE,SAAS,CAAC,2CAA2C,CAAC,CAAC;IACnE,sCAAsC;IACtC,WAAW,EAAE,SAAS,CAAC,4CAA4C,CAAC,CAAC;IACrE,qIAAqI;IACrI,WAAW,EAAE,SAAS,CAAC,4CAA4C,CAAC,CAAC;IACrE,oIAAoI;IACpI,kBAAkB,EAAE,SAAS,CAAC,mDAAmD,CAAC,CAAC;IACnF,gJAAgJ;IAChJ,kBAAkB,EAAE,SAAS,CAAC,mDAAmD,CAAC,CAAC;IACnF,qIAAqI;IACrI,OAAO,EAAE,SAAS,CAAC,wCAAwC,CAAC,CAAC;CAChE;AAGD,eAAO,MAAM,MAAM,EAAc,gBAAgB,CAAC,MAAM,KAAK,CAAC,GAAG,KAAK,CAAC;AACvE,eAAO,MAAM,KAAK,EAAc,gBAAgB,GAAG,KAAK,CAAC"}
|
package/vocabularies/sou.d.ts
CHANGED
|
@@ -10,15 +10,7 @@ export interface Sou {
|
|
|
10
10
|
"IMPERIAL": NamedNode<'http://qudt.org/vocab/sou/IMPERIAL'>;
|
|
11
11
|
"PLANCK": NamedNode<'http://qudt.org/vocab/sou/PLANCK'>;
|
|
12
12
|
"SI": NamedNode<'http://qudt.org/vocab/sou/SI'>;
|
|
13
|
-
"
|
|
14
|
-
"SOU_CGS-EMU": NamedNode<'http://qudt.org/vocab/sou/SOU_CGS-EMU'>;
|
|
15
|
-
"SOU_CGS-ESU": NamedNode<'http://qudt.org/vocab/sou/SOU_CGS-ESU'>;
|
|
16
|
-
"SOU_CGS-GAUSS": NamedNode<'http://qudt.org/vocab/sou/SOU_CGS-GAUSS'>;
|
|
17
|
-
"SOU_CGS": NamedNode<'http://qudt.org/vocab/sou/SOU_CGS'>;
|
|
18
|
-
"SOU_IMPERIAL": NamedNode<'http://qudt.org/vocab/sou/SOU_IMPERIAL'>;
|
|
19
|
-
"SOU_PLANCK": NamedNode<'http://qudt.org/vocab/sou/SOU_PLANCK'>;
|
|
20
|
-
"SOU_SI": NamedNode<'http://qudt.org/vocab/sou/SOU_SI'>;
|
|
21
|
-
"SOU_USCS": NamedNode<'http://qudt.org/vocab/sou/SOU_USCS'>;
|
|
13
|
+
"UNSTATED": NamedNode<'http://qudt.org/vocab/sou/UNSTATED'>;
|
|
22
14
|
"USCS": NamedNode<'http://qudt.org/vocab/sou/USCS'>;
|
|
23
15
|
}
|
|
24
16
|
export declare const strict: NamespaceBuilder<keyof Sou> & Sou;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sou.d.ts","sourceRoot":"","sources":["sou.ts"],"names":[],"mappings":"AAAA,OAAkB,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,WAAW,GAAG;IAChB,EAAE,EAAE,SAAS,CAAC,4BAA4B,CAAC,CAAC;IAC5C,KAAK,EAAE,SAAS,CAAC,+BAA+B,CAAC,CAAC;IAClD,SAAS,EAAE,SAAS,CAAC,mCAAmC,CAAC,CAAC;IAC1D,SAAS,EAAE,SAAS,CAAC,mCAAmC,CAAC,CAAC;IAC1D,WAAW,EAAE,SAAS,CAAC,qCAAqC,CAAC,CAAC;IAC9D,KAAK,EAAE,SAAS,CAAC,+BAA+B,CAAC,CAAC;IAClD,UAAU,EAAE,SAAS,CAAC,oCAAoC,CAAC,CAAC;IAC5D,QAAQ,EAAE,SAAS,CAAC,kCAAkC,CAAC,CAAC;IACxD,IAAI,EAAE,SAAS,CAAC,8BAA8B,CAAC,CAAC;IAChD,
|
|
1
|
+
{"version":3,"file":"sou.d.ts","sourceRoot":"","sources":["sou.ts"],"names":[],"mappings":"AAAA,OAAkB,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,WAAW,GAAG;IAChB,EAAE,EAAE,SAAS,CAAC,4BAA4B,CAAC,CAAC;IAC5C,KAAK,EAAE,SAAS,CAAC,+BAA+B,CAAC,CAAC;IAClD,SAAS,EAAE,SAAS,CAAC,mCAAmC,CAAC,CAAC;IAC1D,SAAS,EAAE,SAAS,CAAC,mCAAmC,CAAC,CAAC;IAC1D,WAAW,EAAE,SAAS,CAAC,qCAAqC,CAAC,CAAC;IAC9D,KAAK,EAAE,SAAS,CAAC,+BAA+B,CAAC,CAAC;IAClD,UAAU,EAAE,SAAS,CAAC,oCAAoC,CAAC,CAAC;IAC5D,QAAQ,EAAE,SAAS,CAAC,kCAAkC,CAAC,CAAC;IACxD,IAAI,EAAE,SAAS,CAAC,8BAA8B,CAAC,CAAC;IAChD,UAAU,EAAE,SAAS,CAAC,oCAAoC,CAAC,CAAC;IAC5D,MAAM,EAAE,SAAS,CAAC,gCAAgC,CAAC,CAAC;CACvD;AAGD,eAAO,MAAM,MAAM,EAAc,gBAAgB,CAAC,MAAM,GAAG,CAAC,GAAG,GAAG,CAAC;AACnE,eAAO,MAAM,KAAK,EAAc,gBAAgB,GAAG,GAAG,CAAC"}
|