From 2b55da88ae67694455bfdf9fb07d9dd57b8cb7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rosset?= Date: Tue, 15 Sep 2026 23:14:30 +0200 Subject: [PATCH] Add maid/Announcement shape Proposed by @srosset81 from https://shapes.activitypods.org/propose --- .../source/shapes/maid/Announcement.ttl | 7 +++++++ .../source/shapetrees/maid/Announcement.ttl | 12 ++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 packages/shape-definitions/source/shapes/maid/Announcement.ttl create mode 100644 packages/shape-definitions/source/shapetrees/maid/Announcement.ttl diff --git a/packages/shape-definitions/source/shapes/maid/Announcement.ttl b/packages/shape-definitions/source/shapes/maid/Announcement.ttl new file mode 100644 index 0000000..b6d2a2a --- /dev/null +++ b/packages/shape-definitions/source/shapes/maid/Announcement.ttl @@ -0,0 +1,7 @@ +PREFIX : <> +PREFIX maid: +PREFIX sh: + +:Announcement + a sh:NodeShape ; + sh:targetClass maid:Announcement . diff --git a/packages/shape-definitions/source/shapetrees/maid/Announcement.ttl b/packages/shape-definitions/source/shapetrees/maid/Announcement.ttl new file mode 100644 index 0000000..418ee39 --- /dev/null +++ b/packages/shape-definitions/source/shapetrees/maid/Announcement.ttl @@ -0,0 +1,12 @@ +PREFIX : <> +PREFIX pair: +PREFIX skos: +PREFIX st: + +:Announcement + a st:ShapeTree ; + st:expectsType st:Resource ; + st:shape <../../shapes/maid/Announcement> ; + st:describesInstance pair:label ; + skos:prefLabel "Announcement"@en, "Annonce"@fr ; + skos:definition "Information shared with other"@en, "Une information partagée"@fr .