35 | | = Using Context in the PIMO = |
36 | | The fourth part of a triple - context - can be used differently in the pimo, we haven't decided yet how. Possibilities for context are: |
37 | | * use context to seperate between domain ontologies. Context = uri of the InformationModel (not namespace, btw). |
38 | | * use context for each triple: each triple has a context, context is a random uri. Uri is annotated saying who created it when in which domain ontology. This helps updates (seing "what has changed since yesterday"). |
| 38 | = Named graphs and ontologies in the PIMO Storage = |
| 39 | Since the [wiki:UpdateJuly2006Pimo Update to named graphs for the Pimo in July 2006] the PIMO Storage is used to distuingish between ontologies using named graphs. The context information in the quad-store is used to identify the ontology. |
| 40 | |
| 41 | We use the fourth element (context) of these quads for the URI of the ontology, the uri of the resource that describes the ontology is used, not the namespace. |
| 42 | |
| 43 | For example, for the PIMO-language the context identifier is |
| 44 | {{{http://ontologies.opendfki.de/repos/ontologies/pim/pimo#PIMO-language}}}. |
| 45 | |
| 46 | The management of the ontologies inside the PimoStorage is now handled by the PimoService. |
| 47 | |
| 48 | '''You should stop using the web interface for Sesame1 to add data, it is not named graph conformant, we will work on that. ''' |