Hi all,
I need to import my mapping file to topBraid. Nevertheless, there is no "owl:class" in my rdf mapping file but only "rdf:resources" :
<?xml version="1.0" encoding="utf-8"?>
<Alignment>
<xml>yes</xml>
<level>0</level>
<type>??</type>
<map>
<Cell>
<measure rdf:datatype="xsd:float">0.5</measure>
<relation>=</relation>
</Cell>
</map>
...
What I want is when I load this ontology into tbc/edg, I can have an interface (asset) such as we have in crosswalk :
e1 | e2 | measure | relation
e1 | e3 | measure | relation
e1 | e4 | measure | relation
...
How I can create or customize ontology asset to have such visualizations whithin edg please.
I know, that we can use tbc composer to create new asset/theme but is there any documentation or tutorial to do this please ?
Thanks for your help.