Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Resource Management introduction #364

Merged
merged 4 commits into from May 22, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 17 additions & 0 deletions index.html
Expand Up @@ -248,6 +248,23 @@ <h2>Conventions used in this document</h2>
<section id="resource-management">
<h2>Resource Management</h2>

<blockquote class="informative">
<p>
Non-normative note:
This section defines the core operations for managing content, using [[!LDP]] as a baseline. It
extends [[!LDP]] in several ways, including making some optional features mandatory and expanding
requirements related to binary content.
</p>
<p>
[[!LDP]] defines a hierarchy of resource types, with a top-level distinction between RDF resources
(<a>LDP-RS</a>) and non-RDF resources (<a>LDP-NR</a>). Container (<a>LDPC</a>) is a subtype of RDF
resource that may contain other resources as members. There are several subtypes of container, which
are primarily differentiated by how much the container-member relationship can be configured.
Throughout [[!LDP]] and this specification, these types are important for determining what
operations are supported, what header fields are required, and what behavior is expected.
</p>
</blockquote>

<section id="general">
<h2>General</h2>
<section id="ldpc">
Expand Down