Create Nodes, Properties, and Edges

  1. The sample source file has been parsed to create input blocks which can be used to design the model. To create a Node, drag PassportNo in from the sample.json section of the Input tab.

  1. Once placed in the designer, select Node.

  1. Provide the Node with a Type/Class of gbo:Person which can be selected from the list informed by the ontology.

  1. To add a Property to your Node, drag FirstName from the source and select Property, and provide it with a DataType of xsd:String.

  1. To create a predicate, draw a connection between the Node and the Property. The Edge will be created and by referencing the ontology, it will provide a list of valid options, including gbo:hasFirstName.

  1. Creating a predicate between two nodes is done in the same way as with creating one with a property.

Last updated