You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: testing/taxonomies/MessageShape.ttl
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -415,3 +415,19 @@ shapes:AppUploadMessageShape
415
415
sh:severity sh:Violation ;
416
416
sh:message "<https://raw.githubusercontent.com/International-Data-Spaces-Association/InformationModel/master/testing/taxonomies/MessageShape.ttl> (AppUploadMessageShape): An ids:AppUploadMessage must have exactly one IRI reference to an ids:Artifact linked through the ids:appArtifactResource property"@en ;
417
417
] .
418
+
419
+
# Log messaging
420
+
# -------------
421
+
422
+
shapes:LogEntryShape
423
+
a sh:NodeShape ;
424
+
sh:targetClass ids:LogEntry ;
425
+
426
+
sh:property [
427
+
a sh:PropertyShape ;
428
+
sh:path dct:created ;
429
+
sh:datatype xsd:dateTimeStamp ;
430
+
sh:severity sh:Violation ;
431
+
sh:maxCount 1 ;
432
+
sh:message "<https://raw.githubusercontent.com/International-Data-Spaces-Association/InformationModel/master/testing/taxonomies/MessageShape.ttl> (LogEntryShape): An ids:LogEntry must not point to more than one resource of datatype xsd:dateTimeStamp though the dct:created property"@en ;
0 commit comments