Class: RDF::Vocab::SHACL

Inherits:
StrictVocabulary
  • Object
show all
Defined in:
lib/rdf/vocab/shacl.rb

Overview

Vocabulary for www.w3.org/ns/shacl#

W3C Shapes Constraint Language (SHACL) Vocabulary

This vocabulary defines terms used in SHACL, the W3C Shapes Constraint Language.

Instance Attribute Summary collapse

Instance Attribute Details

#AbstractResultRDF::Vocabulary::Term (readonly)

The base class of validation results, typically not instantiated directly.

Returns:

  • (RDF::Vocabulary::Term)


9
10
11
# File 'lib/rdf/vocab/shacl.rb', line 9

def AbstractResult
  @AbstractResult
end

#alternativePathRDF::Vocabulary::Term (readonly)

The (single) value of this property must be a list of path elements, representing the elements of alternative paths.

Returns:

  • (RDF::Vocabulary::Term)


168
169
170
# File 'lib/rdf/vocab/shacl.rb', line 168

def alternativePath
  @alternativePath
end

#andRDF::Vocabulary::Term (readonly)

RDF list of shapes to validate the value nodes against.

Returns:

  • (RDF::Vocabulary::Term)


172
173
174
# File 'lib/rdf/vocab/shacl.rb', line 172

def and
  @and
end

#AndConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to test whether a value node conforms to all members of a provided list of shapes.

Returns:

  • (RDF::Vocabulary::Term)


572
573
574
# File 'lib/rdf/vocab/shacl.rb', line 572

def AndConstraintComponent
  @AndConstraintComponent
end

#annotationPropertyRDF::Vocabulary::Term (readonly)

The annotation property that shall be set.

Returns:

  • (RDF::Vocabulary::Term)


176
177
178
# File 'lib/rdf/vocab/shacl.rb', line 176

def annotationProperty
  @annotationProperty
end

#annotationValueRDF::Vocabulary::Term (readonly)

The (default) values of the annotation property.

Returns:

  • (RDF::Vocabulary::Term)


180
181
182
# File 'lib/rdf/vocab/shacl.rb', line 180

def annotationValue
  @annotationValue
end

#annotationVarNameRDF::Vocabulary::Term (readonly)

The name of the SPARQL variable from the SELECT clause that shall be used for the values.

Returns:

  • (RDF::Vocabulary::Term)


184
185
186
# File 'lib/rdf/vocab/shacl.rb', line 184

def annotationVarName
  @annotationVarName
end

#askRDF::Vocabulary::Term (readonly)

The SPARQL ASK query to execute.

Returns:

  • (RDF::Vocabulary::Term)


188
189
190
# File 'lib/rdf/vocab/shacl.rb', line 188

def ask
  @ask
end

#BlankNodeRDF::Vocabulary::Term (readonly)

The node kind of all blank nodes.

Returns:

  • (RDF::Vocabulary::Term)


576
577
578
# File 'lib/rdf/vocab/shacl.rb', line 576

def BlankNode
  @BlankNode
end

#BlankNodeOrIRIRDF::Vocabulary::Term (readonly)

The node kind of all blank nodes or IRIs.

Returns:

  • (RDF::Vocabulary::Term)


580
581
582
# File 'lib/rdf/vocab/shacl.rb', line 580

def BlankNodeOrIRI
  @BlankNodeOrIRI
end

#BlankNodeOrLiteralRDF::Vocabulary::Term (readonly)

The node kind of all blank nodes or literals.

Returns:

  • (RDF::Vocabulary::Term)


584
585
586
# File 'lib/rdf/vocab/shacl.rb', line 584

def BlankNodeOrLiteral
  @BlankNodeOrLiteral
end

#classRDF::Vocabulary::Term (readonly)

The type that all value nodes must have.

Returns:

  • (RDF::Vocabulary::Term)


192
193
194
# File 'lib/rdf/vocab/shacl.rb', line 192

def class
  @class
end

#ClassConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to verify that each value node is an instance of a given type.

Returns:

  • (RDF::Vocabulary::Term)


588
589
590
# File 'lib/rdf/vocab/shacl.rb', line 588

def ClassConstraintComponent
  @ClassConstraintComponent
end

#closedRDF::Vocabulary::Term (readonly)

If set to true then the shape is closed.

Returns:

  • (RDF::Vocabulary::Term)


196
197
198
# File 'lib/rdf/vocab/shacl.rb', line 196

def closed
  @closed
end

#ClosedConstraintComponentRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


592
593
594
# File 'lib/rdf/vocab/shacl.rb', line 592

def ClosedConstraintComponent
  @ClosedConstraintComponent
end

#conditionRDF::Vocabulary::Term (readonly)

The shapes that the focus nodes need to conform to before a rule is executed on them.

Returns:

  • (RDF::Vocabulary::Term)


200
201
202
# File 'lib/rdf/vocab/shacl.rb', line 200

def condition
  @condition
end

#conformsRDF::Vocabulary::Term (readonly)

True if the validation did not produce any validation results, and false otherwise.

Returns:

  • (RDF::Vocabulary::Term)


204
205
206
# File 'lib/rdf/vocab/shacl.rb', line 204

def conforms
  @conforms
end

#ConstraintComponentRDF::Vocabulary::Term (readonly)

The class of constraint components.

Returns:

  • (RDF::Vocabulary::Term)


13
14
15
# File 'lib/rdf/vocab/shacl.rb', line 13

def ConstraintComponent
  @ConstraintComponent
end

#constructRDF::Vocabulary::Term (readonly)

The SPARQL CONSTRUCT query to execute.

Returns:

  • (RDF::Vocabulary::Term)


208
209
210
# File 'lib/rdf/vocab/shacl.rb', line 208

def construct
  @construct
end

#datatypeRDF::Vocabulary::Term (readonly)

Specifies an RDF datatype that all value nodes must have.

Returns:

  • (RDF::Vocabulary::Term)


212
213
214
# File 'lib/rdf/vocab/shacl.rb', line 212

def datatype
  @datatype
end

#DatatypeConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to restrict the datatype of all value nodes.

Returns:

  • (RDF::Vocabulary::Term)


596
597
598
# File 'lib/rdf/vocab/shacl.rb', line 596

def DatatypeConstraintComponent
  @DatatypeConstraintComponent
end

#deactivatedRDF::Vocabulary::Term (readonly)

If set to true then all nodes conform to this.

Returns:

  • (RDF::Vocabulary::Term)


216
217
218
# File 'lib/rdf/vocab/shacl.rb', line 216

def deactivated
  @deactivated
end

