Read back from GraphDB unmanipulated native BHoM objects support request
- Dominant language
- C#
- Stars
- 10
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
#### Description:
When a graph generated from GH is sent to GraphDB and the same graph without being manipulated is queried, the TTL file results with more triples, including inferred knowledge (which is supposed to happen).
However, in the individuals section the superclasses of a singe object create confusion and the _FromTTL_ component does not convert the graph back to BHoM objects.
(Earlier when reading back, the component used to return multiple identical objects, and Alessio fixed that, but now this is not the case, there seem to be another problem why _FromTTL_ does not convert correctly to BHoM).
_FromTTL_ seems to work if we delete manually the superclasses:

(in the image above: red needs to be removed, green to stay)
Contributor guide
Assessment
This issue has not been assessed yet.