Upsert data

!! This endpoint currently has no transaction handling !!

This endpoints allows for bulk upserts. Existing objects in the data will be updated (delete and create) Accepts data in JSON-LD and starts the import process of the jsonld against the specified domain specification(s).
Example headers:

KeyValue
X-PUBLISHERpublisher uuid
X-DATASOURCEdatasource uuid
Content-Typeapplication/ld+json
Log in to see full request history
Query Params
string

The agent name which started the import

string

The component which was used to start the import

uri

Callback URL where we notify about import status updates.
The call will be a POST and will contain as body the KgThingsImport

Body Params

The main entity nodes in the data need to have an attribute with which DS it has to be verified.

"https://vocab.sti2.at/ds/compliesWith": {"@id": "DS_URI" }

A valid json+ld request body example

{
  "@id": "https://example.com.com/entity/BeispielEvent1",
  "@type": "https://schema.org/Event",
  "https://schema.org/description": "Eine lange Beschreibung dieses tollen Events",
  "https://schema.org/name": "Mein Beispiel Event",
  "https://schema.org/startDate": "2021-05-16T18:00:00+02:00",
  "https://schema.org/url": "https://example.com/exampleEvent",
  "https://vocab.sti2.at/ds/compliesWith": {
    "@id": "https://semantify.it/ds/mhpmBCJJt"
  }
}
Headers
string
required

the publisher of the graph

string
required

the datasource of the graph

string
required

the api key for authentication and authorization

string

execute a rather async operation in a synchronous way ('true' or 'false')

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json