#declareRDF::Vocabulary::Term (readonly)

Links a resource with its namespace prefix declarations.

Returns:

  • (RDF::Vocabulary::Term)


220
221
222
# File 'lib/rdf/vocab/shacl.rb', line 220

def declare
  @declare
end

#defaultValueRDF::Vocabulary::Term (readonly)

A default value for a property, for example for user interface tools to pre-populate input fields.

Returns:

  • (RDF::Vocabulary::Term)


224
225
226
# File 'lib/rdf/vocab/shacl.rb', line 224

def defaultValue
  @defaultValue
end

#descriptionRDF::Vocabulary::Term (readonly)

Human-readable descriptions for the property in the context of the surrounding shape.

Returns:

  • (RDF::Vocabulary::Term)


228
229
230
# File 'lib/rdf/vocab/shacl.rb', line 228

def description
  @description
end

#detailRDF::Vocabulary::Term (readonly)

Links a result with other results that provide more details, for example to describe violations against nested shapes.

Returns:

  • (RDF::Vocabulary::Term)


232
233
234
# File 'lib/rdf/vocab/shacl.rb', line 232

def detail
  @detail
end

#disjointRDF::Vocabulary::Term (readonly)

Specifies a property where the set of values must be disjoint with the value nodes.

Returns:

  • (RDF::Vocabulary::Term)


236
237
238
# File 'lib/rdf/vocab/shacl.rb', line 236

def disjoint
  @disjoint
end

#DisjointConstraintComponentRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


600
601
602
# File 'lib/rdf/vocab/shacl.rb', line 600

def DisjointConstraintComponent
  @DisjointConstraintComponent
end

#entailmentRDF::Vocabulary::Term (readonly)

An entailment regime that indicates what kind of inferencing is required by a shapes graph.

Returns:

  • (RDF::Vocabulary::Term)


240
241
242
# File 'lib/rdf/vocab/shacl.rb', line 240

def entailment
  @entailment
end

#equalsRDF::Vocabulary::Term (readonly)

Specifies a property that must have the same values as the value nodes.

Returns:

  • (RDF::Vocabulary::Term)


244
245
246
# File 'lib/rdf/vocab/shacl.rb', line 244

def equals
  @equals
end

#EqualsConstraintComponentRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


604
605
606
# File 'lib/rdf/vocab/shacl.rb', line 604

def EqualsConstraintComponent
  @EqualsConstraintComponent
end

#expressionRDF::Vocabulary::Term (readonly)

The node expression that must return true for the value nodes.

Returns:

  • (RDF::Vocabulary::Term)


248
249
250
# File 'lib/rdf/vocab/shacl.rb', line 248

def expression
  @expression
end

#ExpressionConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to verify that a given node expression produces true for all value nodes.

Returns:

  • (RDF::Vocabulary::Term)


608
609
610
# File 'lib/rdf/vocab/shacl.rb', line 608

def ExpressionConstraintComponent
  @ExpressionConstraintComponent
end

#filterShapeRDF::Vocabulary::Term (readonly)

The shape that all input nodes of the expression need to conform to.

Returns:

  • (RDF::Vocabulary::Term)


252
253
254
# File 'lib/rdf/vocab/shacl.rb', line 252

def filterShape
  @filterShape
end

#flagsRDF::Vocabulary::Term (readonly)

An optional flag to be used with regular expression pattern matching.

Returns:

  • (RDF::Vocabulary::Term)


256
257
258
# File 'lib/rdf/vocab/shacl.rb', line 256

def flags
  @flags
end

#focusNodeRDF::Vocabulary::Term (readonly)

The focus node that was validated when the result was produced.

Returns:

  • (RDF::Vocabulary::Term)


260
261
262
# File 'lib/rdf/vocab/shacl.rb', line 260

def focusNode
  @focusNode
end

#FunctionRDF::Vocabulary::Term (readonly)

The class of SHACL functions.

Returns:

  • (RDF::Vocabulary::Term)


17
18
19
# File 'lib/rdf/vocab/shacl.rb', line 17

def Function
  @Function
end

#groupRDF::Vocabulary::Term (readonly)

Can be used to link to a property group to indicate that a property shape belongs to a group of related property shapes.

Returns:

  • (RDF::Vocabulary::Term)


264
265
266
# File 'lib/rdf/vocab/shacl.rb', line 264

def group
  @group
end

#hasValueRDF::Vocabulary::Term (readonly)

Specifies a value that must be among the value nodes.

Returns:

  • (RDF::Vocabulary::Term)


268
269
270
# File 'lib/rdf/vocab/shacl.rb', line 268

def hasValue
  @hasValue
end

#HasValueConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to verify that one of the value nodes is a given RDF node.

Returns:

  • (RDF::Vocabulary::Term)


612
613
614
# File 'lib/rdf/vocab/shacl.rb', line 612

def HasValueConstraintComponent
  @HasValueConstraintComponent
end

#ignoredPropertiesRDF::Vocabulary::Term (readonly)

An optional RDF list of properties that are also permitted in addition to those explicitly enumerated via sh:property/sh:path.

Returns:

  • (RDF::Vocabulary::Term)


272
273
274
# File 'lib/rdf/vocab/shacl.rb', line 272

def ignoredProperties
  @ignoredProperties
end

#inRDF::Vocabulary::Term (readonly)

Specifies a list of allowed values so that each value node must be among the members of the given list.

Returns:

  • (RDF::Vocabulary::Term)


276
277
278
# File 'lib/rdf/vocab/shacl.rb', line 276

def in
  @in
end

#InConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to exclusively enumerate the permitted value nodes.

Returns:

  • (RDF::Vocabulary::Term)


624
625
626
# File 'lib/rdf/vocab/shacl.rb', line 624

def InConstraintComponent
  @InConstraintComponent
end

#InfoRDF::Vocabulary::Term (readonly)

The severity for an informational validation result.

Returns:

  • (RDF::Vocabulary::Term)


628
629
630
# File 'lib/rdf/vocab/shacl.rb', line 628

def Info
  @Info
end

#intersectionRDF::Vocabulary::Term (readonly)

A list of node expressions that shall be intersected.

Returns:

  • (RDF::Vocabulary::Term)


280
281
282
# File 'lib/rdf/vocab/shacl.rb', line 280

def intersection
  @intersection
end

#inversePathRDF::Vocabulary::Term (readonly)

The (single) value of this property represents an inverse path (object to subject).

Returns:

  • (RDF::Vocabulary::Term)


284
285
286
# File 'lib/rdf/vocab/shacl.rb', line 284

def inversePath
  @inversePath
