Difference between revisions of "Semantic Maps Lab"

From Evolutionary Knowledge Base
Jump to: navigation, search
(Created page with "== Semantic Maps Viewer Web App == *ekm - evKnowledge Sematic Maps (through the Semantic Maps Viewer) == ekm - Maps - ekb SMV Implementation == === XML files structure =...")
 
(Semantic Maps Viewer Web App)
Line 1: Line 1:
 
== Semantic Maps Viewer Web App ==
 
== Semantic Maps Viewer Web App ==
  
 +
*[[Semantic Web Applications]]
 +
*[[Semantic Maps Viewer - SMV]]
 +
*[[evTek Semantic Maps Viewer - User Guide]]
 +
*[[Semantic Maps]]
 
*ekm - evKnowledge Sematic Maps (through the Semantic Maps Viewer)
 
*ekm - evKnowledge Sematic Maps (through the Semantic Maps Viewer)
  

Revision as of 17:38, 23 May 2020

Semantic Maps Viewer Web App

ekm - Maps - ekb SMV Implementation

XML files structure

  • SMV application parameters XML file (xmlfile_s = xml/ekb_smv_en.xml):

<?xml version="1.0" encoding="UTF-8"?>

<semantic_maps_viewer id="ekbsmv" name="ekb semantic maps viewer" language="en">

<knowledge_base id="knowledge_base" kb_id="ekb" kb_name="Evolutionary Knowledge Base" kb_mode="query" kb_query_url="http://www.evknowledge.org/ekb/index.php?action=render&title=" kb_file="ekb_topics_en.xml"/>

<maps maps_file="ekb_maps_en.xml"/>

<application id="smv" version="1.0" name="evTek - Semantic Maps Viewer 1.0"/>

<objects>

<object id="viewport" type="structure">

...

</semantic_maps_viewer>

  • Sematic Maps XML file (xmlfile_m = xml/ekb_maps_en.xml):

<?xml version="1.0" encoding="UTF-8"?>

<semantic_map id="ekbsm" name="ekb semantic map" language="en">

<maps id="maps">

<map id="m_ekb" name="Evolutionary Knowledge Base" map_level="0" map_father="" map_path="Evolutionary Knowledge Base" pos_y_mode="center" center_offset_x="30" center_offset_y="0">

<box id="b_reality0" topic_id="t_reality" class="b3b13b" name="REALITY" level="0" placement="polar" from_id="" distance="-240" angle="270" width="161" sub_map_link="m_reality" super_map_link="" center_x="761" center_y="1001" height="36"/>

...

<con id="mgm_093" topic_id="" class="c1 c_wine" name="Generic association" level="" placement="hh" from_id="mgm_ev_cognitive_dynamics" to_id="mgm_meta_metareality" cross="" csp=""/>

</map>

</maps>

</semantic_map>

  • Knowledge Base Schema XML file (xmlfile_t = xml/ekb_schema_en.xml):

<?xml version="1.0" encoding="UTF-8"?>

<knowledge_base_schema name="evolutionary knowledge base" language="en">

<topics>

<topic id="t_summary" title="Wiki Summary" class="" instances="" groups="" resources="" ekbtopic="Wiki Summary" wptopic="" categories=""/>

<topic id="t_ekp" title="Evolutionary Knowledge Project" class="Research Projects" instances="" groups="" resources="" ekbtopic="Evolutionary Knowledge Project" wptopic="Project" categories="Evolutionary Knowledge"/>

...

<topic id="t_emanation_connection" title="Emanation connection" class="" instances="" groups="t_connections" resources="" ekbtopic="Emanation connection" wptopic="Emanationism" categories="Semantic Maps"/>

</topics>

</knowledge_base_schema>

ekw - eK Web Site

  • definitionsXmlFile_create: this module creates a xml file with all the definitions that will be used by Mediawiki to build the topic pages --> Obsolete (now the definitions are directly edited in the wiki pages)