We recommend creating and configuring a new link type with the guided helper outlined below. However, if you exit the helper before completing the object creation process, you can manually complete the process by specifying the link type, keys, and API names for the new link type.
Navigate to the Ontology Manager application. To access the link type creation helper, choose one of the following methods:
Select New from the top right corner, then select Link type.
In the left sidebar, select Link types under Resources. Then, select New link type in the top right corner of the Link types page.
Navigate to an object type you want to link, then select Create new link type from within the link type graph on the object type’s Overview page.
In the first step of the Create a new link type dialogue, you will be prompted to select the relationship type for the link.
Choose the relationship type for defining links between your two objects:
In the examples below, assume that there are two object types that are related to each other through a cardinality: an Aircraft
object type and a Flight
object type.
Aircraft
should be linked to a single Flight
. The one-to-one cardinality serves as an indicator of the intended relationship, but the one-to-one cardinality is not enforced.Aircraft
can be linked to many Flights
.Aircraft
can be linked to one Flight
.Aircraft
can be linked to many Flights
, and one Flight
can be linked to many Aircraft
.In a one-to-one or many-to-one cardinality link type, you will define the foreign key property and primary key properties for the link. The foreign key property of one object type must refer to the primary key property of the other object type.
For example, the Tail Number
property is the primary key on the Aircraft
object type. The Flight Tail Number
property on the Flight
object type is the foreign key. Links will be created between Aircraft
and Flight
object types when the Tail Number
of the Aircraft
matches a Flight Tail Number
of a Flight
.
Flight
in our example).Aircraft
, in our example).Flight Tail Number
for the Flight
object types).Tail Number
for the Aircraft
object type).In a many-to-many cardinality, select a datasource that includes all combinations of links between the primary key of the first object type (Aircraft
in our example) and the second object type (Flight
in our example).
A many-to-many cardinality, which requires a backing datasource, is required to enable users to edit or write back to the link type.
Flight
).Aircraft
).Aircraft
object type describes the link from Flight
to Aircraft
. You could choose the display name Assigned Aircraft
since one Flight
has one Assigned Aircraft
.Aircraft
side of the link type is assignedAircraft
, then calling Flight.assignedAircraft.get()
will return the Aircraft
objects linked to those Flight
objects.After completing these steps, your new link type will be created and you can save it. To do this, follow the instructions on how to save changes to the Ontology.
Phonograph2:DatasetAndBranchAlreadyRegistered
If you receive the error Phonograph2:DatasetAndBranchAlreadyRegistered
, the datasource backing the link type you are trying to save is already backing a different link type in the Ontology and cannot be used again.