Skip to content

Commit

Permalink
fix: view shacl shape for validating reference fragmentation + cleanup (
Browse files Browse the repository at this point in the history
  • Loading branch information
rorlic authored Dec 19, 2024
1 parent 389e928 commit 6f964ee
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <http://www.w3.org/2001/XMLSchema#duration> ;
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.";
Expand Down

0 comments on commit 6f964ee

Please sign in to comment.