gephi-plugins
gephi-plugins copied to clipboard
SemanticWebImport plugin update
New plugin or plugin update?
- [X] New Plugin
- [ ] Update
What is the purpose of this plugin?
The purpose of the SemanticWebImport plugin is to allow to build a graph in Gephi from local or remote semantic data. More details can be found at https://seinecle.github.io/gephi-tutorials/generated-html/semantic-web-importer-en.html .
How to test your plugin in Gephi?
- launch gephi with the plugin installed.
- click on "new project".
- select the "Semantic Web Import" tab: 3.1 select the tab "Configurations"; 3.2 click on the button "Set Configuration" (with the drop-list to its right indicating "Humans"). It should add: - three resource files in the "Driver" tab; - one "construct" expression in the "Query" tab.
- click on the "Run" button at the bottom of the "Semantic Web Import" window.
- it should create a graph of 170 nodes and 256 edges.
Checklist before submission
- [X] Did you merged with the
masterbranch to get the latest updates? - [X] Did you build and test the plugin successfully locally?
- [X] Did you include metadata (e.g. plugin author, license) in the
pom.xmlfile - [X] Did you make sure NOT to include any unecessary files in your PR?
- [ ] Did you write unit tests to test your plugin functionalities?
- Corese (the semantic web engine embedded) is tested, but the gui of the plugin is tested only by hand until now.
Hello, I think I have followed the procedure described at https://github.com/gephi/gephi-plugins#submit-a-plugin. Am I missing something in order to have my plugin reviewed? Best regards
hello I suppose @mbastian is busy?