Skip to content

Commit

Permalink
Fix typo in owl-building-blocks.md (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff authored Dec 6, 2024
1 parent e6a2a43 commit 34dc70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/explanation/owl-building-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Here we briefly list the building blocks that are used in OWL that enable reason
| OWL | Semantics | Example |
|------------------------|--------------------|--------------------------------------------|
| instance or individual | A member of a set. | A person called `Mary` or a dog called `Fido`. |
| class | A set of in dividuals. | The `Person` class consisting of persons or the `Dog` class consisting of dogs.|
| class | A set of individuals. | The `Person` class consisting of persons or the `Dog` class consisting of dogs.|
| object property | A set of pairs of individuals. | The `owns` object property can link a pet and its `owner: Mary owns Fido`.|
| data property | A set of pairs where each pair consists of an individual linked to a data value.|The data property `hasAge` can link a number representing an age to an individual: `hasAge(Mary, 10)`.|

0 comments on commit 34dc70b

Please sign in to comment.