Using Knowledge Graph Designer
Use Knowledge Graph Designer to create customized Knowledge Graph schemas that consist of nodes and edges.
Knowledge Graph schemas are the customized Knowledge graphs that consist of nodes and edges.
Like tables, nodes also denote and store details about entities such as user, location, department. You can add nodes to the Knowledge Graph schema so that the system can reach out to all the relevant tables to fetch the data. You can also edit node properties such as data source, start node, end node, and connected nodes.
Knowledge Graph enables you to select the node columns that can be queried.
The relationship or connections between these nodes are referred to as edges. You can select and edit the connecting edges and available edges for each node.
With Knowledge Graph Designer, you can create, edit, duplicate, or delete a Knowledge Graph schema.
There’s an option to test a Knowledge Graph schema by generating and running a query.
View Knowledge Graph schemas
By default,ServiceNow published Knowledge Graph schemas are available with the product. View the prebuilt schemas provided by ServiceNow, or the schemas created by your organization admin. There are currently two prebuilt schemas available that are read-only but can be cloned and edited:
- User profile schema
- HRSD schema (available only if you have the Now Assist for HRSD plugin)
User profile schema
The User profile schema is the default schema that is used for passing the in-session user profile context to the OOTB integration with Virtual Agent for Context. This integration helps with personalized responses.
This schema details the attributes related to a user and comprises the following details:
| Schema | Attributes |
|---|---|
| sys_user |
|
| cmn_location |
|
| cmn_department |
|
| core_company | name |
| manager |
|
| reportees |
|
| assets |
|