|
14 | 14 | # |
15 | 15 | # We would appreciate acknowledgement if the software is used. |
16 | 16 |
|
17 | | -__version__ = "0.2.0" |
| 17 | +__version__ = "0.3.0" |
18 | 18 |
|
19 | 19 | import importlib |
20 | 20 | import logging |
@@ -197,10 +197,18 @@ def disable_tbox_review(graph: rdflib.Graph) -> None: |
197 | 197 | "Disjointedness-AP-OP-shape", |
198 | 198 | "Disjointedness-C-DT-shape", |
199 | 199 | "Disjointedness-DP-OP-shape", |
200 | | - "List-shape", |
201 | 200 | "ObjectProperty-shacl-constraints-shape", |
| 201 | + "Sequence-shape", |
| 202 | + "disjointUnionOf-subjects-shape", |
| 203 | + "hasKey-subjects-shape", |
| 204 | + "intersectionOf-subjects-shape", |
| 205 | + "onProperties-subjects-shape", |
| 206 | + "oneOf-subjects-shape", |
202 | 207 | "ontologyIRI-versionIRI-prerequisite-shape", |
| 208 | + "propertyChainAxiom-subjects-shape", |
| 209 | + "unionOf-subjects-shape", |
203 | 210 | "versionIRI-nodeKind-shape", |
| 211 | + "withRestrictions-subjects-shape", |
204 | 212 | }: |
205 | 213 | n_tbox_shape = ns_uco_owl[tbox_shape_basename] |
206 | 214 | graph.add((n_tbox_shape, NS_SH.deactivated, l_true)) |
0 commit comments