Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions ssn/chapters/Inverse-properties.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
<h3>Tabulation of properties and their inverses</h3>

<p>
Inverses are named for all SSN object properties, in order to support interoperability across a range of
applications.
To support interoperability across a range of applications, inverses are named for all SSN object properties.
</p>

<p class="note">
Terms added in the 2023 Edition are indicated with an asterisk*.
Terms added in the 2023 Edition are indicated with an asterisk*.
</p>
<p class="note">
This section uses a combination of [[Description-Logics]] notation (see also the [[Description-Logics-Home-Page]]) and the Manchester Syntax [[owl2-manchester-syntax]].
This section uses a combination of [[Description-Logics]] notation (see also the [[Description-Logics-Home-Page]]) and
the Manchester Syntax [[owl2-manchester-syntax]].
<br>
The expression <code>OP1 <span class="logic">≡ inverse</span> OP2</code> indicates that the properties <code>OP1</code> and <code>OP2</code> are inverses of each other.
The expression <code>OP1 <span class="logic">≡ inverse</span> OP2</code> indicates that the properties
<code>OP1</code> and <code>OP2</code> are inverses of each other.
</p>

<ul class="align-on-symbol" data-sortable="true">
Expand Down Expand Up @@ -197,7 +198,7 @@ <h3>Tabulation of properties and their inverses</h3>
</li>
</ul>
<p>
The following properties are datatype properties, and have therefore no inverses.
The following properties are datatype properties, and have therefore no inverses.
</p>

<ul class="align-on-symbol" data-sortable="true">
Expand Down
Loading