{{title}}

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.

This query is optional. If empty, the {{getSampleName(samples[0], 'expandQuery')}} sample query will be used.

expand image

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 determines the colour. If missing, all nodes will have the same colour.
  • ?label determines the label of the node. If missing, the IRI's local name will be used.
  • ?comment determines the description of the node. If missing, no description will be provided.
  • ?rank determines the size of the node and it must be a real number between 0 and 1. If missing, all nodes will have same size.

The ?node variable is required and will be replaced with the IRI of the expanded node.

This query is optional. If empty, the {{getSampleName(samples[0], 'resourceQuery')}} sample query will be used.

labels size image

This SELECT query determines the basic information about an edge.

The query must SELECT this binding:

  • ?label determines the label of the edge. If missing, the IRI's local name will be used.

The ?edge variable is required and will be replaced with the IRI of the edge.

This query is optional. If empty, the edge IRI's local name is used.

predicates image

This SELECT query determines the extra properties shown for a node when the info icon is clicked.

The query must SELECT these bindings:

  • ?property is the name of each property.
  • ?value is the value of each property.

The query may also SELECT this binding:

  • ?image is a URL to an image that will be shown together with the properties.

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.

side panel image
Save
Cancel