end

#IRIRDF::Vocabulary::Term (readonly)

The node kind of all IRIs.

Returns:

  • (RDF::Vocabulary::Term)


616
617
618
# File 'lib/rdf/vocab/shacl.rb', line 616

def IRI
  @IRI
end

#IRIOrLiteralRDF::Vocabulary::Term (readonly)

The node kind of all IRIs or literals.

Returns:

  • (RDF::Vocabulary::Term)


620
621
622
# File 'lib/rdf/vocab/shacl.rb', line 620

def IRIOrLiteral
  @IRIOrLiteral
end

#jsRDF::Vocabulary::Term (readonly)

Constraints expressed in JavaScript.

Returns:

  • (RDF::Vocabulary::Term)


288
289
290
# File 'lib/rdf/vocab/shacl.rb', line 288

def js
  @js
end

#JSConstraintRDF::Vocabulary::Term (readonly)

The class of constraints backed by a JavaScript function.

Returns:

  • (RDF::Vocabulary::Term)


21
22
23
# File 'lib/rdf/vocab/shacl.rb', line 21

def JSConstraint
  @JSConstraint
end

#JSConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component with the parameter sh:js linking to a sh:JSConstraint containing a sh:script.

Returns:

  • (RDF::Vocabulary::Term)


632
633
634
# File 'lib/rdf/vocab/shacl.rb', line 632

def JSConstraintComponent
  @JSConstraintComponent
end

#JSExecutableRDF::Vocabulary::Term (readonly)

Abstract base class of resources that declare an executable JavaScript.

Returns:

  • (RDF::Vocabulary::Term)


25
26
27
# File 'lib/rdf/vocab/shacl.rb', line 25

def JSExecutable
  @JSExecutable
end

#JSFunctionRDF::Vocabulary::Term (readonly)

The class of SHACL functions that execute a JavaScript function when called.

Returns:

  • (RDF::Vocabulary::Term)


29
30
31
# File 'lib/rdf/vocab/shacl.rb', line 29

def JSFunction
  @JSFunction
end

#jsFunctionNameRDF::Vocabulary::Term (readonly)

The name of the JavaScript function to execute.

Returns:

  • (RDF::Vocabulary::Term)


292
293
294
# File 'lib/rdf/vocab/shacl.rb', line 292

def jsFunctionName
  @jsFunctionName
end

#JSLibraryRDF::Vocabulary::Term (readonly)

Represents a JavaScript library, typically identified by one or more URLs of files to include.

Returns:

  • (RDF::Vocabulary::Term)


33
34
35
# File 'lib/rdf/vocab/shacl.rb', line 33

def JSLibrary
  @JSLibrary
end

#jsLibraryRDF::Vocabulary::Term (readonly)

Declares which JavaScript libraries are needed to execute this.

Returns:

  • (RDF::Vocabulary::Term)


296
297
298
# File 'lib/rdf/vocab/shacl.rb', line 296

def jsLibrary
  @jsLibrary
end

#jsLibraryURLRDF::Vocabulary::Term (readonly)

Declares the URLs of a JavaScript library. This should be the absolute URL of a JavaScript file. Implementations may redirect those to local files.

Returns:

  • (RDF::Vocabulary::Term)


300
301
302
# File 'lib/rdf/vocab/shacl.rb', line 300

def jsLibraryURL
  @jsLibraryURL
end

#JSRuleRDF::Vocabulary::Term (readonly)

The class of SHACL rules expressed using JavaScript.

Returns:

  • (RDF::Vocabulary::Term)


37
38
39
# File 'lib/rdf/vocab/shacl.rb', line 37

def JSRule
  @JSRule
end

#JSTargetRDF::Vocabulary::Term (readonly)

The class of targets that are based on JavaScript functions.

Returns:

  • (RDF::Vocabulary::Term)


41
42
43
# File 'lib/rdf/vocab/shacl.rb', line 41

def JSTarget
  @JSTarget
end

#JSTargetTypeRDF::Vocabulary::Term (readonly)

The (meta) class for parameterizable targets that are based on JavaScript functions.

Returns:

  • (RDF::Vocabulary::Term)


45
46
47
# File 'lib/rdf/vocab/shacl.rb', line 45

def JSTargetType
  @JSTargetType
end

#JSValidatorRDF::Vocabulary::Term (readonly)

A SHACL validator based on JavaScript. This can be used to declare SHACL constraint components that perform JavaScript-based validation when used.

Returns:

  • (RDF::Vocabulary::Term)


49
50
51
# File 'lib/rdf/vocab/shacl.rb', line 49

def JSValidator
  @JSValidator
end

#labelTemplateRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


304
305
306
# File 'lib/rdf/vocab/shacl.rb', line 304

def labelTemplate
  @labelTemplate
end

#languageInRDF::Vocabulary::Term (readonly)

Specifies a list of language tags that all value nodes must have.

Returns:

  • (RDF::Vocabulary::Term)


308
309
310
# File 'lib/rdf/vocab/shacl.rb', line 308

def languageIn
  @languageIn
end

#LanguageInConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to enumerate language tags that all value nodes must have.

Returns:

  • (RDF::Vocabulary::Term)


636
637
638
# File 'lib/rdf/vocab/shacl.rb', line 636

def LanguageInConstraintComponent
  @LanguageInConstraintComponent
end

#lessThanRDF::Vocabulary::Term (readonly)

Specifies a property that must have smaller values than the value nodes.

Returns:

  • (RDF::Vocabulary::Term)


312
313
314
# File 'lib/rdf/vocab/shacl.rb', line 312

def lessThan
  @lessThan
end

#LessThanConstraintComponentRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


640
641
642
# File 'lib/rdf/vocab/shacl.rb', line 640

def LessThanConstraintComponent
  @LessThanConstraintComponent
end

#lessThanOrEqualsRDF::Vocabulary::Term (readonly)

Specifies a property that must have smaller or equal values than the value nodes.

Returns:

  • (RDF::Vocabulary::Term)


316
317
318
# File 'lib/rdf/vocab/shacl.rb', line 316

def lessThanOrEquals
  @lessThanOrEquals
end

#LessThanOrEqualsConstraintComponentRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


644
645
646
# File 'lib/rdf/vocab/shacl.rb', line 644

def LessThanOrEqualsConstraintComponent
  @LessThanOrEqualsConstraintComponent
end

#LiteralRDF::Vocabulary::Term (readonly)

The node kind of all literals.

Returns:

  • (RDF::Vocabulary::Term)


648
649
650
# File 'lib/rdf/vocab/shacl.rb', line 648

def Literal
  @Literal
