Skip to content

Commit

Permalink
Clarify append vs write to create, fix solid#105
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Jun 25, 2022
1 parent 025183c commit 4b8d1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ <h4 property="schema:name">Reading and Writing Resources</h4>
<div datatype="rdf:HTML" property="schema:description">
<p>Working alongside <cite><a href="#http-interactions" rel="rdfs:seeAlso">HTTP Interactions</a></cite>, WAC enables a standard set of operations which can be applied to different resource types for a given request based on the set of access modes which control those operations:</p>

<p id="http-crud">Generally: read operations attempt to confirm the existence of a resource or to view the contents of a resource; write operations attempt to create, delete, or modify resources; append operations attempt to create resources or add information to existing resources; and control operations attempt to view, create, delete, or modify ACL resources.</p>
<p id="http-crud">Generally: read operations attempt to confirm the existence of a resource or to view the contents of a resource; write operations attempt to create (and name), delete, or modify resources; append operations attempt to create (but not name) resources or add information to existing resources; and control operations attempt to view, create, delete, or modify ACL resources.</p>

<p>As container resources and member resources are hierarchically organised, requests to perform operations on resources are in the context of the applicable container (<cite><a href="#effective-acl-resource" rel="rdfs:seeAlso">Effective ACL Resource</a></cite>).</p>

Expand Down

0 comments on commit 4b8d1a0

Please sign in to comment.