Changes between Version 10 and Version 11 of PimoService
- Timestamp:
- 07/17/06 21:00:35 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PimoService
v10 v11 8 8 * Interface: source:branches/gnowsis0.9/gnowsis-server/src/java/org/gnowsis/pimo/PimoService.java 9 9 * JavaDoc: [http://www.gnowsis.org/statisch/0.9/doc/gnowsis-server/javadoc/org/gnowsis/pimo/PimoService.html PimoService.html] 10 * on inference: PimoInference 10 11 11 12 It allows the user to create things, classes and properties in his personal information model and link them together or to other (external) resources and things. … … 13 14 Tasks of the PIMO-Service: 14 15 * during the first start of the system, the PIMO-Service creates and instance of Pimo-Person for the user and hangs it to the pimo-model. 15 16 16 some useful facts: 17 17 * While the given labels are preserved, the URIs may differ due to syntax restrictions. 18 18 * It is possible to create different things with the same name. 19 19 * It is NOT possible to create different classes with the same name. 20 21 The PIMO does support inference, where we use full t-box inferencing but you have to do a-box inferencing on retrieval. more see here:22 * about PimoInference23 20 24 21 = Managing Domain Ontologies = … … 28 25 29 26 '''A list of ontologies that work with gnowsis is at DomainOntologies.''' 27 28 The implementation of Domain Ontologies is done using named graphs in sesame. 29 read on at [wiki:PimoStorage#NamedgraphsandontologiesinthePIMOStorage Named graphs in Pimo]. 30