UNPKG
@rmlio/matey
Version:
latest (1.3.4)
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.2
Web-based editor for YARRRML rules.
github.com/RMLio/matey
RMLio/matey
@rmlio/matey
/
test
/
remote_loading_test
/
correct_responses
/
yarrrml-response.yaml
11 lines
(10 loc)
•
222 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
prefixes:
ex:
"http://example.com/"
mappings:
person:
sources:
-
[
'data.json~jsonpath'
,
'$.persons[*]'
]
s:
http://example.com/$(firstname)
po:
-
[
a
,
foaf:Person
]
-
[
ex:name
,
$(firstname)
]