end

#maxCountRDF::Vocabulary::Term (readonly)

Specifies the maximum number of values in the set of value nodes.

Returns:

  • (RDF::Vocabulary::Term)


320
321
322
# File 'lib/rdf/vocab/shacl.rb', line 320

def maxCount
  @maxCount
end

#MaxCountConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to restrict the maximum number of value nodes.

Returns:

  • (RDF::Vocabulary::Term)


652
653
654
# File 'lib/rdf/vocab/shacl.rb', line 652

def MaxCountConstraintComponent
  @MaxCountConstraintComponent
end

#maxExclusiveRDF::Vocabulary::Term (readonly)

Specifies the maximum exclusive value of each value node.

Returns:

  • (RDF::Vocabulary::Term)


324
325
326
# File 'lib/rdf/vocab/shacl.rb', line 324

def maxExclusive
  @maxExclusive
end

#MaxExclusiveConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to restrict the range of value nodes with a maximum exclusive value.

Returns:

  • (RDF::Vocabulary::Term)


656
657
658
# File 'lib/rdf/vocab/shacl.rb', line 656

def MaxExclusiveConstraintComponent
  @MaxExclusiveConstraintComponent
end

#maxInclusiveRDF::Vocabulary::Term (readonly)

Specifies the maximum inclusive value of each value node.

Returns:

  • (RDF::Vocabulary::Term)


328
329
330
# File 'lib/rdf/vocab/shacl.rb', line 328

def maxInclusive
  @maxInclusive
end

#MaxInclusiveConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to restrict the range of value nodes with a maximum inclusive value.

Returns:

  • (RDF::Vocabulary::Term)


660
661
662
# File 'lib/rdf/vocab/shacl.rb', line 660

def MaxInclusiveConstraintComponent
  @MaxInclusiveConstraintComponent
end

#maxLengthRDF::Vocabulary::Term (readonly)

Specifies the maximum string length of each value node.

Returns:

  • (RDF::Vocabulary::Term)


332
333
334
# File 'lib/rdf/vocab/shacl.rb', line 332

def maxLength
  @maxLength
end

#MaxLengthConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to restrict the maximum string length of value nodes.

Returns:

  • (RDF::Vocabulary::Term)


664
665
666
# File 'lib/rdf/vocab/shacl.rb', line 664

def MaxLengthConstraintComponent
  @MaxLengthConstraintComponent
end

#messageRDF::Vocabulary::Term (readonly)

A human-readable message (possibly with placeholders for variables) explaining the cause of the result.

Returns:

  • (RDF::Vocabulary::Term)


336
337
338
# File 'lib/rdf/vocab/shacl.rb', line 336

def message
  @message
end

#minCountRDF::Vocabulary::Term (readonly)

Specifies the minimum number of values in the set of value nodes.

Returns:

  • (RDF::Vocabulary::Term)


340
341
342
# File 'lib/rdf/vocab/shacl.rb', line 340

def minCount
  @minCount
end

#MinCountConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to restrict the minimum number of value nodes.

Returns:

  • (RDF::Vocabulary::Term)


668
669
670
# File 'lib/rdf/vocab/shacl.rb', line 668

def MinCountConstraintComponent
  @MinCountConstraintComponent
end

#minExclusiveRDF::Vocabulary::Term (readonly)

Specifies the minimum exclusive value of each value node.

Returns:

  • (RDF::Vocabulary::Term)


344
345
346
# File 'lib/rdf/vocab/shacl.rb', line 344

def minExclusive
  @minExclusive
end

#MinExclusiveConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to restrict the range of value nodes with a minimum exclusive value.

Returns:

  • (RDF::Vocabulary::Term)


672
673
674
# File 'lib/rdf/vocab/shacl.rb', line 672

def MinExclusiveConstraintComponent
  @MinExclusiveConstraintComponent
end

#minInclusiveRDF::Vocabulary::Term (readonly)

Specifies the minimum inclusive value of each value node.

Returns:

  • (RDF::Vocabulary::Term)


348
349
350
# File 'lib/rdf/vocab/shacl.rb', line 348

def minInclusive
  @minInclusive
end

#MinInclusiveConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to restrict the range of value nodes with a minimum inclusive value.

Returns:

  • (RDF::Vocabulary::Term)


676
677
678
# File 'lib/rdf/vocab/shacl.rb', line 676

def MinInclusiveConstraintComponent
  @MinInclusiveConstraintComponent
end

#minLengthRDF::Vocabulary::Term (readonly)

Specifies the minimum string length of each value node.

Returns:

  • (RDF::Vocabulary::Term)


352
353
354
# File 'lib/rdf/vocab/shacl.rb', line 352

def minLength
  @minLength
end

#MinLengthConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to restrict the minimum string length of value nodes.

Returns:

  • (RDF::Vocabulary::Term)


680
681
682
# File 'lib/rdf/vocab/shacl.rb', line 680

def MinLengthConstraintComponent
  @MinLengthConstraintComponent
end

#nameRDF::Vocabulary::Term (readonly)

Human-readable labels for the property in the context of the surrounding shape.

Returns:

  • (RDF::Vocabulary::Term)


356
357
358
# File 'lib/rdf/vocab/shacl.rb', line 356

def name
  @name
end

#namespaceRDF::Vocabulary::Term (readonly)

The namespace associated with a prefix in a prefix declaration.

Returns:

  • (RDF::Vocabulary::Term)


360
361
362
# File 'lib/rdf/vocab/shacl.rb', line 360

def namespace
  @namespace
end

#nodeRDF::Vocabulary::Term (readonly)

Specifies the node shape that all value nodes must conform to.

Returns:

  • (RDF::Vocabulary::Term)


364
365
366
# File 'lib/rdf/vocab/shacl.rb', line 364

def node
  @node
end

#NodeConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to verify that all value nodes conform to the given node shape.

Returns:

  • (RDF::Vocabulary::Term)


684
685
686
# File 'lib/rdf/vocab/shacl.rb', line 684

def NodeConstraintComponent
  @NodeConstraintComponent
end

#NodeKindRDF::Vocabulary::Term (readonly)

The class of all node kinds, including sh:BlankNode, sh:IRI, sh:Literal or the combinations of these: sh:BlankNodeOrIRI, sh:BlankNodeOrLiteral, sh:IRIOrLiteral.

Returns:

  • (RDF::Vocabulary::Term)


53
54
55
# File 'lib/rdf/vocab/shacl.rb', line 53

def NodeKind
  @NodeKind
end

#nodeKindRDF::Vocabulary::Term (readonly)

