Hello,
I am importing an ontology from a table creating some instances of classes
in that ontology and then exporting the information back out to xls.
The file looked ok in TBC but when opened the file in excel I noticed that
each class (sheet) has the property row repeated (0,1) ie:
Row0: name    | email                          |  phone
Row1: name    | email                          |  phone
Row2: Gerrick | [email protected]    |  555-123-4567
Row3: John     | [email protected] |  555-456-7890
...
Any idea why I would see something like this?

My sparqlmotion script is doing the following:
1)import spreadsheet ontology
2)import owl model to translate into spreadsheet ontology
3)apply construct query to create instances of classes in the spreadsheet
ontology from the owl model
4)export to xls
Gerrick

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Composer Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/topbraid-composer-users?hl=en.

Reply via email to