Hello Sina; I've turned this into a separate post to avoid confusion with the thread. In the future please avoid thread hijacking by not using "reply" (just create a new email to the forum) or use the Web page to create a new post. Thanks!
The context here is that you have an existing model that the tab- delimited file is being imported into, and that spreadsheet rows are imported as instances of owl:Class. Since rdfs:label is defined in the RDFS standard with a range of rdfs:Literal, the importer will import the rdfs:label values as literals, not strings. You can modify this by adding xsd:string as a range for rdfs:label in your model. Then the importer will type the labels as xsd:string, and the human-readable names will work. I believe this is what you must have done before - adding xsd:string to the range of rdfs:label. We can also consider displaying literal values in human-readable names. -- Scott On 12/22/10 2:06 PM, Madani,Sina wrote: > I used to be able to toggle between qnames and human readable ones by > defining "rdfs:label" > as the column name of my imported spreadsheet. The toggle is not working now > when I import new > spreadsheets. > The first three columns of my spreadsheet reads owl:Class, rdfs:subClassOf, > rdfs:label > I don't get any error during the import. Classes & subclasses are > successfully being build but toggle > between qname and human-readable names does not change labels from IDs to > defined string labels in the > rdfs:label column. > However, if I manually change the label datatype of a class from literal to > string > the toggle will work but during import process rdfs:label datatype of > rdfs:label column cannot be changed > and I don't remember I did that for my previous spreadsheets that were > successfully loaded. > Am I missing some step during import process? It's a tab delimited > spreadsheet file. > > Thanks for the help > Sina -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. 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-users?hl=en
