touretzkyds / KnowledgeGraphDemo

Visualization tools for KnowledgeGraphDemo
Apache License 2.0
0 stars 2 forks source link

display of strings #8

Closed touretzkyds closed 2 years ago

touretzkyds commented 2 years ago

In the property display in demo2, some values are concepts, while others are strings. When we display a string it should be enclosed in "double quotes" so the user can see that it's a string.

nhadlaw commented 2 years ago

What do you consider a concept versus a string? What would be an example?

touretzkyds commented 2 years ago

Click on the "Raw Response" button and look at the JSON. If a result entry has a type value of "uri" then it's a concept. If its type is "literal" then it's a string or a number. If its type is "bnode" then it's a box like b0.

touretzkyds commented 2 years ago

taxonRank and subTaxonOf have values that are concepts. taxonName has a value that is a string.

nhadlaw commented 2 years ago

Oh ok makes sense thank you