Specifies the node kind (e.g. IRI or literal) each value node.

Returns:

  • (RDF::Vocabulary::Term)


368
369
370
# File 'lib/rdf/vocab/shacl.rb', line 368

def nodeKind
  @nodeKind
end

#NodeKindConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to restrict the RDF node kind of each value node.

Returns:

  • (RDF::Vocabulary::Term)


688
689
690
# File 'lib/rdf/vocab/shacl.rb', line 688

def NodeKindConstraintComponent
  @NodeKindConstraintComponent
end

#nodesRDF::Vocabulary::Term (readonly)

The node expression producing the input nodes of a filter shape expression.

Returns:

  • (RDF::Vocabulary::Term)


376
377
378
# File 'lib/rdf/vocab/shacl.rb', line 376

def nodes
  @nodes
end

#NodeShapeRDF::Vocabulary::Term (readonly)

A node shape is a shape that specifies constraint that need to be met with respect to focus nodes.

Returns:

  • (RDF::Vocabulary::Term)


57
58
59
# File 'lib/rdf/vocab/shacl.rb', line 57

def NodeShape
  @NodeShape
end

#nodeValidatorRDF::Vocabulary::Term (readonly)

The validator(s) used to evaluate a constraint in the context of a node shape.

Returns:

  • (RDF::Vocabulary::Term)


372
373
374
# File 'lib/rdf/vocab/shacl.rb', line 372

def nodeValidator
  @nodeValidator
end

#notRDF::Vocabulary::Term (readonly)

Specifies a shape that the value nodes must not conform to.

Returns:

  • (RDF::Vocabulary::Term)


380
381
382
# File 'lib/rdf/vocab/shacl.rb', line 380

def not
  @not
end

#NotConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to verify that value nodes do not conform to a given shape.

Returns:

  • (RDF::Vocabulary::Term)


692
693
694
# File 'lib/rdf/vocab/shacl.rb', line 692

def NotConstraintComponent
  @NotConstraintComponent
end

#objectRDF::Vocabulary::Term (readonly)

An expression producing the nodes that shall be inferred as objects.

Returns:

  • (RDF::Vocabulary::Term)


384
385
386
# File 'lib/rdf/vocab/shacl.rb', line 384

def object
  @object
end

#oneOrMorePathRDF::Vocabulary::Term (readonly)

The (single) value of this property represents a path that is matched one or more times.

Returns:

  • (RDF::Vocabulary::Term)


388
389
390
# File 'lib/rdf/vocab/shacl.rb', line 388

def oneOrMorePath
  @oneOrMorePath
end

#optionalRDF::Vocabulary::Term (readonly)

Indicates whether a parameter is optional.

Returns:

  • (RDF::Vocabulary::Term)


392
393
394
# File 'lib/rdf/vocab/shacl.rb', line 392

def optional
  @optional
end

#orRDF::Vocabulary::Term (readonly)

Specifies a list of shapes so that the value nodes must conform to at least one of the shapes.

Returns:

  • (RDF::Vocabulary::Term)


396
397
398
# File 'lib/rdf/vocab/shacl.rb', line 396

def or
  @or
end

#OrConstraintComponentRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


696
697
698
# File 'lib/rdf/vocab/shacl.rb', line 696

def OrConstraintComponent
  @OrConstraintComponent
end

#orderRDF::Vocabulary::Term (readonly)

Specifies the relative order of this compared to its siblings. For example use 0 for the first, 1 for the second.

Returns:

  • (RDF::Vocabulary::Term)


400
401
402
# File 'lib/rdf/vocab/shacl.rb', line 400

def order
  @order
end

#ParameterRDF::Vocabulary::Term (readonly)

The class of parameter declarations, consisting of a path predicate and (possibly) information about allowed value type, cardinality and other characteristics.

Returns:

  • (RDF::Vocabulary::Term)


61
62
63
# File 'lib/rdf/vocab/shacl.rb', line 61

def Parameter
  @Parameter
end

#parameterRDF::Vocabulary::Term (readonly)

The parameters of a function or constraint component.

Returns:

  • (RDF::Vocabulary::Term)


404
405
406
# File 'lib/rdf/vocab/shacl.rb', line 404

def parameter
  @parameter
end

#ParameterizableRDF::Vocabulary::Term (readonly)

Superclass of components that can take parameters, especially functions and constraint components.

Returns:

  • (RDF::Vocabulary::Term)


65
66
67
# File 'lib/rdf/vocab/shacl.rb', line 65

def Parameterizable
  @Parameterizable
end

#pathRDF::Vocabulary::Term (readonly)

Specifies the property path of a property shape.

Returns:

  • (RDF::Vocabulary::Term)


408
409
410
# File 'lib/rdf/vocab/shacl.rb', line 408

def path
  @path
end

#patternRDF::Vocabulary::Term (readonly)

Specifies a regular expression pattern that the string representations of the value nodes must match.

Returns:

  • (RDF::Vocabulary::Term)


412
413
414
# File 'lib/rdf/vocab/shacl.rb', line 412

def pattern
  @pattern
end

#PatternConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to verify that every value node matches a given regular expression.

Returns:

  • (RDF::Vocabulary::Term)


700
701
702
# File 'lib/rdf/vocab/shacl.rb', line 700

def PatternConstraintComponent
  @PatternConstraintComponent
end

#predicateRDF::Vocabulary::Term (readonly)

An expression producing the properties that shall be inferred as predicates.

Returns:

  • (RDF::Vocabulary::Term)


416
417
418
# File 'lib/rdf/vocab/shacl.rb', line 416

def predicate
  @predicate
end

#prefixRDF::Vocabulary::Term (readonly)

The prefix of a prefix declaration.

Returns:

  • (RDF::Vocabulary::Term)


420
421
422
# File 'lib/rdf/vocab/shacl.rb', line 420

def prefix
  @prefix
end

#PrefixDeclarationRDF::Vocabulary::Term (readonly)

The class of prefix declarations, consisting of pairs of a prefix with a namespace.

Returns:

  • (RDF::Vocabulary::Term)


69
70
71
# File 'lib/rdf/vocab/shacl.rb', line 69

def PrefixDeclaration
  @PrefixDeclaration
end

#prefixesRDF::Vocabulary::Term (readonly)

The prefixes that shall be applied before parsing the associated SPARQL query.

Returns:

  • (RDF::Vocabulary::Term)


424
425
426
# File 'lib/rdf/vocab/shacl.rb', line 424

def prefixes
  @prefixes
end

#propertyRDF::Vocabulary::Term (readonly)

Links a shape to its property shapes.

