|
|
@@ -22,10 +22,8 @@ vocabulary <http://flandersmake.be/cdf/vocabulary/drawio#> as drawio {
|
|
|
// All cells are vertices or edges, except for:
|
|
|
// (1) The root cell of a page
|
|
|
// (2) The cells that represent layers (direct children of the root cell)
|
|
|
- aspect AbstractCell :> elementWithDrawioId [
|
|
|
- restricts scalar property hasValue to exactly 1
|
|
|
- ]
|
|
|
-
|
|
|
+ aspect AbstractCell :> elementWithDrawioId []
|
|
|
+
|
|
|
scalar property hasValue [
|
|
|
domain Cell
|
|
|
range xsd:string
|