File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# Group RDF Repositories
3
3
4
- ## OpenRDF Sesame [/]
4
+ ## Querying data [/]
5
5
6
6
The RDF repositories API are accessible at the address ```https://rdf.datagraft.net/``` .
7
7
Original file line number Diff line number Diff line change 1
1
# Group Transformations Catalog
2
2
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
+ [](http://grafter.org)
7
+
8
+ You can use [Grafterizer ](https://grafterizer.datagraft.net/) to generate the transformations and the Clojure source code.
9
+
10
+ [](https://grafterizer.datagraft.net/)
3
11
4
12
## List all Transformations [/catalog/transformations/catalog]
5
13
@@ -116,7 +124,7 @@ Use `Content-Type` to determine the metadata-format.
116
124
117
125
If the metadata doesn't contain a distribution id, the system will generate one.
118
126
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/) .
120
128
121
129
+ Parameters
122
130
+ Content%2DType: (required, mimetype) -
@@ -193,7 +201,7 @@ Use `Content-Type` to determine the metadata-format.
193
201
194
202
Note: The complete transformation metadata should be included. It is not merged with the previous version.
195
203
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/) .
197
205
198
206
meta and tr-clojure can be managed separately.
199
207
You can’t perform that action at this time.
0 commit comments