diff --git a/fcrepo.ttl b/fcrepo.ttl index 127a3d4..775fa50 100644 --- a/fcrepo.ttl +++ b/fcrepo.ttl @@ -15,7 +15,15 @@ vann:preferredNamespaceUri "http://fedora.info/definitions/fcrepo#" ; vann:preferredNamespacePrefix "fcrepo" . -:PreferInboundReferences a rdfs:Resource ; +: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 ; rdfs:isDefinedBy : ; diff --git a/index.html b/index.html index 8e0d5f3..7df15fd 100644 --- a/index.html +++ b/index.html @@ -313,6 +313,15 @@
Prefer
header
+ An implementation MAY support the value
+ http://fedora.info/definitions/fcrepo#PreferCompactLists
+ when making GET
requests on LDPR resources.
+ http://fedora.info/definitions/fcrepo#PreferCompactLists
+ 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).
+