Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gatemezing/ProLOV
A repository to create a plugin LOV for Protégé
https://github.com/gatemezing/ProLOV
Last synced: about 1 month ago
JSON representation
A repository to create a plugin LOV for Protégé
- Host: GitHub
- URL: https://github.com/gatemezing/ProLOV
- Owner: gatemezing
- Created: 2014-12-19T13:37:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T08:20:07.000Z (over 9 years ago)
- Last Synced: 2024-08-02T12:51:36.967Z (4 months ago)
- Language: TeX
- Size: 2.13 MB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - gatemezing/ProLOV - A repository to create a plugin LOV for Protégé (others)
README
ProLOV:
======
The missing plugin for ontology EngineeringA repository to create a plugin LOV for Protégé
LOV API
======
- LOV API Documentation: http://lov.okfn.org/dataset/lov/apidoc/ (new version)
- LOV Search: http://lov.okfn.org/dataset/lov/apidoc/#lov2search
- http://lov.okfn.org/dataset/lov/api/v2/search?q={TERM}&type=class for querying {TERM} as a class.
e.g. http://lov.okfn.org/dataset/lov/api/v2/search?q=Person&type=class for "Person" as Class.
- http://lov.okfn.org/dataset/lov/api/v2/search?q={TERM}&type=property for querying {TERM} as a property
e.g.: http://lov.okfn.org/dataset/lov/api/v2/search?q=Person&type=propertyProtégé Plugin development
===========================
- https://github.com/protegeproject/protege/wiki/Building-from-Source (v5)
- http://protegewiki.stanford.edu/wiki/CompileProtege5InEclipseWithMaven
- http://protegewiki.stanford.edu/wiki/PluginAnatomyLink to Protégé Wiki
=================
- http://protegewiki.stanford.edu/wiki/Prot%C3%A9g%C3%A9LOV
Evaluation survey
==================
- First version for the beta version, survey at http://tinyurl.com/surveyProtegeLOVHow to use
============
- See the demo video at https://www.youtube.com/watch?v=UgA17N5FNzA.
Todos List
=================
- [x] Make available the plugin into Protege update mechanism
- [ ] Implement G2 & G3 UCs
- [ ] Prepare a good protocol for users evaluation
- [ ] Integrate with other vocabulary repositories: BioPortal, Ontology Design Patterns? (suggested by #reviewer 2 of ESWC paper)
- [ ] Add ObjectProperties skos:ExactMatch, skos:narrowMatch, skos:broadMatch, skos:closeMatch. these might be useful to have in addition to the subclass and equivalence relations.