Involving Web-Trading Agents & MAS. An implementation for searching and recovering environmental...

1
INVOLVING WEB-TRADING AGENTS & MAS Luis Iribarne, Nicolás Padilla, José Andrés Asensio, Francisco Muñoz, Javier Criado Applied Computing Group, University of Almería, Spain { luis.iribarne, npadilla, jacortes, francijo, javi.criado }@ual.es 22-24 January Valencia, Spain PREFIX onto: <http://.../acg/soleres/owl#> SELECT ?classif WHERE { ?classif onto:classification_shows_geo ?g. ?g onto:geography_name“Almeria”. ?classif onto:classification_uses_layer ?l. ?l onto:layer_has_variable ?v. ?l onto:layer_name“lithology”. ?v onto:variable_name“sand”. } ORDER BY ?year ? classif: geo.name =“Almeria” & layer.name = “lithology” & layer.variable.name =“sand” The SOLERES architecture is based on Query/Searching-Recovery/Response model. The trader has been implemented by a software agent This is the meta-model of its Lookup interface subsystem. The Query user interface operates through an agent, which constructs and sends user queries, and receives and show the results. Sequential diagram of the query action between an client user and the system. Trader Agent Behaviour modelled and implemented as a finite state machine. RESULT: A register with the classification according to the information indicated Query translation from interface language to SPARQL An example of query translation, execution and result obtained. ACKNOWLEDGEMENTS This work has been partially supported by the EU (FEDER) and the Spanish MEC under grant of the project I+D TIN2007-61497 (SOLERES. A Spatio-Temporal Environmental Management System based on Neural-Networks, Agents and Soft. Components). Universidad de Almería Applied Computing Group

description

Involving Web-Trading Agents & MAS. An implementation for searching and recovering environmental information. In press, Proc. Int. Conf. on Agents and Artificial Intelligence (ICAART&#x27;2010). 22-24 Jan, 2010, Valencia, Spain, pages 268-273, 2010.

Transcript of Involving Web-Trading Agents & MAS. An implementation for searching and recovering environmental...

Page 1: Involving Web-Trading Agents & MAS. An implementation for searching and recovering environmental information

INVOLVING WEB-TRADING AGENTS & MAS

Luis Iribarne, Nicolás Padilla, José Andrés Asensio, Francisco Muñoz, Javier CriadoApplied Computing Group, University of Almería, Spain

{ luis.iribarne, npadilla, jacortes, francijo, javi.criado }@ual.es

22-24 JanuaryValencia, Spain

PREFIX onto: <http://.../acg/soleres/owl#>SELECT ?classifWHERE {?classif onto:classification_shows_geo ?g.?g onto:geography_name“Almeria”.?classif onto:classification_uses_layer ?l.?l onto:layer_has_variable ?v.?l onto:layer_name “lithology”.?v onto:variable_name “sand”.

}ORDER BY ?year

? classif: geo.name = “Almeria” & layer.name= “lithology” & layer.variable.name = “sand”

The SOLERES architecture is based onQuery/Searching-Recovery/Response model.

The trader has been implemented by a software agentThis is the meta-model of its Lookup interface subsystem.

The Query user interface operates through an agent, whichconstructs and sends user queries, and receives and showthe results.

Sequential diagram of the query action between anclient user and the system.

Trader Agent Behaviour modelled and implementedas a finite state machine.

RESULT: A register with the

classification according to the

information indicated

Query translation frominterface language to SPARQL

An example of querytranslation, executionand result obtained.

ACKNOWLEDGEMENTSThis work has been partially supported by the EU (FEDER) and the Spanish MEC undergrant of the project I+D TIN2007-61497 (SOLERES. A Spatio-Temporal EnvironmentalManagement System based on Neural-Networks, Agents and Soft. Components). Universidad de Almería Applied Computing Group