-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Using the Linked Data: Visualize function on RDF in a TTL file, labels of nodes are not shown without hovering over them.
This seems to be different from the screenshots shown on https://marketplace.visualstudio.com/items?itemName=Elsevier.linked-data
Labels for nodes have been formed in the RDF TTL using standard notation (example below):
`
PREFIX ex: http://www.example.com/
PREFIX rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
PREFIX rdfs: http://www.w3.org/2000/01/rdf-schema#
ex:Lloyd rdfs:label "Lloyd".
`
In this case , I would expect a single node with the label "Lloyd" next to it, but I do not see this.
Metadata
Metadata
Assignees
Labels
No labels