From f9735bd562815471812402dc01adb3cdeb3c2ce0 Mon Sep 17 00:00:00 2001 From: Tanya Gray Date: Wed, 22 Apr 2026 07:36:17 +0100 Subject: [PATCH 1/2] update code identifier - unique requirement --- shapes/acp_typed.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes/acp_typed.ttl b/shapes/acp_typed.ttl index e0d41a2..8055976 100644 --- a/shapes/acp_typed.ttl +++ b/shapes/acp_typed.ttl @@ -12,7 +12,7 @@ acp_typed_shape:AcpTypedShape a sh:NodeShape ; dc:source ; prov:wasDerivedFrom ; - sh:codeIdentifier "AccessControlPolicy"; + sh:codeIdentifier "AccessControlPolicyTyped"; sh:name "ACP Policy Shape"; dct:created "2026-03-18"^^xsd:date ; vs:term_status "testing"; From 7b564d202f7a6e5b74736df9b97f51a3a70ff0dd Mon Sep 17 00:00:00 2001 From: Tanya Gray Date: Wed, 22 Apr 2026 07:38:29 +0100 Subject: [PATCH 2/2] update AcpTypedShape sh:name --- shapes/acp_typed.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes/acp_typed.ttl b/shapes/acp_typed.ttl index 8055976..bc4b838 100644 --- a/shapes/acp_typed.ttl +++ b/shapes/acp_typed.ttl @@ -13,7 +13,7 @@ acp_typed_shape:AcpTypedShape a sh:NodeShape ; dc:source ; prov:wasDerivedFrom ; sh:codeIdentifier "AccessControlPolicyTyped"; - sh:name "ACP Policy Shape"; + sh:name "ACP Policy Typed Shape"; dct:created "2026-03-18"^^xsd:date ; vs:term_status "testing";