We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9aa7d4 commit ffa544dCopy full SHA for ffa544d
tests/toRdf/st04-in.jsonld
@@ -1,8 +1,8 @@
1
-[{
+{
2
"@id": "ex:s",
3
- "ex:p": [{
+ "ex:p": {
4
"@triple": {
5
- "ex:prop": [{"@value": "value"}]
+ "ex:prop": "value"
6
}
7
- }]
8
-}]
+ }
+}
tests/toRdf/st05-in.jsonld
@@ -1,7 +1,9 @@
{
- "@reifies": {
- "@id": "ex:rei",
- "ex:prop": "value"
- },
- "ex:prop": "value2"
-}
+ "@id": "ex:s",
+ "@triple": {
+ "@id": "ex:rei",
9
0 commit comments