Skip to content

Commit

Permalink
changed adaptor to mapper in reasoner.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LckyLke committed Oct 29, 2024
1 parent 9c377a9 commit 2d36fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/reasoner.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ from:
sync_reasoner = SyncReasoner(ontology_path="KGs/Mutagenesis/mutagenesis.owl", reasoner="HermiT")
```

Sync Reasoner is made available by [owlapi adaptor](owlapi_adaptor.md) and requires the ontology path
Sync Reasoner is made available by [owlapi mapper](owlapi_adaptor.md) and requires the ontology path
together with a reasoner name from the possible set of reasoners: `"Hermit"`, `"Pellet"`, `"JFact"`, `"Openllet"`.


Expand Down

0 comments on commit 2d36fd2

Please sign in to comment.