-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.json
44 lines (44 loc) · 1.39 KB
/
metadata.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"@id": "http://example.org/join-relation/5-3/25.0/",
"name": "join_relation_5_3_25.0",
"description": "Join Relation 5-3 25.0% ",
"steps": [
{
"@id": "http://example.org/join-relation/5-3/25.0/#step1",
"name": "Load RDB",
"resource": "PostgreSQL",
"command": "load_multiple",
"parameters": {
"csv_files": [
{
"file": "data1.csv",
"table": "data1"
},
{
"file": "data2.csv",
"table": "data2"
}
]
},
"expect_failure": false
},
{
"@id": "http://example.org/join-relation/5-3/25.0/#step2",
"name": "Execute RML mapping",
"resource": "RMLMapper",
"command": "execute_mapping",
"parameters": {
"mapping_file": "mapping.r2rml.ttl",
"output_file": "out.nt",
"serialization": "ntriples",
"rdb_host": "PostgreSQL",
"rdb_port": 5432,
"rdb_username": "root",
"rdb_password": "root",
"rdb_type": "PostgreSQL",
"rdb_name": "db"
},
"expect_failure": false
}
]
}