What to do when you're knowledge graph seems to know something it shoulnd't? For example when subjects were coming back with a type relationship they shouldn't - stardog reasoning explain
to the rescue:
$ stardog reasoning explain decomp "<https://example.org/id/1> a ns:MyType"
INFERRED <example.org/id/1> a ns:MyType
ASSERTED ns1:linkedFrom rdfs:domain ns1:MyType
INFERRED <https://example.org/id/1> ns1:linkedFrom i:1_1
ASSERTED ns1:linkedFrom owl:inverseOf ns1:linkedRequirement
ASSERTED i:1_1 ns1:linkedRequirement <https://example.org/id/1>