Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions shapes/acp-access-control-resource.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ acp-access-control-resource-shape:AcpAccessControlResourceShape a sh:NodeShape ;
prov:wasDerivedFrom <https://github.com/solid/object/blob/main/src/acp/AccessControlResource.ts> ;
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 [
Expand Down
2 changes: 2 additions & 0 deletions shapes/acp-access-control.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ acp-access-control-shape:AcpAccessControlShape a sh:NodeShape ;
prov:wasDerivedFrom <https://github.com/solid/object/blob/main/src/acp/AccessControl.ts> ;
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 ;
Expand Down
2 changes: 2 additions & 0 deletions shapes/acp-matcher.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ acp-matcher-shape:AcpMatcherShape a sh:NodeShape ;
prov:wasDerivedFrom <https://github.com/solid/object/blob/main/src/acp/Matcher.ts> ;
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 ;
Expand Down
2 changes: 2 additions & 0 deletions shapes/acp-policy.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ acp-policy-shape:AcpPolicyShape a sh:NodeShape ;
prov:wasDerivedFrom <https://github.com/solid/object/blob/main/src/acp/AccessControl.ts> ;
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 ;
Expand Down
5 changes: 4 additions & 1 deletion shapes/acp-typed.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

@prefix dct: <http://purl.org/dc/terms/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix acp-typed-shape: <https://solidproject.org/shapes/acp-typed#> .

acp-typed-shape:AcpTypedShape a sh:NodeShape ;
dc:source <https://github.com/solid/object/blob/main/src/acp/AccessControl.ts> ;
prov:wasDerivedFrom <https://github.com/solid/object/blob/main/src/acp/AccessControl.ts> ;
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 ;
Expand Down
2 changes: 2 additions & 0 deletions shapes/container.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ container-shape:ContainerShape a sh:NodeShape ;
prov:wasDerivedFrom <https://github.com/solid/object/blob/main/src/solid/Container.ts> ;
rdfs:label "Container";
sh:codeIdentifier "Container";
dct:created "2026-03-18"^^xsd:date ;
vs:term_status "testing";

sh:property [
sh:path ldp:contains ;
Expand Down
2 changes: 2 additions & 0 deletions shapes/resource.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ resource-shape:ResourceShape a sh:NodeShape ;
prov:wasDerivedFrom <https://github.com/solid/object/blob/main/src/solid/Resource.ts> ;
rdfs:label "Resource";
sh:codeIdentifier "Resource";
dct:created "2026-03-18"^^xsd:date ;
vs:term_status "testing";

sh:property [
sh:path dc:title ;
Expand Down
Loading