From 88700f0b490417541e967114a9c4df0ca9dc17ab Mon Sep 17 00:00:00 2001 From: JoKons Date: Fri, 17 Nov 2023 12:06:06 +0100 Subject: [PATCH] added test page for data representation --- _includes/data_rep.html | 282 +++++++++++++++++++++++++++++++++++ pages/mydoc/test_data_rep.md | 16 ++ 2 files changed, 298 insertions(+) create mode 100644 _includes/data_rep.html create mode 100644 pages/mydoc/test_data_rep.md diff --git a/_includes/data_rep.html b/_includes/data_rep.html new file mode 100644 index 0000000..efb27f6 --- /dev/null +++ b/_includes/data_rep.html @@ -0,0 +1,282 @@ + + + + + +
+ + +
+
+

+ + TEST +

+
+
+
+

Please click on any item / statement you want more information about how to retrieve +

+
+ + + + + + + + Q1053 + + + + + + How to retrieve simple values + + + + + + + + + + + Retrieve simple value and its label + “item is about [value]” = simple value + mmd:Q1053 mmdt:P36 ?about. + ?about rdfs:label ?aboutLabel. + FILTER(LANG(?aboutLabel) = “en”). + + + + + + + + + + + + + + + + + + How to retrieve statement node + + + + + + + Retrieve statement node + mmd:Q1053 mmp:P36 ?aboutStmt. + + + + + + + + + + + + + + + + + + + + + + + + How to retrieve simple value using statement node + + + + + + + Retrieve simple value using statement node + mmd:Q1053 mmp:P36 ?aboutStmt. + ?aboutStmt mmps:P36 ?about. + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + + + + + +
diff --git a/pages/mydoc/test_data_rep.md b/pages/mydoc/test_data_rep.md new file mode 100644 index 0000000..d912853 --- /dev/null +++ b/pages/mydoc/test_data_rep.md @@ -0,0 +1,16 @@ +--- +title: # About MiMoTextBase +keywords: +summary: +hide_sidebar: true +permalink: data_rep_test.html +folder: mydoc +toc: false +topnav: topnav +--- + +## About MiMoTextBase + +Test page for data representation visualization. + +{% include data_rep.html %} \ No newline at end of file