-
Notifications
You must be signed in to change notification settings - Fork 4
Rdf ontology graph #163
base: master
Are you sure you want to change the base?
Rdf ontology graph #163
Conversation
…inks for class hierarchy
…inks for class hierarchy
2. implement on hover 3. diffterent colors for diferent types of nodes, edges label. 4. implement filter tab. 5. implement duestch conversion. 6. implement add class hierarch and all properties into filter tab.
implemented diable Zoom functionality and included it into filter tab.
2. implement right side card into rdf ontology graph component.
… label in literals nodes. - for subclass edges change the marker color to gray. - display the marker in correct position in graph. - started implementing the double click function to display the node ifnormation in right side card.
…e card functionality.
Minor spell checks and docker
Codecov Report
@@ Coverage Diff @@
## master #163 +/- ##
============================================
+ Coverage 39.34% 45.09% +5.75%
- Complexity 152 202 +50
============================================
Files 51 54 +3
Lines 1337 1630 +293
Branches 144 204 +60
============================================
+ Hits 526 735 +209
- Misses 772 823 +51
- Partials 39 72 +33
Continue to review full report at Codecov.
|
Great work! Edit: Apparently already resolved. |
import java.util.*; | ||
import java.io.*; | ||
import upb.ida.util.FileUtil; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments missing
|
||
@Autowired | ||
private FileUtil fileUtil; | ||
public String fetchSysFilePath(String path) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method level comments missing
import upb.ida.ontologyExplorer.OntologyExplorer; | ||
|
||
import java.util.Map; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments?
@@ -0,0 +1,670 @@ | |||
@prefix : <https://www.upb.de/historisches-institut/neueste-geschichte/ssdal/ontology/> . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file supposed to be pushed at all?
…DF_Ontology_Graph
…DF_Ontology_Graph � Conflicts: � ida-chatbot/src/assets/rdfontology/d3v4-rdf-ontology-graph-view.js
45495a2
to
3c2afa9
Compare
Create and display RDF ontology graph as per new changes mentioned
create and force directed graph in D3 version 4 for new RDF ontology data.
Add filters tab which includes below functionalities
i). Display in deustch
ii). Include class heirarchy
iii). Include all properties
iv). Bounded graph
v). Disable zoom
vi). Reset graph.
Add a card on the right side of graph for below functionalies
i). Show node information on click.
ii). Graph customization according to users.
In graph on double click on any node expand or collapse it's children accordingly.
In graph removing the edge label and replacing the literal node label to edge label.
7: In graph on-hover of any node or edge label display more info about it.