Rich, you might try the following query to find out if there is  conflicting label:

SELECT *
WHERE
{  ?s ?p "XYZ"
}

If you get more than one result, there is a label conflict.
 

-- Scott

On 5/31/2013 7:42 AM, Rich Keller wrote:
Hi: I'm a bit confused about the tree presentation in the Classes view and how ambiguous labels are handled. 

The help text says:

"In the "human-readable" labels mode, the system will try to display resources by their rdfs:labels (or sub-properties of rdfs:label). If no such labels are found, or if there is a name conflict between multiple resources with the same label, then the system will fall back to displaying qnames as above."

I have a class defined where the name is 'atm:XYZ' and the label is 'XYZ'.  To my knowledge, there are no other resources with the label 'XYZ', yet the classes view (toggled for human-readable mode) shows: XYZ [atm:XYZ].

Can you explain why the system thinks there is ambiguity?

Rich
--
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live,
TopBraid Ensemble, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
topbraid-users@googlegroups.com
To unsubscribe from this group, send email to
topbraid-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en
---
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.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live,
TopBraid Ensemble, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
topbraid-users@googlegroups.com
To unsubscribe from this group, send email to
topbraid-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en
---
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.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to