|
|
|
||||||||||||||
|
News
Project DescriptionEdutella is a peer to peer network for searching semantic web metadata. Hence, apart from many other p2p networks the data, e.g. files, are not actually shared in the network rather than the information that describes what the data is about, i.e. the metadata. Edutella is not a single network, rather it enables various systems to form networks for exchange of metadata according to semantic web standards. To enable a specific system on Edutella typically involves two steps:
Somewhat simplified the core of Edutella consists of a library and a query language. The library, can be used to form new edutella networks or build provider or consumer peers that connect to existing Edutella networks. The Edutella Query Language (QEL) is an extension of datalog suitable for querying semantic web metadata expressed in the Resource Description Format (RDF). The Edutella query language is primarily designed for exchange of queries. Hence, when a provider-peer of metadata recieves a Edutella Query the first thing it does it to translate it into a form that it can manage, e.g. if the data is in a relational database it will translate the query into SQL. |