Skip to content

Commit

Permalink
Update LDES_server.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xdxxxdx committed Jun 12, 2023
1 parent 3d9d0a8 commit 4d17ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/LDES_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The LDES server is available as on open-source building block on [GitHub](https:
```


# Setting up the LDES Server during startup process.
## Setting up the LDES Server during startup process.
## Ingesting sources (HTTP in)

The LDES server is able to receive data via HTTP ingestion. Specifically, the server expects a single object (member) to be sent as input via a POST request. If the dataset still contains state objects, each of these must first be converted to a version object before being ingested in the server. This essential step ensures the ingested objects comply with the [LDES definition](https://informatievlaanderen.github.io/VSDS-Tech-Docs/docs/Specification.html#what-is-a-linked-data-event-stream).
Expand Down Expand Up @@ -374,7 +374,7 @@ DCAT is a standardised RDF vocabulary to describe data catalogues on the Web, al
The LDES server facilitates hosting DCAT metadata when publishing an LDES. Through configuration, as with the SHACL shape, it is possible to reference an existing DCAT via an URI or to provide a static file containing an RDF description of the DCAT.
More information on configuring DCAT on the LDES Server can be found [here](https://github.com/Informatievlaanderen/VSDS-LDESServer4J#example-serving-dcat-metadata).

# Setting up the LDES Server using API.
## Setting up the LDES Server using API.
## Setup of the LDES Server

To start a default LDES Server, a few basic steps are needed.
Expand Down

0 comments on commit 4d17ba1

Please sign in to comment.