Returns:

  • (RDF::Vocabulary::Term)


428
429
430
# File 'lib/rdf/vocab/shacl.rb', line 428

def property
  @property
end

#PropertyConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to verify that all value nodes conform to the given property shape.

Returns:

  • (RDF::Vocabulary::Term)


704
705
706
# File 'lib/rdf/vocab/shacl.rb', line 704

def PropertyConstraintComponent
  @PropertyConstraintComponent
end

#PropertyGroupRDF::Vocabulary::Term (readonly)

Instances of this class represent groups of property shapes that belong together.

Returns:

  • (RDF::Vocabulary::Term)


73
74
75
# File 'lib/rdf/vocab/shacl.rb', line 73

def PropertyGroup
  @PropertyGroup
end

#PropertyShapeRDF::Vocabulary::Term (readonly)

A property shape is a shape that specifies constraints on the values of a focus node for a given property or path.

Returns:

  • (RDF::Vocabulary::Term)


77
78
79
# File 'lib/rdf/vocab/shacl.rb', line 77

def PropertyShape
  @PropertyShape
end

#propertyValidatorRDF::Vocabulary::Term (readonly)

The validator(s) used to evaluate a constraint in the context of a property shape.

Returns:

  • (RDF::Vocabulary::Term)


432
433
434
# File 'lib/rdf/vocab/shacl.rb', line 432

def propertyValidator
  @propertyValidator
end

#qualifiedMaxCountRDF::Vocabulary::Term (readonly)

The maximum number of value nodes that can conform to the shape.

Returns:

  • (RDF::Vocabulary::Term)


436
437
438
# File 'lib/rdf/vocab/shacl.rb', line 436

def qualifiedMaxCount
  @qualifiedMaxCount
end

#QualifiedMaxCountConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to verify that a specified maximum number of value nodes conforms to a given shape.

Returns:

  • (RDF::Vocabulary::Term)


708
709
710
# File 'lib/rdf/vocab/shacl.rb', line 708

def QualifiedMaxCountConstraintComponent
  @QualifiedMaxCountConstraintComponent
end

#qualifiedMinCountRDF::Vocabulary::Term (readonly)

The minimum number of value nodes that must conform to the shape.

Returns:

  • (RDF::Vocabulary::Term)


440
441
442
# File 'lib/rdf/vocab/shacl.rb', line 440

def qualifiedMinCount
  @qualifiedMinCount
end

#QualifiedMinCountConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to verify that a specified minimum number of value nodes conforms to a given shape.

Returns:

  • (RDF::Vocabulary::Term)


712
713
714
# File 'lib/rdf/vocab/shacl.rb', line 712

def QualifiedMinCountConstraintComponent
  @QualifiedMinCountConstraintComponent
end

#qualifiedValueShapeRDF::Vocabulary::Term (readonly)

The shape that a specified number of values must conform to.

Returns:

  • (RDF::Vocabulary::Term)


444
445
446
# File 'lib/rdf/vocab/shacl.rb', line 444

def qualifiedValueShape
  @qualifiedValueShape
end

#qualifiedValueShapesDisjointRDF::Vocabulary::Term (readonly)

Can be used to mark the qualified value shape to be disjoint with its sibling shapes.

Returns:

  • (RDF::Vocabulary::Term)


448
449
450
# File 'lib/rdf/vocab/shacl.rb', line 448

def qualifiedValueShapesDisjoint
  @qualifiedValueShapesDisjoint
end

#resultRDF::Vocabulary::Term (readonly)

The validation results contained in a validation report.

Returns:

  • (RDF::Vocabulary::Term)


452
453
454
# File 'lib/rdf/vocab/shacl.rb', line 452

def result
  @result
end

#ResultAnnotationRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


81
82
83
# File 'lib/rdf/vocab/shacl.rb', line 81

def ResultAnnotation
  @ResultAnnotation
end

#resultAnnotationRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


456
457
458
# File 'lib/rdf/vocab/shacl.rb', line 456

def resultAnnotation
  @resultAnnotation
end

#resultMessageRDF::Vocabulary::Term (readonly)

Human-readable messages explaining the cause of the result.

Returns:

  • (RDF::Vocabulary::Term)


460
461
462
# File 'lib/rdf/vocab/shacl.rb', line 460

def resultMessage
  @resultMessage
end

#resultPathRDF::Vocabulary::Term (readonly)

The path of a validation result, based on the path of the validated property shape.

Returns:

  • (RDF::Vocabulary::Term)


464
465
466
# File 'lib/rdf/vocab/shacl.rb', line 464

def resultPath
  @resultPath
end

#resultSeverityRDF::Vocabulary::Term (readonly)

The severity of the result, e.g. warning.

Returns:

  • (RDF::Vocabulary::Term)


468
469
470
# File 'lib/rdf/vocab/shacl.rb', line 468

def resultSeverity
  @resultSeverity
end

#returnTypeRDF::Vocabulary::Term (readonly)

The expected type of values returned by the associated function.

Returns:

  • (RDF::Vocabulary::Term)


472
473
474
# File 'lib/rdf/vocab/shacl.rb', line 472

def returnType
  @returnType
end

#RuleRDF::Vocabulary::Term (readonly)

The class of SHACL rules. Never instantiated directly.

Returns:

  • (RDF::Vocabulary::Term)


85
86
87
# File 'lib/rdf/vocab/shacl.rb', line 85

def Rule
  @Rule
end

#ruleRDF::Vocabulary::Term (readonly)

The rules linked to a shape.

Returns:

  • (RDF::Vocabulary::Term)


476
477
478
# File 'lib/rdf/vocab/shacl.rb', line 476

def rule
  @rule
end

#selectRDF::Vocabulary::Term (readonly)

The SPARQL SELECT query to execute.

Returns:

  • (RDF::Vocabulary::Term)


480
481
482
# File 'lib/rdf/vocab/shacl.rb', line 480

def select
  @select
end

#SeverityRDF::Vocabulary::Term (readonly)

The class of validation result severity levels, including violation and warning levels.

Returns:

  • (RDF::Vocabulary::Term)


137
138
139
# File 'lib/rdf/vocab/shacl.rb', line 137

def Severity
  @Severity
end

#severityRDF::Vocabulary::Term (readonly)

Defines the severity that validation results produced by a shape must have. Defaults to sh:Violation.

Returns:

  • (RDF::Vocabulary::Term)


484
485
486
# File 'lib/rdf/vocab/shacl.rb', line 484

def severity
  @severity
end

#ShapeRDF::Vocabulary::Term (readonly)

A shape is a collection of constraints that may be targeted for certain nodes.

