Skip to content

Commit cfe089f

Browse files
lroffiaclaude
andcommitted
chore: move graph plugin to vaimee/protege-plugins repo
Remove protege-graph-plugin directory; update README with a pointer to the new dedicated repository at github.com/vaimee/protege-plugins. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 832602f commit cfe089f

15 files changed

Lines changed: 4 additions & 2324 deletions

README.md

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -60,34 +60,13 @@ Expose that WebVOWL service at a public URL, for example `https://ontologies.exa
6060

6161
The ontology files must also be reachable by the WebVOWL service. Local-only URLs such as `localhost` cannot be fetched by a remote WebVOWL service.
6262

63-
## Protégé Graph Plugin
63+
## Protégé Plugins
6464

65-
A Protégé Desktop tab plugin that renders a force-directed graph of the active OWL ontology. Classes are shown as rounded boxes containing datatype properties, connected by curved edges for `rdfs:subClassOf` and object property relations with labels at the arc midpoint.
65+
Protégé Desktop tab plugins for this ontology collection are maintained in a separate repository:
6666

67-
### Build
67+
[github.com/vaimee/protege-plugins](https://github.com/vaimee/protege-plugins)
6868

69-
Requires Maven and JDK 8+.
70-
71-
```sh
72-
cd protege-graph-plugin
73-
mvn clean package
74-
```
75-
76-
The plugin JAR is generated under `protege-graph-plugin/target/`.
77-
78-
### Install
79-
80-
Copy the generated JAR into the `plugins/` directory of your Protégé Desktop installation, then restart Protégé. Enable the tab from **Window > Tabs > VAIMEE Graph**.
81-
82-
### Features
83-
84-
- Force-directed layout with D3-style simulation (charge, link distance, gravity).
85-
- Interactive drag: grab a class node and connected nodes follow via spring forces.
86-
- Pan (drag background), zoom (mouse wheel), and fit-to-view on reset.
87-
- Namespace legend with color-coded checkboxes to show/hide classes.
88-
- Layout settings panel with sliders for charge, link distance, link strength, and gravity.
89-
- `rdfs:comment` annotations displayed inside class nodes with word wrapping.
90-
- Curved edge routing around intermediate nodes.
69+
The **graph-plugin** in that repository renders a force-directed graph of any active OWL ontology loaded in Protégé, with namespace-colored class boxes, curved labeled edges, taxonomy filtering, and interactive layout controls.
9170

9271
## Build Locally
9372

protege-graph-plugin/GRAPH_LAYOUT_NOTES.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

protege-graph-plugin/README.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

protege-graph-plugin/pom.xml

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)