From cb5fd034b21e1beed1f910c1a728aba5d0359723 Mon Sep 17 00:00:00 2001 From: Stephan Heunis Date: Tue, 23 Sep 2025 15:44:40 +0200 Subject: [PATCH] Change order annotation of slots to allow displaying them by default This superficial change is necessary in order to force a change in the SHACL property shapes of inherited slots, so that shacl-vue's property ordering algorithm can recognize the difference and thereby result in those particular slots being displayed under the latest inheriting class. --- src/dfg-cp-survey/2025.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dfg-cp-survey/2025.yaml b/src/dfg-cp-survey/2025.yaml index 5856290..0bc865f 100644 --- a/src/dfg-cp-survey/2025.yaml +++ b/src/dfg-cp-survey/2025.yaml @@ -427,13 +427,13 @@ classes: sh:order: 2 additional_names: annotations: - sh:order: 3 + sh:order: 3.0 honorific_name_prefix: annotations: - sh:order: 4 + sh:order: 4.0 honorific_name_suffix: annotations: - sh:order: 5 + sh:order: 5.0 gender: required: true annotations: -- 2.52.0