Skip to content

Commit

Permalink
Fixed typo in ontologies.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LckyLke authored Oct 24, 2024
1 parent b95f414 commit 5d163e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/ontologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ onto.add_axiom(dp_assertion_axiom)
```

[OWLLiteral](owlapy.owl_literal.OWLLiteral) is a class that represents the literal values in
Owlapy. We have stored the integer literal value of '18' in the variable `literal_17`.
Owlapy. We have stored the integer literal value of '17' in the variable `literal_17`.
Then we construct the `OWLDataPropertyAssertionAxiom` by passing as the first argument, the
individual `heinz`, as the second argument the data property `hasAge_dp`, and the third
argument the literal value `literal_17`. Finally, add it to the ontology by using `add_axiom`
Expand Down

0 comments on commit 5d163e1

Please sign in to comment.