Returns:

  • (RDF::Vocabulary::Term)


141
142
143
# File 'lib/rdf/vocab/shacl.rb', line 141

def Shape
  @Shape
end

#shapesGraphRDF::Vocabulary::Term (readonly)

Shapes graphs that should be used when validating this data graph.

Returns:

  • (RDF::Vocabulary::Term)


488
489
490
# File 'lib/rdf/vocab/shacl.rb', line 488

def shapesGraph
  @shapesGraph
end

#shapesGraphWellFormedRDF::Vocabulary::Term (readonly)

If true then the validation engine was certain that the shapes graph has passed all SHACL syntax requirements during the validation process.

Returns:

  • (RDF::Vocabulary::Term)


492
493
494
# File 'lib/rdf/vocab/shacl.rb', line 492

def shapesGraphWellFormed
  @shapesGraphWellFormed
end

#sourceConstraintRDF::Vocabulary::Term (readonly)

The constraint that was validated when the result was produced.

Returns:

  • (RDF::Vocabulary::Term)


496
497
498
# File 'lib/rdf/vocab/shacl.rb', line 496

def sourceConstraint
  @sourceConstraint
end

#sourceConstraintComponentRDF::Vocabulary::Term (readonly)

The constraint component that is the source of the result.

Returns:

  • (RDF::Vocabulary::Term)


500
501
502
# File 'lib/rdf/vocab/shacl.rb', line 500

def sourceConstraintComponent
  @sourceConstraintComponent
end

#sourceShapeRDF::Vocabulary::Term (readonly)

The shape that is was validated when the result was produced.

Returns:

  • (RDF::Vocabulary::Term)


504
505
506
# File 'lib/rdf/vocab/shacl.rb', line 504

def sourceShape
  @sourceShape
end

#sparqlRDF::Vocabulary::Term (readonly)

Links a shape with SPARQL constraints.

Returns:

  • (RDF::Vocabulary::Term)


508
509
510
# File 'lib/rdf/vocab/shacl.rb', line 508

def sparql
  @sparql
end

#SPARQLAskExecutableRDF::Vocabulary::Term (readonly)

The class of SPARQL executables that are based on an ASK query.

Returns:

  • (RDF::Vocabulary::Term)


89
90
91
# File 'lib/rdf/vocab/shacl.rb', line 89

def SPARQLAskExecutable
  @SPARQLAskExecutable
end

#SPARQLAskValidatorRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


93
94
95
# File 'lib/rdf/vocab/shacl.rb', line 93

def SPARQLAskValidator
  @SPARQLAskValidator
end

#SPARQLConstraintRDF::Vocabulary::Term (readonly)

The class of constraints based on SPARQL SELECT queries.

Returns:

  • (RDF::Vocabulary::Term)


97
98
99
# File 'lib/rdf/vocab/shacl.rb', line 97

def SPARQLConstraint
  @SPARQLConstraint
end

#SPARQLConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to define constraints based on SPARQL queries.

Returns:

  • (RDF::Vocabulary::Term)


716
717
718
# File 'lib/rdf/vocab/shacl.rb', line 716

def SPARQLConstraintComponent
  @SPARQLConstraintComponent
end

#SPARQLConstructExecutableRDF::Vocabulary::Term (readonly)

The class of SPARQL executables that are based on a CONSTRUCT query.

Returns:

  • (RDF::Vocabulary::Term)


101
102
103
# File 'lib/rdf/vocab/shacl.rb', line 101

def SPARQLConstructExecutable
  @SPARQLConstructExecutable
end

#SPARQLExecutableRDF::Vocabulary::Term (readonly)

The class of resources that encapsulate a SPARQL query.

Returns:

  • (RDF::Vocabulary::Term)


105
106
107
# File 'lib/rdf/vocab/shacl.rb', line 105

def SPARQLExecutable
  @SPARQLExecutable
end

#SPARQLFunctionRDF::Vocabulary::Term (readonly)

A function backed by a SPARQL query - either ASK or SELECT.

Returns:

  • (RDF::Vocabulary::Term)


109
110
111
# File 'lib/rdf/vocab/shacl.rb', line 109

def SPARQLFunction
  @SPARQLFunction
end

#SPARQLRuleRDF::Vocabulary::Term (readonly)

The class of SHACL rules based on SPARQL CONSTRUCT queries.

Returns:

  • (RDF::Vocabulary::Term)


113
114
115
# File 'lib/rdf/vocab/shacl.rb', line 113

def SPARQLRule
  @SPARQLRule
end

#SPARQLSelectExecutableRDF::Vocabulary::Term (readonly)

The class of SPARQL executables based on a SELECT query.

Returns:

  • (RDF::Vocabulary::Term)


117
118
119
# File 'lib/rdf/vocab/shacl.rb', line 117

def SPARQLSelectExecutable
  @SPARQLSelectExecutable
end

#SPARQLSelectValidatorRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


121
122
123
# File 'lib/rdf/vocab/shacl.rb', line 121

def SPARQLSelectValidator
  @SPARQLSelectValidator
end

#SPARQLTargetRDF::Vocabulary::Term (readonly)

The class of targets that are based on SPARQL queries.

Returns:

  • (RDF::Vocabulary::Term)


125
126
127
# File 'lib/rdf/vocab/shacl.rb', line 125

def SPARQLTarget
  @SPARQLTarget
end

#SPARQLTargetTypeRDF::Vocabulary::Term (readonly)

The (meta) class for parameterizable targets that are based on SPARQL queries.

Returns:

  • (RDF::Vocabulary::Term)


129
130
131
# File 'lib/rdf/vocab/shacl.rb', line 129

def SPARQLTargetType
  @SPARQLTargetType
end

#SPARQLUpdateExecutableRDF::Vocabulary::Term (readonly)

The class of SPARQL executables based on a SPARQL UPDATE.

Returns:

  • (RDF::Vocabulary::Term)


133
134
135
# File 'lib/rdf/vocab/shacl.rb', line 133

def SPARQLUpdateExecutable
  @SPARQLUpdateExecutable
end

#subjectRDF::Vocabulary::Term (readonly)

An expression producing the resources that shall be inferred as subjects.

Returns:

  • (RDF::Vocabulary::Term)


512
513
514
# File 'lib/rdf/vocab/shacl.rb', line 512

def subject
  @subject
end

#suggestedShapesGraphRDF::Vocabulary::Term (readonly)

Suggested shapes graphs for this ontology. The values of this property may be used in the absence of specific sh:shapesGraph statements.

Returns:

  • (RDF::Vocabulary::Term)


