{"id":25843064,"url":"https://github.com/incatools/odk-robot-plugin","last_synced_at":"2025-07-28T14:41:42.309Z","repository":{"id":276536768,"uuid":"929565039","full_name":"INCATools/odk-robot-plugin","owner":"INCATools","description":"ROBOT plugin for the Ontology Development Kit","archived":false,"fork":false,"pushed_at":"2025-02-11T11:39:59.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T12:35:10.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/INCATools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-08T20:55:47.000Z","updated_at":"2025-02-11T11:40:02.000Z","dependencies_parsed_at":"2025-02-11T12:46:50.766Z","dependency_job_id":null,"html_url":"https://github.com/INCATools/odk-robot-plugin","commit_stats":null,"previous_names":["gouttegd/odk-robot-plugin","incatools/odk-robot-plugin"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/INCATools%2Fodk-robot-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/INCATools%2Fodk-robot-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/INCATools%2Fodk-robot-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/INCATools%2Fodk-robot-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/INCATools","download_url":"https://codeload.github.com/INCATools/odk-robot-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241329396,"owners_count":19944982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-01T06:37:54.499Z","updated_at":"2025-07-28T14:41:42.278Z","avatar_url":"https://github.com/INCATools.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"ODK ROBOT plugin\n================\n\nThis is a [ROBOT](http://robot.obolibrary.org/) plugin intended to be\nused within the [Ontology Development\nKit](https://github.com/INCATools/ontology-development-kit) (ODK). It\nprovides additional ROBOT commands to perform tasks not covered by the\nROBOT built-in command set.\n\nAvailable commands\n------------------\nThe following commands are provided by the plugin:\n\n* `odk:subset`: to create ontology subsets;\n* `odk:check-align`: to check the alignment of an ontology against an\n  upper-level ontology and/or arbitrary root terms;\n* `odk:normalize`: to “normalise” an ontology,\n* `odk:import`: to add/remove import declarations.\n\nBuilding\n--------\nBuild with Maven by running:\n\n```sh\nmvn clean package\n```\n\nThis will produce two Jar files in the `target` directory.\n\nThe `odk.jar` file is the plugin itself. Place this file in your ROBOT\nplugins directory (by default `~/.robot/plugins`), then call the\ncommands by prefixing them with the basename of the Jar file in the\nplugins directory.\n\nFor example, if you placed the plugin at `~/.robot/plugins/odk.jar`,\nyou may call the `subset` command as follows:\n\n```sh\nrobot odk:subset ...\n```\n\nThe `odk-robot-standalone-X.Y.Z.jar` file is a standalone version of\nROBOT that includes the commands provided by this plugin as is they were\nbuilt-in commands. It is mostly intended for testing and debugging, as\nit allows using the commands from the plugin without having to actually\ninstall the plugin in a ROBOT plugins directory.\n\nUsing with the ODK\n------------------\nThe plugin is (or will be) provided with the ODK Docker image. To use it\nas part of a ODK workflow, all that is needed is to make the rule in\nwhich the plugin is to be used depend on the ODK built-in rule\n`all_robot_plugins`. This will make the plugin available in the\nrepository’s `src/ontology/tmp/plugins` directory, which is already set,\nin ODK workflows, as the ROBOT plugins directory.\n\nFor example:\n\n```make\ntarget.owl: source1.owl source2.owl | all_robot_plugins\n        $(ROBOT) merge -i source1.owl -i source2.owl \\\n                 odk:subset --subset MY_SUBSET \\\n                            --output target.owl\n```\n\nThe plugin can also be used outside of any ODK workflow, by manually\ninstructing ROBOT to look for plugins into the `/tools/robot-plugins/`\ndirectory (e.g. by setting the `ROBOT_PLUGINS_DIRECTORY` environment\nvariable to that directory).\n\nCopying\n-------\nThe ODK ROBOT plugin is distributed under the same terms as the Ontology\nDevelopment Kit itself (3-clause BSD license). See the\n[COPYING file](COPYING) in the source distribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincatools%2Fodk-robot-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fincatools%2Fodk-robot-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincatools%2Fodk-robot-plugin/lists"}