Skip to content

Commit 45a7680

Browse files
committed
Add complex property generator compaction test
This addresses #142 and #160.
1 parent 74b864b commit 45a7680

File tree

4 files changed

+955
-0
lines changed

4 files changed

+955
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"@context": {
3+
"vocab": "http://example.com/vocab/",
4+
"sharedTerm": "http://www.example.org/shared/term",
5+
"@language": "de",
6+
"propGenA": {
7+
"@id": [ "vocab:propGenA", "sharedTerm" ]
8+
},
9+
"propGenB": {
10+
"@id": [ "sharedTerm", "vocab:propGenB", "http://example.com/somethingElse" ],
11+
"@container": "@list"
12+
},
13+
"propGenC": {
14+
"@id": [ "sharedTerm", "vocab:propGenB", "http://example.com/somethingElse" ]
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)