File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8022,13 +8022,13 @@ <h3>Graph Containers</h3>
8022
8022
{
8023
8023
"@context": {
8024
8024
"@version": 1.1,
8025
- "@base": "http://dbpedia.org/resource/",
8025
+ "@base": "http://dbpedia.org/resource/",
8026
8026
"id": "@id",
8027
8027
"isa": "@type",
8028
- "said": {"@id": "http://example.com/said", "@container": "@graph"}
8028
+ **** "said": {"@id": "http://example.com/said", "@container": "@graph"}****
8029
8029
},
8030
8030
"id": "Epimenides",
8031
- "said": {
8031
+ **** "said"**** : {
8032
8032
"id": "Epimenides",
8033
8033
"isa": "Liar"
8034
8034
}
@@ -8040,8 +8040,8 @@ <h3>Graph Containers</h3>
8040
8040
<!--
8041
8041
[{
8042
8042
"@id": "http://dbpedia.org/resource/Epimenides",
8043
- "http://example.com/said": [{
8044
- "@graph": [{
8043
+ **** "http://example.com/said"**** : [{
8044
+ **** "@graph"**** : [{
8045
8045
"@id": "http://dbpedia.org/resource/Epimenides",
8046
8046
"@type": ["http://dbpedia.org/resource/Liar"]
8047
8047
}]
You can’t perform that action at this time.
0 commit comments