- Home
- Documentation
- Service Configuration Guide
- Pipes
- Sinks
- SDShare push sink
SDShare push sink¶
The SDShare push sink is similar to the JSON push sink, but instead of posting JSON it
translates the inbound entities to RDF
and POSTs
them in N-Triples form to a HTTP endpoint
implementing the SDShare push protocol
.
Prototype¶
{
"type": "sdshare",
"system":"url-system-id",
"url": "url-to-http-endpoint",
"graph": "uri-of-graph-to-post-to"
}
Properties¶
Property |
Type |
Description |
Default |
Req |
---|---|---|---|---|
|
String |
The id of the URL system component to use. |
Yes |
|
|
String |
The full URL to HTTP service implementing the |
Yes |
|
|
String |
A URI representing a graph to post the |
Yes |