refs #13200 Merge branch '13200-new-package-versioning-jb'
[arvados.git] / doc / api / methods.html.textile.liquid
index 6f7eca72c8ec6fe58d043bc434774e7922e64225..00c120d9f8f1be4aad90022b514fe37024618dc3 100644 (file)
@@ -100,7 +100,7 @@ table(table table-bordered table-condensed).
 
 h4. Filtering on subproperties
 
-Some record type have an additional @properties@ attribute that allows recording and filtering on additional key-value pairs.  To filter on a subproperty, the value in the @attribute@ position has the form @properties.<user_property>@.
+Some record type have an additional @properties@ attribute that allows recording and filtering on additional key-value pairs.  To filter on a subproperty, the value in the @attribute@ position has the form @properties.user_property@.  You may also use JSON-LD / RDF style URIs for property keys by enclosing them in @<...>@ for example @properties.<http://example.com/user_property>@.  Alternately you may also provide a JSON-LD "@context" field, however at this time JSON-LD contexts are not interpreted by Arvados.
 
 table(table table-bordered table-condensed).
 |_. Operator|_. Operand type|_. Description|_. Example|