construct-inferences-shacl
v1.1.0
Published
Sets of construct queries used to perform inferencing on SHACL constraints
Readme
construct-inferences-shacl
A set of construct queries for inferencing SHACL constraints. Originally created for use with the sparql-inferenced library.
Included Sets
- defaults Applies default values to constraints such as minCount, closed etc.
- nodeKindInferences Infer sh:nodeKind value based on existance of other properties. E.g. sh:datatype -> sh:nodeKind is sh:Literal
- propertyShapeClassification. Adds the
?s a sh:PropertyShapetriple in cases not encoded in ontology. For instance every element of ash:andlist that is not a NodeShape, is taken to be a PropertyShape.
