Skip to main content

Web Service Method: Export Project Collection

Abstract

Web Service Method: Export Project Collection

Description

Exports data from a collection of a project in RDF format.

URL: /PoolParty/api/projects/{project}/collection/export

Request

Supported Methods

POST

Content Type

application/json

Path Variables

Variable

Comment

{project}

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

false

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

Content Type

text/plain

Status: 200 - Ok