516
517
518
# File 'lib/rdf/vocab/shacl.rb', line 516

def suggestedShapesGraph
  @suggestedShapesGraph
end

#TargetRDF::Vocabulary::Term (readonly)

The base class of targets such as those based on SPARQL queries.

Returns:

  • (RDF::Vocabulary::Term)


145
146
147
# File 'lib/rdf/vocab/shacl.rb', line 145

def Target
  @Target
end

#targetRDF::Vocabulary::Term (readonly)

Links a shape to a target specified by an extension language, for example instances of sh:SPARQLTarget.

Returns:

  • (RDF::Vocabulary::Term)


520
521
522
# File 'lib/rdf/vocab/shacl.rb', line 520

def target
  @target
end

#targetClassRDF::Vocabulary::Term (readonly)

Links a shape to a class, indicating that all instances of the class must conform to the shape.

Returns:

  • (RDF::Vocabulary::Term)


524
525
526
# File 'lib/rdf/vocab/shacl.rb', line 524

def targetClass
  @targetClass
end

#targetNodeRDF::Vocabulary::Term (readonly)

Links a shape to individual nodes, indicating that these nodes must conform to the shape.

Returns:

  • (RDF::Vocabulary::Term)


528
529
530
# File 'lib/rdf/vocab/shacl.rb', line 528

def targetNode
  @targetNode
end

#targetObjectsOfRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


532
533
534
# File 'lib/rdf/vocab/shacl.rb', line 532

def targetObjectsOf
  @targetObjectsOf
end

#targetSubjectsOfRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


536
537
538
# File 'lib/rdf/vocab/shacl.rb', line 536

def targetSubjectsOf
  @targetSubjectsOf
end

#TargetTypeRDF::Vocabulary::Term (readonly)

The (meta) class for parameterizable targets. Instances of this are instantiated as values of the sh:target property.

Returns:

  • (RDF::Vocabulary::Term)


149
150
151
# File 'lib/rdf/vocab/shacl.rb', line 149

def TargetType
  @TargetType
end

#thisRDF::Vocabulary::Term (readonly)

A node expression that represents the current focus node.

Returns:

  • (RDF::Vocabulary::Term)


736
737
738
# File 'lib/rdf/vocab/shacl.rb', line 736

def this
  @this
end

#TripleRuleRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


152
153
154
# File 'lib/rdf/vocab/shacl.rb', line 152

def TripleRule
  @TripleRule
end

#unionRDF::Vocabulary::Term (readonly)

A list of node expressions that shall be used together.

Returns:

  • (RDF::Vocabulary::Term)


540
541
542
# File 'lib/rdf/vocab/shacl.rb', line 540

def union
  @union
end

#uniqueLangRDF::Vocabulary::Term (readonly)

Specifies whether all node values must have a unique (or no) language tag.

Returns:

  • (RDF::Vocabulary::Term)


544
545
546
# File 'lib/rdf/vocab/shacl.rb', line 544

def uniqueLang
  @uniqueLang
end

#UniqueLangConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to specify that no pair of value nodes may use the same language tag.

Returns:

  • (RDF::Vocabulary::Term)


720
721
722
# File 'lib/rdf/vocab/shacl.rb', line 720

def UniqueLangConstraintComponent
  @UniqueLangConstraintComponent
end

#updateRDF::Vocabulary::Term (readonly)

The SPARQL UPDATE to execute.

Returns:

  • (RDF::Vocabulary::Term)


548
549
550
# File 'lib/rdf/vocab/shacl.rb', line 548

def update
  @update
end

#ValidationReportRDF::Vocabulary::Term (readonly)

The class of SHACL validation reports.

Returns:

  • (RDF::Vocabulary::Term)


156
157
158
# File 'lib/rdf/vocab/shacl.rb', line 156

def ValidationReport
  @ValidationReport
end

#ValidationResultRDF::Vocabulary::Term (readonly)

The class of validation results.

Returns:

  • (RDF::Vocabulary::Term)


160
161
162
# File 'lib/rdf/vocab/shacl.rb', line 160

def ValidationResult
  @ValidationResult
end

#ValidatorRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


164
165
166
# File 'lib/rdf/vocab/shacl.rb', line 164

def Validator
  @Validator
end

#validatorRDF::Vocabulary::Term (readonly)

The validator(s) used to evaluate constraints of either node or property shapes.

Returns:

  • (RDF::Vocabulary::Term)


552
553
554
# File 'lib/rdf/vocab/shacl.rb', line 552

def validator
  @validator
end

#valueRDF::Vocabulary::Term (readonly)

An RDF node that has caused the result.

Returns:

  • (RDF::Vocabulary::Term)


556
557
558
# File 'lib/rdf/vocab/shacl.rb', line 556

def value
  @value
end

#ViolationRDF::Vocabulary::Term (readonly)

The severity for a violation validation result.

Returns:

  • (RDF::Vocabulary::Term)


724
725
726
# File 'lib/rdf/vocab/shacl.rb', line 724

def Violation
  @Violation
end

#WarningRDF::Vocabulary::Term (readonly)

The severity for a warning validation result.

Returns:

  • (RDF::Vocabulary::Term)


728
729
730
# File 'lib/rdf/vocab/shacl.rb', line 728

def Warning
  @Warning
end

#xoneRDF::Vocabulary::Term (readonly)

Specifies a list of shapes so that the value nodes must conform to exactly one of the shapes.

Returns:

  • (RDF::Vocabulary::Term)


560
561
562
# File 'lib/rdf/vocab/shacl.rb', line 560

def xone
  @xone
end

#XoneConstraintComponentRDF::Vocabulary::Term (readonly)

A constraint component that can be used to restrict the value nodes so that they conform to exactly one out of several provided shapes.

Returns:

  • (RDF::Vocabulary::Term)


732
733
734
# File 'lib/rdf/vocab/shacl.rb', line 732

def XoneConstraintComponent
  @XoneConstraintComponent
end

#zeroOrMorePathRDF::Vocabulary::Term (readonly)

The (single) value of this property represents a path that is matched zero or more times.

Returns:

  • (RDF::Vocabulary::Term)


564
565
566
# File 'lib/rdf/vocab/shacl.rb', line 564

def zeroOrMorePath
  @zeroOrMorePath
end

#zeroOrOnePathRDF::Vocabulary::Term (readonly)

The (single) value of this property represents a path that is matched zero or one times.

Returns:

  • (RDF::Vocabulary::Term)


568
569
570
# File 'lib/rdf/vocab/shacl.rb', line 568

def zeroOrOnePath
  @zeroOrOnePath
end