graphdb-workbench-tests 2.1.1 → 2.1.2-RC1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fixtures/locale-en.json +2 -2
- package/package.json +1 -1
package/fixtures/locale-en.json
CHANGED
|
@@ -473,11 +473,11 @@
|
|
|
473
473
|
"view.connector.management.title": "Connector management",
|
|
474
474
|
"view.connector.management.helpInfo": "The Connector management view is used to create and manage GraphDB connector instances.",
|
|
475
475
|
"view.class.hierarchy.title": "Class hierarchy",
|
|
476
|
-
"view.class.hierarchy.helpInfo": "
|
|
476
|
+
"view.class.hierarchy.helpInfo": "The Class hierarchy view shows the hierarchy of RDF classes by the number of instances. The biggest circles are the parent classes, and the smaller nested ones are their subclasses. Hover over a given class to see its subclasses or zoom in a nested circle (RDF class) for further exploration.",
|
|
477
477
|
"view.domain.range.graph.title": "Domain-Range graph",
|
|
478
478
|
"view.domain.range.graph.helpInfo": "This diagram shows the classes and properties that lead to a given RDF class, which plays the role of <b>range</b> for all properties on the left of it, and <b>domain</b> for all properties on the right of it. You can navigate to another class by double clicking on it.",
|
|
479
479
|
"view.class.relationships.title": "Class relationships",
|
|
480
|
-
"view.class.relationships.helpInfo": "
|
|
480
|
+
"view.class.relationships.helpInfo": "The Class relationships view shows the relationships between RDF classes, where a relationship is represented by links between the individual instances of two classes. Each link is an RDF statement where the subject is an instance of one class, the object is an instance of another class, and the link is the predicate. Depending on the number of links between the instances of two classes, the bundle can be thicker or thinner, and it receives the colour of the class with more incoming links. The links can be in both directions.",
|
|
481
481
|
"view.visual.graph.helpInfo": "Provides a way to create a visual representation of parts of the data graph. You start from a single resource and the resources connected to it or from a graph query result. Click on resources to show their connections too.",
|
|
482
482
|
"view.create.visual.graph.title": "Create visual graph config",
|
|
483
483
|
"view.create.visual.graph.helpInfo": "A visual graph config defines the SPARQL queries used to retrieve nodes and edges in the visual graph, as well as the starting point of visualisation.",
|