Fix indentation of toRdf-0032... toRdf-0034
--- a/test-suite/tests/toRdf-0032-in.jsonld Sun Jun 09 01:19:42 2013 +0200
+++ b/test-suite/tests/toRdf-0032-in.jsonld Sun Jun 09 18:57:15 2013 +0200
@@ -2,16 +2,15 @@
"@id": "ex:node1",
"owl:sameAs": {
"@id": "ex:node2",
- "rdfs:label": "Node 2",
- "link": "ex:node3",
- "@context": {"rdfs": "http://www.w3.org/2000/01/rdf-schema#"}
+ "rdfs:label": "Node 2",
+ "link": "ex:node3",
+ "@context": {
+ "rdfs": "http://www.w3.org/2000/01/rdf-schema#"
+ }
},
"@context": {
"ex": "http://example.org/",
"owl": "http://www.w3.org/2002/07/owl#",
- "link": {
- "@id": "ex:link",
- "@type": "@id"
- }
+ "link": { "@id": "ex:link", "@type": "@id" }
}
}
--- a/test-suite/tests/toRdf-0033-in.jsonld Sun Jun 09 01:19:42 2013 +0200
+++ b/test-suite/tests/toRdf-0033-in.jsonld Sun Jun 09 18:57:15 2013 +0200
@@ -3,14 +3,16 @@
"ex": "http://example.org/",
"owl": "http://www.w3.org/2002/07/owl#",
"link": {
- "@id": "ex:link",
- "@type": "@id"
- }
+ "@id": "ex:link",
+ "@type": "@id"
+ }
},
"owl:sameAs": {
- "@context": {"rdfs": "http://www.w3.org/2000/01/rdf-schema#"},
- "rdfs:label": "Node 2",
- "link": "ex:node3",
+ "@context": {
+ "rdfs": "http://www.w3.org/2000/01/rdf-schema#"
+ },
+ "rdfs:label": "Node 2",
+ "link": "ex:node3",
"@id": "ex:node2"
},
"@id": "ex:node1"
--- a/test-suite/tests/toRdf-0034-in.jsonld Sun Jun 09 01:19:42 2013 +0200
+++ b/test-suite/tests/toRdf-0034-in.jsonld Sun Jun 09 18:57:15 2013 +0200
@@ -1,17 +1,16 @@
{
"@context": {
- "link": {
- "@id": "ex:link",
- "@type": "@id"
- },
+ "link": { "@id": "ex:link", "@type": "@id" },
"ex": "http://example.org/",
"owl": "http://www.w3.org/2002/07/owl#"
},
"@id": "ex:node1",
"owl:sameAs": {
- "@context": {"rdfs": "http://www.w3.org/2000/01/rdf-schema#"},
+ "@context": {
+ "rdfs": "http://www.w3.org/2000/01/rdf-schema#"
+ },
"@id": "ex:node2",
- "rdfs:label": "Node 2",
- "link": "ex:node3"
+ "rdfs:label": "Node 2",
+ "link": "ex:node3"
}
}