Properties View

RDF and OWL properties represent relationships between two RDF nodes (resources or literals).

 

Supported Property Types

Using TopBraid Composer you can create:

Object properties link two resources within the ontology. For example, the property livesIn might link John (an instance of the Person class) with London (an instance of the City class).

Datatype properties link a resource to a literal. Literals usually have an XML Schema Datatype as their type, e.g. xsd:string or xsd:boolean. For example, the property telephoneNumber might link John to a string 44-10-1233400.

 

Using the Properties View

The Properties View shows all the properties present in the ontology or its imports. This includes properties defined in the ontology as well as built-in properties of RDFS and OWL that were configured to be visible. See Properties View Preferences on how to configure what is visible in the Properties View.

In addition to the subproperty hierarchy described above, the Properties View can also be switched to a mode in which properties will be Grouped by namespace. This mode makes it easier to see locally defined properties, but does not represent the property hierarchy at all, and thus also makes editing subproperty relationships less intuitive.

Using the Properties View, you can create new properties, define subproperties, modify and delete properties. You can also move properties between ontologies.