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"?>
<rdf:RDF xmlns="http://knowledgeweb.semanticweb.org/heterogeneity/alignment";
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
xmlns:xsd="http://www.w3.org/2001/XMLSchema#";>

<Alignment>
<xml>yes</xml>
<level>0</level>
<type>??</type>
<onto1>http://ontologies#onto1#</onto1>
<onto2>http://ontologies#onto2</onto2>
<map>
<Cell>
<entity1 rdf:resource="http://ontologies/onto1/e1"/>
<entity2 rdf:resource="http://ontologies/onto1/e2/>
<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.

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/3ae467d5-e2a2-4e08-a71c-4435084e9759n%40googlegroups.com.

Reply via email to