You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neil-IBM edited this page Nov 14, 2016
·
4 revisions
OSLC deploys a Creation Factory that allows users to POST new resources. With the exception of the Creation Delegated Dialog, the Creation Factory is the only way to create new resources.
When a POST or PUT request is made, the program checks to see if the URI of the request exists in the database using a SPARQL query. If so, the program loads the resource that contains the creation URI and loads the Resource Shape.
The program checks the Resource Shape to see if the resource to be POSTed is compliant to the shape. If so, the POST proceeds.