Skip to content

Commit 9251ca3

Browse files
TobiasNxdr0i
authored andcommitted
Rename integration tests for rdf lookup
1 parent b49445d commit 9251ca3

File tree

21 files changed

+42
-0
lines changed

21 files changed

+42
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name" : "Jake",
3+
"a" : "Abbildung"
4+
}
5+
{
6+
"name" : "Blacky",
7+
"a" : "Audio"
8+
}
9+
{
10+
"name" : "Noone",
11+
"a" : "cat"
12+
}
13+
{
14+
"name" : "Noone_2",
15+
"a" : "Übung"
16+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name" : "Jake",
3+
"a" : "Bild"
4+
}
5+
{
6+
"name" : "Blacky",
7+
"a" : "Tonaufnahme"
8+
}
9+
{
10+
"name" : "Noone",
11+
"a" : "cat"
12+
}
13+
{
14+
"name" : "Noone_2",
15+
"a" : "Übung"
16+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lookup_rdf("a", "../../../../../maps/hcrt.ttl", target: "http://www.w3.org/2004/02/skos/core#altLabel", target_language: "de", select: "object", returnPredicate:"http://www.w3.org/2004/02/skos/core#prefLabel", return_language: "de")
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lookup a specific object of predicate return other object in specific language for the same subject.

0 commit comments

Comments
 (0)