diff --git a/shapes/acp-access-control-resource.ttl b/shapes/acp-access-control-resource.ttl index dd4a9e6..7018e5b 100644 --- a/shapes/acp-access-control-resource.ttl +++ b/shapes/acp-access-control-resource.ttl @@ -15,6 +15,8 @@ acp-access-control-resource-shape:AcpAccessControlResourceShape a sh:NodeShape ; prov:wasDerivedFrom ; sh:codeIdentifier "AccessControlResource"; rdfs:label "Access Control Resource Shape"; + dct:created "2026-03-18"^^xsd:date ; + vs:term_status "testing"; # accessControl: multiple AccessControl objects sh:property [ diff --git a/shapes/acp-access-control.ttl b/shapes/acp-access-control.ttl index e377529..de9d890 100644 --- a/shapes/acp-access-control.ttl +++ b/shapes/acp-access-control.ttl @@ -15,6 +15,8 @@ acp-access-control-shape:AcpAccessControlShape a sh:NodeShape ; prov:wasDerivedFrom ; sh:codeIdentifier "AcpAccessControl"; rdfs:label "ACP Access Control Shape"; + dct:created "2026-03-18"^^xsd:date ; + vs:term_status "testing"; sh:property [ sh:path acp:apply ; diff --git a/shapes/acp-matcher.ttl b/shapes/acp-matcher.ttl index adb9499..02f25ef 100644 --- a/shapes/acp-matcher.ttl +++ b/shapes/acp-matcher.ttl @@ -13,6 +13,8 @@ acp-matcher-shape:AcpMatcherShape a sh:NodeShape ; prov:wasDerivedFrom ; sh:codeIdentifier "AcpMatcher"; rdfs:label "ACP Matcher Shape"; + dct:created "2026-03-18"^^xsd:date ; + vs:term_status "testing"; sh:property [ sh:path acp:agent ; diff --git a/shapes/acp-policy.ttl b/shapes/acp-policy.ttl index cda27e0..b529604 100644 --- a/shapes/acp-policy.ttl +++ b/shapes/acp-policy.ttl @@ -15,6 +15,8 @@ acp-policy-shape:AcpPolicyShape a sh:NodeShape ; prov:wasDerivedFrom ; sh:codeIdentifier "AccessControlPolicy"; rdfs:label "ACP Policy Shape"; + dct:created "2026-03-18"^^xsd:date ; + vs:term_status "testing"; sh:property [ sh:path acp:allow ; diff --git a/shapes/acp-typed.ttl b/shapes/acp-typed.ttl index 616390b..51ace84 100644 --- a/shapes/acp-typed.ttl +++ b/shapes/acp-typed.ttl @@ -6,7 +6,8 @@ @prefix dc: . @prefix rdf: . @prefix rdfs: . - +@prefix dct: . +@prefix vs: . @prefix acp-typed-shape: . acp-typed-shape:AcpTypedShape a sh:NodeShape ; @@ -14,6 +15,8 @@ acp-typed-shape:AcpTypedShape a sh:NodeShape ; prov:wasDerivedFrom ; sh:codeIdentifier "AccessControlPolicy"; rdfs:label "ACP Policy Shape"; + dct:created "2026-03-18"^^xsd:date ; + vs:term_status "testing"; sh:property [ sh:path rdf:type ; diff --git a/shapes/container.ttl b/shapes/container.ttl index 0b84d6f..960ff32 100644 --- a/shapes/container.ttl +++ b/shapes/container.ttl @@ -13,6 +13,8 @@ container-shape:ContainerShape a sh:NodeShape ; prov:wasDerivedFrom ; rdfs:label "Container"; sh:codeIdentifier "Container"; + dct:created "2026-03-18"^^xsd:date ; + vs:term_status "testing"; sh:property [ sh:path ldp:contains ; diff --git a/shapes/resource.ttl b/shapes/resource.ttl index fc8d8bd..1ba0a78 100644 --- a/shapes/resource.ttl +++ b/shapes/resource.ttl @@ -13,6 +13,8 @@ resource-shape:ResourceShape a sh:NodeShape ; prov:wasDerivedFrom ; rdfs:label "Resource"; sh:codeIdentifier "Resource"; + dct:created "2026-03-18"^^xsd:date ; + vs:term_status "testing"; sh:property [ sh:path dc:title ;