Reference : REST RDF API reference : REST Operations : Parameters : Selective properties
  
Selective properties
Sometimes, only a subset of attributes is required when querying for element or element collection. Use the oslc.properties parameter to specify a comma-delimited set of attribute names, only specified attribute values are returned in the result.
Parameter value: List of comma-separated attribute names.
Can be used with: Module (element collection) or Element resources
Applicable: HTTP GET
For example:
http://fpserver/fp/resources/workspaces/2/modules/1.rdf? oslc.properties=dcterms:title, fps:id, :version
Go up to
Parameters