Skip to main content

Web Service Method: Export Project as PPAR

Abstract

Web Service Method: Export Project as PPAR

Description

Exports data from a project in an RDF format as ppar.

URL: /PoolParty/api/projects/{project}/pparExport

Content-Type

application/x-www-form-urlencoded

Supported Methods

GET

Path Variables

Variable

Description

{project}

The project UUID or textual identifier

Request Parameters

Parameter

Type

Required

Description

exportModules

Array of String

false

A list of project modules to be exported - possible values are:

  • concepts - includes concept schemes, concepts and collections

  • workflow - workflow status for all concepts

  • history - all history events

  • suggestedConcepts - all suggested concepts

  • void - the project VoiD graph

  • adms - the project ADMS graph

  • candidateConcepts - all candidate concepts

  • lists - used SPARQL list

  • deprecatedConcepts - all deleted concept

  • categories - categories

  • skosnotes - all skosnotes

  • linkedData - exports all the linked data

  • users - exports the local user data

  • schemes - exports schemes and ontologies associated with this project

  • corpora - exports corpora for this project

Returns

Content-Type: application/zip

Status: 200 - OK