Closed touretzkyds closed 2 years ago
What do you consider a concept versus a string? What would be an example?
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.
taxonRank and subTaxonOf have values that are concepts. taxonName has a value that is a string.
Oh ok makes sense thank you
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.