Modify > Add Type Property Declaration
This feature is available from the Modify Menu of classes or node shapes in Ontology asset collections.
This action adds a property declaration for the type (rdf:type
) relationship, following best ontology design practices.
Note
When you are creating a new class, as subclass of Thing, it will not have any attributes and relationships yet.
This means that instances of that class will basically show up empty on the Form Panel.
The type (rdf:type
) property is critical for ontology modeling and in algorithms that use assets.
Using this feature will make sure that this type property is declared.
The action is only available for classes for which no other type property definition already exists, for example from its superclasses.
Hint
Some domain ontologies define a single root class from which all other classes inherit. With that design, you would only need to declare the type once, at the root, and all other classes will inherit that property.
See Also
Further Reading on SHACL
Further Reading on Ontologies
Further Reading on Modify Menu
Further Reading on TopBraid