| 28 | |
| 29 | == I added some classes to the PIMO store and they don't show up in Miniquire == |
| 30 | "I transformed our ontology sample to PIMO and loaded it into gnowsis (using the sesame1 service via "Add(file)" link) , but I can't see it in the miniquire of a previous revision of Gnowsis. What is wrong? Why can't I see them? I know they are in the pimo repository, because I get them using queries." |
| 31 | |
| 32 | When adding data to the PIMO, please always use the Sesame model "pimoinf" or "PIMO (inferencing on store)". We do inference on insert and if you add data to the plain PIMO directly, it will not infer. What is missing is the "pimo-api:directSubClassOf" triple. |
| 33 | |
| 34 | To fix your problems now, press the button "fix entailments" on this page, which will fix the inference. |
| 35 | http://127.0.0.1:9993/gnowsis-server/checkpimo.html |
| 36 | |