Problem
In the RDF Schema Explorer, rdf:type is appearing as an edge connection between nodes. The rdf:type predicate defines class membership and is already represented by the node types themselves. Displaying it as an edge adds visual noise and redundant information to the schema graph.
Investigation
- Determine where
rdf:type triples are being included in the schema edge list.
- Check whether the schema sync or connector logic filters out
rdf:type predicates, or if it treats all predicates uniformly as edges.
- Identify the appropriate place to exclude
rdf:type from edge connections in the schema view.
Expected Behavior
rdf:type should not appear as an edge connection in the schema graph. Class membership is already conveyed by the node types.
Problem
In the RDF Schema Explorer,
rdf:typeis appearing as an edge connection between nodes. Therdf:typepredicate defines class membership and is already represented by the node types themselves. Displaying it as an edge adds visual noise and redundant information to the schema graph.Investigation
rdf:typetriples are being included in the schema edge list.rdf:typepredicates, or if it treats all predicates uniformly as edges.rdf:typefrom edge connections in the schema view.Expected Behavior
rdf:typeshould not appear as an edge connection in the schema graph. Class membership is already conveyed by the node types.