Skip to content

Commit d7a46cd

Browse files
committed
Few changes
1 parent b4be21e commit d7a46cd

4 files changed

+11
-3
lines changed

grafter_logo.png

37.1 KB
Loading

grafterizer_logo.png

37.9 KB
Loading

rdf-repositories.apib

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Group RDF Repositories
33

4-
## OpenRDF Sesame [/]
4+
## Querying data [/]
55

66
The RDF repositories API are accessible at the address ```https://rdf.datagraft.net/```.
77

transformations-catalog.apib

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Group Transformations Catalog
22

3+
Transformations are usefull to clean and convert your data.
4+
The transformation main component consists of a [Grafter](http://grafter.org/) script.
5+
6+
[![](grafter_logo.png)](http://grafter.org)
7+
8+
You can use [Grafterizer](https://grafterizer.datagraft.net/) to generate the transformations and the Clojure source code.
9+
10+
[![](grafterizer_logo.png)](https://grafterizer.datagraft.net/)
311

412
## List all Transformations [/catalog/transformations/catalog]
513

@@ -116,7 +124,7 @@ Use `Content-Type` to determine the metadata-format.
116124
117125
If the metadata doesn't contain a distribution id, the system will generate one.
118126
119-
**tr-clojure:** The code of the transformation as Grafter Clojure.
127+
**tr-clojure:** The code of the transformation as [Grafter Clojure](http://api.grafter.org/0.4.0/).
120128
121129
+ Parameters
122130
+ Content%2DType: (required, mimetype) -
@@ -193,7 +201,7 @@ Use `Content-Type` to determine the metadata-format.
193201
194202
Note: The complete transformation metadata should be included. It is not merged with the previous version.
195203
196-
**tr-clojure:** Optional code of the transformation as Grafter Clojure.
204+
**tr-clojure:** Optional code of the transformation as [Grafter Clojure](http://api.grafter.org/0.4.0/).
197205
198206
meta and tr-clojure can be managed separately.
199207

0 commit comments

Comments
 (0)