Reference : REST RDF API reference : Primary resources
  
Primary resources
The primary resources in Focal Point are service, workspace, module, view, element, and attribute. The REST XML API does not support HTTP GET operation for workspace, module and view resources. REST RDF API extends the REST XML API defined resources to define these additional resources.
These are the types and example REST API URIs for the primary resources:
 
Type
Example REST API URI
Description
fps:Service
http://fpserver/fp/resources/
Service document
fps:Workspace
http://fpserver/fp/resources/workspaces/3
Workspace
foaf:OnlineAccount
http://fpserver/fp/resources/users/13
Online account for a global user
foaf:Person
http://fpserver/fp/resources/users/13#me
Global user
fps:Member
http://fpserver/fp/resources/workspaces/3/members/15
Membership entry
fps:Module
http://fpserver/fp/resources/workspaces/3/modules/1
Module or Element collection
fps:Module
http://fpserver/fp/resources/workspaces/3/modules/1? view=123
Element collection of a View
fps:View
http://fpserver/fp/resources/workspaces/2/modules/2/views/759
View
fps:Element (natural)
http://fpserver/fp/resources/workspaces/3/modules/3/elements/3
Element, natural graph (default)
fps:Element (generic)
http://fpserver/fp/resources/workspaces/3/modules/3/elements/3?format=genericrdf
Element, generic graph
fps:Attribute
http://fpserver/fp/resources/workspaces/3/modules/3/elements/3/attributes/38
Attribute
See
Service document (fps:Service)
Go up to
REST RDF API reference