diff --git a/ldes-server-admin/ldes-server-admin-rest/src/main/resources/viewShaclShape.ttl b/ldes-server-admin/ldes-server-admin-rest/src/main/resources/viewShaclShape.ttl index 2abc201a0..0eacd3107 100644 --- a/ldes-server-admin/ldes-server-admin-rest/src/main/resources/viewShaclShape.ttl +++ b/ldes-server-admin/ldes-server-admin-rest/src/main/resources/viewShaclShape.ttl @@ -123,7 +123,7 @@ tree:FragmentationKey sh:name "Fragmentation Path"; sh:description "Defines the request parameter that will be used in the uri"; sh:path tree:fragmentationKey ; - sh:nodeKind sh:IRI ; + sh:datatype xsd:string ; sh:maxCount 1 . ldes:TimeBasedRetentionPolicy @@ -144,18 +144,18 @@ ldes:VersionBasedRetentionPolicy sh:targetClass ldes:LatestVersionSubset ; sh:class ldes:LatestVersionSubset ; sh:zeroOrOnePath true; - sh:property ldes:VersionbaserRetentionAmount . + sh:property ldes:VersionbasedRetentionAmount . tree:TimebasedRetentionValue a sh:PropertyShape; sh:name "Value"; sh:description "The duration during which members will be kept for a certain retention policy."; sh:path tree:value ; - sh:datatype ; + sh:datatype xsd:duration ; sh:minCount 1 ; sh:maxCount 1 . -ldes:VersionbaserRetentionAmount +ldes:VersionbasedRetentionAmount a sh:PropertyShape; sh:name "Amount"; sh:description "The duration during which members will be kept for a certain retention policy.";