Web Service Method: Export Subtree Data in RDF Format and Store on Server
Web Service Method: Export Subtree Data in RDF Format and Store on Server
Description  | 
|---|
Exports data from a subtree of a project in RDF format and stores it on the server.  | 
URL: /PoolParty/api/projects/{project}/subtree/store 
Request
Supported Methods  | 
|---|
POST  | 
Content Type
 application/json 
Path Variables
Variable  | Comment  | 
|---|---|
   | The UUID or the URI supplement (textual identifier) of the project to be used.  | 
Request Body
Attribute  | Comment  | Type  | Required  | 
|---|---|---|---|
format  | The RDF format in which the returned data should be serialized. You can use these RDF serialization formats as parameter value.  | String  | true  | 
nodeType  | Type of the specified root node. Can be Concept or ConceptScheme.  | String  | true  | 
prettyPrint  | Pretty prints the exported data.  | boolean  | true  | 
properties  | List of properties to exclude in export.  | Array of string  | false  | 
rootNode  | URI of the concept/concept scheme.  | String  | true  | 
Example
{
  "prettyPrint" : false,
  "format" : "some format",
  "nodeType" : "some nodeType",
  "properties" : [ "https://semantic-web.com/api/properties#14887" ],
  "rootNode" : "some rootNode"
}Response
text/plain
String