robot
robot copied to clipboard
ROBOT is an OBO Tool
This issue was noted by @cmungall. My guess is that it's due to the fact that the property assertion generator requests both object property assertions and data property assertions, and...
I have the case where I need to create the relations. 1. **Germany is classified as country** 2. country classifies Germany, for the first one I was able to do...
I am using the [lcc ontology](https://www.omg.org/spec/LCC/20211101/Countries/Regions/ISO3166-2-SubdivisionCodes-DE.rdf) to add geo features to Germany. I was able to add the corresponding geo feature, but found out that the rdf:type reference is being...
## Overview In my opinion, the language of the [`robot convert docs`](http://robot.obolibrary.org/convert) does not entirely make it clear that all of the formats listed are both valid input formats and...
I am adding geosparql features to the omg lcc ontology using robot, thus I added an annotation property "hasGeometry" to Germany and its states. When I create the annotated ontology...
Given the following input: ``` @prefix owl: . @prefix rdf: . @prefix xml: . @prefix rdfs: . @prefix obo: . @prefix oboInOwl: . oboInOwl:hasDbXref a owl:AnnotationProperty . obo:PR_Q9NTK1 a owl:Class...
Using the --individuals exclude parameter with the extract function does not remove all individuals. See example here: https://github.com/pfabry/ROBOT_individuals_exclude I used obi.owl as test (https://github.com/obi-ontology/obi) and tried the following commands: ```...
This issue is a follow up to https://github.com/INCATools/ontology-development-kit/issues/614. Suppose, you have an ODK file named `foo-odk.yaml` that references the `dcterms` library as an import group. E.g.: ``` import_group: products: -...
Querying the ontology: ``` obo:CTO_0000073 primary registry ``` with the current version of ROBOT ends up with `java.lang.IllegalArgumentException: datatype rdf:langString requires a language tag` Seems to be related to the...
With the latest robot.jar. I got this error when I try to convert a json file to owl (``robot convert -i abox.json -o test.owl -vvv ): ``` DEBUG Loading ontology...