Skip to content

Commit

Permalink
define fcrepo:PreferCompactLists IRI for Prefer header values
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed Nov 27, 2017
1 parent df06200 commit 58f6218
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fcrepo.ttl
Expand Up @@ -15,6 +15,14 @@
vann:preferredNamespaceUri "http://fedora.info/definitions/fcrepo#" ;
vann:preferredNamespacePrefix "fcrepo" .

:PreferCompactLists a rdfs:Resource ;
rdfs:label "prefer compact lists"@en ;
rdfs:comment "An IRI to signal the client prefers to receive the
rdfs:List values for triples in a compact style where defined by the
serialization."@en ;
rdfs:isDefinedBy : ;
vs:term_status "working-draft" .

:PreferInboundReferences a rdfs:Resource ;
rdfs:label "prefer inbound references"@en ;
rdfs:comment "An IRI to signal the client prefers to receive the set of triples representing other repository resources which link to a given resource."@en ;
Expand Down
8 changes: 8 additions & 0 deletions index.html
Expand Up @@ -468,6 +468,14 @@ <h2>Additional values for the <code>Prefer</code> header</h2>
triples from any <a>LDP-RS</a> housed in that server that feature the requested resource as RDF-object.
</li>
</ul>
<p>
An implementation MAY support the value
<code>http://fedora.info/definitions/fcrepo#PreferCompactLists</code>
when making <code>GET</code> requests on <a>LDPR</a> resources.
<code>http://fedora.info/definitions/fcrepo#PreferCompactLists</code> requests that a server use a compact syntax to represent
rdfs:List of triple values where supported by the serialization
(e.g., the compact list representations in Turtle or JSON-LD).
</p>
</section>
<section id="httpGETLDPRS">
<h2><a>LDP-RS</a>s</h2>
Expand Down

0 comments on commit 58f6218

Please sign in to comment.