Config name
Selected node: No node selected
No node selected
This is a CONSTRUCT query that determines which nodes and edges are added to the graph when the user expands an existing node.
The ?node variable is required and will be replaced with the IRI of the expanded node.
?node
This query is optional. If empty, the {{getSampleName(samples[0], 'expandQuery')}} sample query will be used.
This SELECT query determines the basic information about a node. Some of that information affects the colour and size of the node.
The query must SELECT one or more of these bindings:
?type
?label
?comment
?rank
This query is optional. If empty, the {{getSampleName(samples[0], 'resourceQuery')}} sample query will be used.
This SELECT query determines the basic information about an edge.
The query must SELECT this binding:
The ?edge variable is required and will be replaced with the IRI of the edge.
?edge
This query is optional. If empty, the edge IRI's local name is used.
This SELECT query determines the extra properties shown for a node when the info icon is clicked.
The query must SELECT these bindings:
?property
?value
The query may also SELECT this binding:
?image
The ?node variable is required and will be replaced with the IRI of the viewed node.
This query is optional. If empty, the {{getSampleName(samples[0], 'resourcePropertiesQuery')}} sample query will be used.
Sample queries:
User queries: