From c28a98c694790e144a2eae302feb5e7d09830a20 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Wed, 8 Apr 2026 18:23:08 +0200 Subject: [PATCH] Copilot comments --- shapes/longchat-example.ttl | 3 ++- shapes/longchat-shapes.ttl | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shapes/longchat-example.ttl b/shapes/longchat-example.ttl index bd31f7f..dff6da1 100644 --- a/shapes/longchat-example.ttl +++ b/shapes/longchat-example.ttl @@ -5,7 +5,8 @@ @prefix ical: . @prefix mee: . @prefix rdf: . -@prefix schema: . +@prefix schema: . +@prefix schema_http: . @prefix sec: . @prefix sioc: . @prefix solid: . diff --git a/shapes/longchat-shapes.ttl b/shapes/longchat-shapes.ttl index f16dad2..3191885 100644 --- a/shapes/longchat-shapes.ttl +++ b/shapes/longchat-shapes.ttl @@ -152,7 +152,7 @@ to validate, the concrete YYYY/MM/DD/chat.ttl path convention.""" . sh:path ui:backgroundColor ; sh:datatype xsd:string ; sh:maxCount 1 ; - sh:pattern "#[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]" ; + sh:pattern "^#[0-9A-Fa-f]{6}$" ; ] . @@ -279,7 +279,6 @@ to validate, the concrete YYYY/MM/DD/chat.ttl path convention.""" . sh:property [ sh:path [ sh:inversePath sioc:has_reply ] ; sh:minCount 1 ; - sh:maxCount 1 ; sh:node :LongChatMessageShape ; ] ;