Part 1: SHACL Core | Partially available | Partially available | Partially available | |
2. Shapes and Constraints | Partially available | Partially available | Partially available | |
2.1 Shapes | Yes | Partially available | Partially available | |
2.1.3 Targets | Yes | Partially available | Partially available | |
2.1.3.1 Node targets (sh:targetNode) | Yes | Yes | Not available | |
2.1.3.2 Class-based Targets (sh:targetClass) | Yes | Yes | Yes | |
2.1.3.3 Implicit Class Targets | Yes | Yes | Not available | |
2.1.3.4 Subjects-of targets (sh:targetSubjectsOf) | Yes | Foreseen | Not available | |
2.1.3.5 Objects-of targets (sh:targetObjectsOf) | Yes | Yes | Not available | |
2.1.4 Declaring the Severity of a Shape | Yes | Partially available | N/A | UI will not display this property in an hanami:Collection form for now |
2.1.5 Declaring Messages for a Shape | Yes | Partially available | N/A | UI will not display this property in an hanami:Collection form for now |
2.1.6 Deactivating a Shape | Yes | Yes | N/A | |
2.2 Node Shapes | Yes | Yes | Yes | |
2.3 Property Shapes | Partially available | Partially available | Partially available | UI: when generating the field of a property, only one PropertyShape in sh:property is used as source for now. Combination is done through sh:or. |
2.3.1 SHACL Property Paths | Yes | Partially available | Partially available | |
2.3.1.1 Predicate Paths | Yes | Yes | Yes | |
2.3.1.2 Sequence Paths | Yes | Foreseen | Not available | |
2.3.1.3 Alternative Paths | Yes | Foreseen | Not available | |
2.3.1.4 Inverse Paths | Yes | Yes | Not available | |
2.3.1.5 Zero-Or-More Paths | Yes | Foreseen | Not available | |
2.3.1.6 One-Or-More Paths | Yes | Foreseen | Not available | |
2.3.1.7 Zero-Or-One Paths | Yes | Foreseen | Not available | |
2.3.2 Non-Validating Property Shape Characteristics | Partially available | Partially available | Foreseen | |
2.3.2.1 sh:name and sh:description | Yes | Yes | N/A | |
2.3.2.2 sh:order | Yes | Yes | N/A | |
2.3.2.3 sh:group | Yes | Yes | N/A | |
2.3.2.4 sh:defaultValue | Foreseen | Foreseen | Foreseen | |
3. Validation and Graphs | Partially available | Partially available | N/A | |
3.1 Shapes Graph | Partially available | Partially available | N/A | owl:imports is not supported yet. |
3.3 Linking to shapes graphs (sh:shapesGraph) | Foreseen | N/A | N/A | |
3.4 Validation | Yes | N/A | N/A | |
3.4.1 Failures | Yes | N/A | N/A | |
3.4.2 Handling of Ill-formed Shapes Graphs | Yes | N/A | N/A | |
3.4.3 Handling of Recursive Shapes | Yes | N/A | N/A | |
3.5 Conformance Checking | Yes | N/A | N/A | |
3.6 Validation Report | Partially available | N/A | N/A | |
3.6.1 Validation Report (sh:ValidationReport) | Partially available | Partially available | N/A | |
3.6.1.1 Conforms (sh:conforms) | Yes | Yes | N/A | |
3.6.1.2 Result (sh:result) | Yes | Yes | N/A | |
3.6.1.3 Syntax Checking of Shapes Graph (sh:shapesGraphWellFormed) | Foreseen | Foreseen | N/A | |
3.6.2 Validation Result (sh:ValidationResult) | Partially available | Partially available | N/A | |
3.6.2.1 Focus node (sh:focusNode) | Yes | Yes | N/A | |
3.6.2.2 Path (sh:resultPath) | Yes | Partially available | N/A | UI: see 2.3.1. above |
3.6.2.3 Value (sh:value) | Yes | Yes | N/A | |
3.6.2.4 Source (sh:sourceShape) | Yes | Yes | N/A | |
3.6.2.5 Constraint Component (sh:sourceConstraintComponent) | Yes | Yes | N/A | |
3.6.2.6 Details (sh:detail) | Yes | Foreseen | N/A | |
3.6.2.7 Message (sh:resultMessage) | Partially available | Yes | N/A | Messages are a bit rough to understand for non technical users. We also foresee to add i18n support. |
3.6.2.8 Severity (sh:resultSeverity) | Yes | Yes | N/A | |
4. Core Constraint Components | Yes | Partially available | Partially available | |
4.1 Value Type Constraint Components | Yes | Partially available | Yes | |
4.1.1 sh:class | Yes | Partially available | Yes | UI only support [0...1] for sh:class for now |
4.1.2 sh:datatype | Yes | Yes | Yes | |
4.1.3 sh:nodeKind | Yes | Yes | Yes | |
4.2 Cardinality Constraint Components | Yes | Yes | Yes | |
4.2.1 sh:minCount | Yes | Yes | Yes | |
4.2.2 sh:maxCount | Yes | Yes | Yes | |
4.3 Value Range Constraint Components | Yes | Yes | N/A | We might add a few more options for the generator to generate those constraints, TBD. |
4.3.1 sh:minExclusive | Yes | Yes | N/A | |
4.3.2 sh:minInclusive | Yes | Yes | N/A | |
4.3.3 sh:maxExclusive | Yes | Yes | N/A | |
4.3.4 sh:maxInclusive | Yes | Yes | N/A | |
4.4 String-based Constraint Components | Yes | Yes | Yes | We might add a few more options for the generator to generate those constraints, TBD. |
4.4.1 sh:minLength | Yes | Yes | N/A | |
4.4.2 sh:maxLength | Yes | Yes | N/A | |
4.4.3 sh:pattern | Yes | Yes | N/A | |
4.4.4 sh:languageIn | Yes | Yes | Yes | |
4.4.5 sh:uniqueLang | Yes | Yes | Yes | |
4.5 Property Pair Constraint Components | Yes | Yes | Not available | |
4.5.1 sh:equals | Yes | Yes | Not available | |
4.5.2 sh:disjoint | Yes | Yes | Not available | |
4.5.3 sh:lessThan | Yes | Yes | Not available | |
4.5.4 sh:lessThanOrEquals | Yes | Yes | Not available | |
4.6 Logical Constraint Components | Yes | Partially available | Partially available | |
4.6.1 sh:not | Yes | Yes | Not available | |
4.6.2 sh:and | Yes | Foreseen | Not available | |
4.6.3 sh:or | Yes | Partially available | Yes | UI: not handling untyped blank nodes for now. |
4.6.4 sh:xone | Yes | Foreseen | Not available | |
4.7 Shape-based Constraint Components | Yes | Partially available | Partially available | |
4.7.1 sh:node | Yes | Yes | Not available | |
4.7.2 sh:property | Yes | Partially available | Yes | UI: see 2.3. above |
4.7.3 sh:qualifiedValueShape, sh:qualifiedMinCount, sh:qualifiedMaxCount | Yes | Partially available | Not available | UI: the error would be shown, but the UI will no limit the proposed values. |
4.8 Other Constraint Components | Yes | Partially available | Not available | |
4.8.1 sh:closed, sh:ignoredProperties | Yes | Foreseen | N/A | UI: Properties that do not match any property shape are not displayed. So visually it looks like sh:closed is true regardless of value. |
4.8.2 sh:hasValue | Yes | Yes | Not available | |
4.8.3 sh:in | Yes | Yes | Not available | |
Part 2: SHACL-SPARQL | Yes | Foreseen | N/A | |