dice-group / dice-group/gerbil
Hierarchical F-Measure should merge sameAs connected URIs
Open
type:bug
- Dominant language
- Java
- Stars
- 231
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
At the moment, classes that have the same meaning are seen as different classes, even if the sameAs statements like
```
dbo:Person owl:sameAs .
dbo:Place owl:sameAs .
dbo:Organisation owl:sameAs .
```
are available to the subclass inferencer.
This should be fixed by merging the nodes of the classes inside the created hierarchy.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.