Skip to content
Snippets Groups Projects
Commit 4ea677da authored by ComFreek's avatar ComFreek
Browse files

add missing uris in examples

parent cd5c6f33
No related branches found
No related tags found
No related merge requests found
......@@ -52,17 +52,17 @@ theory Examples : http://mathhub.info/FrameIT/frameworld?SituationTheoryMeta =
// JSON representation for measured_distance: {
"tp": {
"kind": "OMA",
"applicant": {"kind": "OMS", "uri": "...?Logic?ded"},
"applicant": {"kind": "OMS", "uri": "http://mathhub.info/MitM/Foundation?Logic?ded"},
"arguments": [{
"kind": "OMA",
"applicant": {"kind": "OMS", "uri": "...?Logic?eq"},
"applicant": {"kind": "OMS", "uri": "http://mathhub.info/MitM/Foundation?Logic?eq"},
"arguments": [
{
"kind": "OMA",
"applicant": {"kind": "OMS", "uri": "...?Geometry/Common/metric"},
"applicant": {"kind": "OMS", "uri": "http://mathhub.info/MitM/core/geometry?Geometry/Common/metric"},
"arguments": [
{"kind": "OMS", "uri": "...?A"},
{"kind": "OMS", "uri": "...?B"}
{"kind": "OMS", "uri": "<uri to situation theory, i.e. Examples here>?A"},
{"kind": "OMS", "uri": "<uri to situation theory, i.e. Examples here>?B"}
]
},
{"kind": "OMF", "float": 42}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment