-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpipeline.ttl
More file actions
29 lines (24 loc) · 943 Bytes
/
pipeline.ttl
File metadata and controls
29 lines (24 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@prefix js: <https://w3id.org/conn/js#>.
@prefix : <https://w3id.org/conn#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
<> owl:imports <../node_modules/@rdfc/js-runner/ontology.ttl>.
<> owl:imports <../node_modules/@rdfc/js-runner/channels/file.ttl>.
<> owl:imports <../processor.ttl>.
<feed/writer> a :FileWriterChannel;
:fileOnReplace "false";
:filePath <feed.ttl>.
<dump/reader> a :FileReaderChannel;
:fileOnReplace true;
:fileReadFirstContent true;
:filePath <sweden.url>.
[ ] a js:DumpsToFeed;
js:output <feed/writer>;
js:feedname "sweden";
js:flush "false";
js:dump <dump/reader>;
js:dumpContentType "identifier";
js:focusNodesStrategy "extract";
# js:nodeShape <shape/reader>;
# js:focusNodes <focusNodes/reader>;
js:nodeShapeIri "https://semiceu.github.io/LDES-DCAT-AP-feeds/shape.ttl#ActivityShape";
js:dbDir "./".