@article{GH07b,
author = "Gan\c{c}arski, Alda and Henriques, Pedro",
title = "{Analyzing the structure of scientific articles to improve information retrieval}",
journal = "{Proceedings of the International IADIS Conference on Applied Computing 2007 (IADIS AC07}",
year = 2007,
address = "Salamanca, Spain",
day = "17-19",
month = "February",
}
@article{GH07,
author = "Gan\c{c}arski, Alda and Henriques, Pedro",
title = "{Using data together with metadata to improve XML information access}",
journal = "{Proceedings of the International Conference on Web Information Systems and Technologies 2007 (WEBIST07)}",
year = 2007,
address = "Barcelona, Spain",
day = "6-9",
month = "March",
}
@article{GDH06,
author = "Gan\c{c}arski, Alda and Doucet, Anne and Henriques, Pedro",
title = "{AG-based interactive system to retrieve information from XML documents}",
journal = "{IEE Software Journal}",
pages = "",
year = 2006,
volume = ,
}
@InProceedings{GH06,
author = "Gan\c{c}arski, Alda and Henriques, Pedro",
title = "{A formal definition of selection operations that extend XQuery with interactive query construction}",
year = 2006,
booktitle = "{Proceedings of the International Conference on Web Information Systems and Technologies 2006 (WEBIST06)}",
address = "Set\'ubal, Portugal",
day = "11-13",
month = "April",
}
@InProceedings{GH03b,
author = "Gan\c{c}arski, Alda and Henriques, Pedro",
title = "{IXDIRQL: an Interactive XML Data and Information Retrieval Query Language}",
year = 2003,
booktitle = "{Proceedings of the 7th ICCC/IFIP International Conference on Electronic Publishing (ElPub03)}",
address = "Guimar{\~{a}}es, Portugal",
day = "25-28",
month = "June",
}
@InProceedings{GH05a,
author = "Gan\c{c}arski, Alda and Henriques, Pedro",
title = "{Extending XQuery with selection operations to allow for interactive construction of queries (ElPub05)}",
year = 2005,
booktitle = "{Proceedings of the 9th ICCC International Conference on Electronic Publishing}",
address = "Leuven, Belgium",
month = "June",
}
@InProceedings{GH05b,
author = "Gan\c{c}arski, Alda and Henriques, Pedro",
title = "{A processing environement for the IXDIRQL XML query language}",
year = 2005,
booktitle = "{Proceedings of the IADIS Virtual Multi Conference on Computer Science and Information Systems (IADIS MCCSIS05)}",
month = "April",
}
@InProceedings{GH03a,
author = "Gan\c{c}arski, Alda and Henriques, Pedro",
title = "{Interactive Information Retrieval from XML Documents Represented by Attribute Grammars}",
year = 2003,
booktitle = "{Proceedings of the 2003 ACM Symposium on Document Engineering (ACM DocEng03)}",
address = "Grenoble, France",
day = "20-22",
month ="November",
editors = "Vanoirbeek, Christine and Roisin, C{\'e}cile and Munson, Ethan",
}
@InProceedings{GH04,
author = "Gan\c{c}arski, Alda and Henriques, Pedro",
title = "{Presenting the Results of Relevance-Oriented Search over XML Documents}",
year = 2004,
booktitle = "{Proceedings of the 2004 ACM Symposium on Document Engineering (ACM DocEng04)}",
address = "Milwaukee, Wisconsin, USA",
day = "28-30",
month ="October",
editors = "",
}
October 2008 Flavio starts his PhD Thesis co supervised by Universidade do Minho and TELECOM Management SudParis (France). February 2008 Helder Pereira ...
News Interactive information access in XML documents associated with ontologies Description Traditional IR consists of retrieving from a collection the relevant ...
@article{GH07b, author "Gan\c{c}arski, Alda and Henriques, Pedro", title "{Analyzing the structure of scientific articles to improve information retrieval ...
TWiki.Research/OntXQuery Web Preferences The following settings are web preferences of the TWiki.Research/OntXQuery web. These preferences overwrite the site ...
This is a subscription service to be automatically notified by e mail when topics change in this Research/OntXQuery web. This is a convenient service, so you do ...
TWiki's Research/OntXQuery web /view/Research/OntXQuery The Research/OntXQuery web of TWiki. TWiki is a Web Based Collaboration Platform for the Corporate World ...
Interactive information access in XML documents associated with ontologies
Description
Traditional IR consists of retrieving from a collection the relevant
documents to a query, while returning as few as
possible of non relevant documents. Moreover, the resulting documents
should be ranked by their relevance to the query.
A query is a natural language expression describing the desired
subject. To take advantage from the structural
information of XML documents, query formats for structured documents
retrieval were enriched to access certain
parts of documents. So, the user can access those parts based on
content and structural restrictions. Examples of such
queries are those defined by XPath language and XQuery,
the proposition by the W3C? to become the standard XML
query language. To include similarity search operations of traditional
IR in XPath, some works developed relevance
computation methods, like the ones presented in the INEX workshop.
XQuery and XPath are being extended with the possibility of
associating a score (or relevance measure) to an expression that
verifies if some phrase exists in the content of
some element or attribute. This functionality is included in a
language that complements XPath and XQuery, the
Full-Text language proposed by the W3C? .
However, structured queries construction is not always an easy process
because, among other reasons, the user may not
have a deep knowledge of the query language, or may not know a priori
exactly what to search. Moreover, after
specifying a query, the user may get a final result that it is not
what was expected. To solve this problem,
IXDIRQL was defined as an extension to XPath, not only with
textual similarity operations, but also with an
interactive/iterative paradigm for building queries. With this
paradigm, each operation specified by the user leads to
an intermediate result which the user can access. This helps the user
choosing the next operation, changing an
operation already introduced in the query, or selecting, using
selection operations, the interesting subsets of
intermediate results, until reaching the adequate query and thus the
desired result. If intermediate results are large, the user is able
select a number of interesting elements that is sufficient to satisfy
him. This avoids continuing the query with a large number of
unnecessary elements to process and further results are easier to analyse.
A prototype to process IXDIRQL
queries was created and used by real users allowing to verify, not
only its correct behavior, but also the correct
understanding and use of selection operations with respect to some
pre-defined information needs.
Our project aims at extending the interactive/iteractive paradigm of query construction to XQuery.
For that, XQuery and Full-Text are augmented with selection operations. Once the query language is defined, we intend to
build an adequate processing system.
The editing environment for the extended XQuery (XQuery++) must allow the user
to access intermediate results of query
operations. Besides, it should be associated with an incremental
processing of query operations. This means
that, each time a new operation is inserted or an existing one is
changed, the system does not calculate all the
query operations. Instead, it first calculates the intermediate
results of the new or changed operation; then,
it recalculates the intermediate results that are dependent
on the previous ones and the final result of the query.
Once the XQuery++ processing system built, we want to enrich it in order to take advantage from ontological information associated to documents.
In fact, more and more documents are associated with ontologies acting as metadata that describes them.
Thus, the answer to an information need should be based, not only in documents, but also in the associated ontologies.
Information access from XML using semantics and context: application to the Portuguese Emigration Museum, Flavio Xavier Ferreira, Alda Lopes Gançarski, Pedro Rangel Henriques, National Portuguese Conference on Information Systems, Conferencia Nacional de Sistemans de Informacao 2008 (CAPSI08), Setubal, Portugal, October 2008.
Iterative XML search based on data and associated semantics, Alda Lopes Gançarski, Flavio Xavier Ferreira, Pedro Rangel Henriques, International Conference on Enterprise Information Systems (ICEIS'08), Poster Session, Barcelona, Spain, June 2008.
Our case study is the SIME project ("Sistema de Informação do Museu da Emigração"). More information about the SIME project will soon be available.
Student projects proposal (in portuguese)
1. Identificação do Projecto (Pepl01) Ilustrador de trajectórias em Web 2.0
2. Contexto: Sistema de informação para o Museu da Emigração (SIME)
3. Descrição do Projecto
Actualmente existe na web muita informação sobre determinados temas,
mas esta encontra-se espalhada por vários locais.
Por vezes existe a necessidade de criar uma aplicação web
que utilize recursos existentes em diferentes locais, como é o caso do
Museu da Emigração, no âmbito do qual há a necessidade de ilustrar o percurso de um
indivíduo, que deixa a sua terra para ir trabalhar num pais
distante.
Concretamente sabendo a localidade de partida, chegada e
localidades intermédias onde passou, pretende-se criar uma aplicação
web (uma página) que a partir dessa lista de locais, recrie a
trajectória seguida pelo emigrante, mostrando para cada localidade,
informação (histórica, cultural) recolhida a partir da Wikipédia, e
imagens recolhidas a partir de um repositório de imagens existente
online (ex. Flickr).
Esta aplicação terá que utilizar tecnologias web 2.0 na criação das paginas
(ex. mapa de percurso, galeria de imagens) e procurar utilizar serviços
já existentes para a recolha da informação (ex. API Flickr).
4. Proponente / Orientador
Pedro Rangel Henriques + Flávio Ferreira (+ Alda Lopes)
5. Áreas de trabalho
Information Retrieval + Web 2.0 + AJAX
1. Identificação do Projecto (Pepl02) Desenvolvimento de um sistema (processador e interface Web) de interrogação XQuery+SPARQL sobre XML e metadados.
2. Contexto: Sistema de recuperação de informação para o Museu da Emigração (ME) no âmbito do projecto SIME.
3. Descrição do Projecto
O ME é um museu virtual cujos espólio é constituído por uma vasta colecção
de documentos XML de tipos diferentes.
As visitas a essa colecção são suportadas por ontologias que lhes confere
um significado (semântica) coeso.
Para enriquecer os serviços prestados pelo museu, pretende-se disponibilizar
agora uma função de pesquisa semântica que permita aceder à informação desse
espólio documental de acordo com os interesses do utilizador.
Para isso pensou-se em combinar as facilidades de pesquisa sobre documentos XML com as da pesquisa semântica.
XQuery é uma linguagem de interrogação que permite recuperar informação
a partir de ficheiros XML (da mesma forma que SQL o permite sobre uma BD).
RDF é uma linguagem usada para associar descrições semânticas a fontes de
informação (por exemplo documentos XML).
A semelhança de XQuery, SPARQL é uma linguagem de interrogação sobre ficheiros RDF.
Pretende-se, neste projecto, desenvolver um processador da linguagem
composta XQuery+SPARQL que permite o acesso à informação usando as fontes (XML)
e os metadados sobre elas (RDF).
Pretende-se também desenvolver uma interface Web onde o utilizador
especifica as perguntas em XQuery+SPARQL e pode visualizar os resultados.
As linguagens e o material tecnológico está em aberto, ficando definida
aquando da reunião de lançamento do projecto.
4. Proponente / Orientador
Pedro Rangel Henriques + Alda Lopes + Flávio Ferreira
5. Áreas de trabalho
XML / XQuery + RDF / SPARQL + Web-Engineering
Visits
March 2008 at UM. Planning: 1. Flavio's Thesis proposition. 2. ICEIS08 article camera ready version & poster. 3. CAPSI08 article. 4. PAI/Pessoa project proposition. (Travel Repport, in french)
Dec 2007 at UM. Subject: 1. Paper ICEIS08. 2. Master project of Marco Freire. 3. Flavio's thesis subject proposition (start).
April 2007 at UM. Subject: Analysis of undergoing work: articles, students, ...
August 2006 at UM. Subject: 1. FCT project: we did not submit it but a detailed description is written and will be used later. 2. Definition of next articles to be written about undergoing work.
April 2006 at UM. Subject: to define a proposition for a FCT funded project.
12 Feb - 11 March 2006, LIP6, Paris. (Travel Report)
@article{GH07b, author "Gan\c{c}arski, Alda and Henriques, Pedro", title "{Analyzing the structure of scientific articles to improve information retrieval ...
October 2008 Flavio starts his PhD Thesis co supervised by Universidade do Minho and TELECOM Management SudParis (France). February 2008 Helder Pereira ...
News Interactive information access in XML documents associated with ontologies Description Traditional IR consists of retrieving from a collection the relevant ...
This is a subscription service to be automatically notified by e mail when topics change in this Research/OntXQuery web. This is a convenient service, so you do ...
TWiki.Research/OntXQuery Web Preferences The following settings are web preferences of the TWiki.Research/OntXQuery web. These preferences overwrite the site ...
TWiki's Research/OntXQuery web /view/Research/OntXQuery The Research/OntXQuery web of TWiki. TWiki is a Web Based Collaboration Platform for the Corporate World ...
This is a subscription service to be automatically notified by e-mail when topics change in this Research/OntXQuery web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your WikiName in alphabetical order to this list:
Format: <space><space><space>, followed by: * Main.yourWikiName (if you want that the e-mail address in your home page is used) * Main.yourWikiName - yourEmailAddress (if you want to specify a different e-mail address) * Main.anyTWikiGroup (if you want to notify all members of a particular TWikiGroup)
Related topics:TWikiUsers, TWikiRegistration
The following settings are web preferences of the TWiki.Research/OntXQuery web. These preferences overwrite the site-level preferences in TWikiPreferences, and can be overwritten by user preferences (your personal topic, i.e. TWikiGuest in the TWiki.Main web)
Preferences:
List of topics of the TWiki.Research/OntXQuery web:
If yes, set SITEMAPLIST to on, do not set NOSEARCHALL, and add the "what" and "use to..." description for the site map. Make sure to list only links that include the name of the web, e.g. Research/OntXQuery.Topic links.
Web preferences that are not allowed to be overridden by user preferences:
Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
Notes:
A preference is defined as: 6 spaces * Set NAME = value Example:
Set WEBBGCOLOR = #FFFFC0
Preferences are used as TWikiVariables by enclosing the name in percent signs. Example:
When you write variable %WEBBGCOLOR% , it gets expanded to #D0D0D0 .
The sequential order of the preference settings is significant. Define preferences that use other preferences first, i.e. set WEBCOPYRIGHT before WIKIWEBMASTER since %WEBCOPYRIGHT% uses the %WIKIWEBMASTER% variable.
You can introduce new preferences variables and use them in your topics and templates. There is no need to change the TWiki engine (Perl scripts).
TWiki's Research/OntXQuery web
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery
The Research/OntXQuery web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World.en-usCopyright 2020 by contributing authorsTWiki Administrator [webmaster@di.uminho.pt]The contributing authors of TWikiTWikiDIUM.Research/OntXQuery
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery
/twiki/pub/Main/LocalLogos/um_eengP.jpgOntXQueryNews
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/OntXQueryNews
October 2008 Flavio starts his PhD Thesis co supervised by Universidade do Minho and TELECOM Management SudParis (France). February 2008 Helder Pereira ... (last changed by PedroRangelHenriques)2008-10-03T13:09:51ZPedroRangelHenriquesWebHome
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebHome
News Interactive information access in XML documents associated with ontologies Description Traditional IR consists of retrieving from a collection the relevant ... (last changed by PedroRangelHenriques)2008-10-03T13:08:07ZPedroRangelHenriquesWebSearchAdvanced
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebSearchAdvanced
(last changed by TWikiGuest)2007-05-17T14:51:24ZguestBibtex
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/Bibtex
@article{GH07b, author "Gan\c{c}arski, Alda and Henriques, Pedro", title "{Analyzing the structure of scientific articles to improve information retrieval ... (last changed by PedroRangelHenriques)2007-02-21T13:58:54ZPedroRangelHenriquesWebPreferences
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebPreferences
TWiki.Research/OntXQuery Web Preferences The following settings are web preferences of the TWiki.Research/OntXQuery web. These preferences overwrite the site ... (last changed by JoseBacelarAlmeida)2007-02-12T19:50:18ZJoseBacelarAlmeidaMenuTopics
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/MenuTopics
PedroRangelHenriques 08 Mar 2006 (last changed by PedroRangelHenriques)2006-03-08T11:04:52ZPedroRangelHenriquesVodaNews
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/VodaNews
Criação da pagina do projecto. PedroRangelHenriques 03 Mar 2006 (last changed by PedroRangelHenriques)2006-03-03T10:07:14ZPedroRangelHenriquesWebNotify
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebNotify
This is a subscription service to be automatically notified by e mail when topics change in this Research/OntXQuery web. This is a convenient service, so you do ... (last changed by AlcinoCunha)2005-02-03T14:54:14ZAlcinoCunhaWebLeftBar
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebLeftBar
Web Web Home Changes Index Search Webs (last changed by ArthurClemens)2004-08-16T09:01:46ZArthurClemensWebRss
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebRss
TWiki's Research/OntXQuery web /view/Research/OntXQuery The Research/OntXQuery web of TWiki. TWiki is a Web Based Collaboration Platform for the Corporate World ... (last changed by PeterThoeny)2003-01-30T08:15:57ZPeterThoenyWebIndex
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebIndex
See also the faster WebTopicList (last changed by PeterThoeny)2001-11-24T11:41:09ZPeterThoenyWebTopicList
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebTopicList
See also the verbose WebIndex. (last changed by PeterThoeny)2001-11-24T11:40:47ZPeterThoenyWebChanges
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebChanges
(last changed by PeterThoeny)2001-08-16T19:58:33ZPeterThoenyWebSearch
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebSearch
(last changed by PeterThoeny)2001-08-08T05:26:39ZPeterThoeny
@article{GH07b,
author = "Gan\c{c}arski, Alda and Henriques, Pedro",
title = "{Analyzing the structure of scientific articles to improve information retrieval}",
journal = "{Proceedings of the International IADIS Conference on Applied Computing 2007 (IADIS AC07}",
year = 2007,
address = "Salamanca, Spain",
day = "17-19",
month = "February",
}
@article{GH07,
author = "Gan\c{c}arski, Alda and Henriques, Pedro",
title = "{Using data together with metadata to improve XML information access}",
journal = "{Proceedings of the International Conference on Web Information Systems and Technologies 2007 (WEBIST07)}",
year = 2007,
address = "Barcelona, Spain",
day = "6-9",
month = "March",
}
@article{GDH06,
author = "Gan\c{c}arski, Alda and Doucet, Anne and Henriques, Pedro",
title = "{AG-based interactive system to retrieve information from XML documents}",
journal = "{IEE Software Journal}",
pages = "",
year = 2006,
volume = ,
}
@InProceedings{GH06,
author = "Gan\c{c}arski, Alda and Henriques, Pedro",
title = "{A formal definition of selection operations that extend XQuery with interactive query construction}",
year = 2006,
booktitle = "{Proceedings of the International Conference on Web Information Systems and Technologies 2006 (WEBIST06)}",
address = "Set\'ubal, Portugal",
day = "11-13",
month = "April",
}
@InProceedings{GH03b,
author = "Gan\c{c}arski, Alda and Henriques, Pedro",
title = "{IXDIRQL: an Interactive XML Data and Information Retrieval Query Language}",
year = 2003,
booktitle = "{Proceedings of the 7th ICCC/IFIP International Conference on Electronic Publishing (TWiki.ElPub03)}",
address = "Guimar{\~{a}}es, Portugal",
day = "25-28",
month = "June",
}
@InProceedings{GH05a,
author = "Gan\c{c}arski, Alda and Henriques, Pedro",
title = "{Extending XQuery with selection operations to allow for interactive construction of queries (TWiki.ElPub05)}",
year = 2005,
booktitle = "{Proceedings of the 9th ICCC International Conference on Electronic Publishing}",
address = "Leuven, Belgium",
month = "June",
}
@InProceedings{GH05b,
author = "Gan\c{c}arski, Alda and Henriques, Pedro",
title = "{A processing environement for the IXDIRQL XML query language}",
year = 2005,
booktitle = "{Proceedings of the IADIS Virtual Multi Conference on Computer Science and Information Systems (IADIS MCCSIS05)}",
month = "April",
}
@InProceedings{GH03a,
author = "Gan\c{c}arski, Alda and Henriques, Pedro",
title = "{Interactive Information Retrieval from XML Documents Represented by Attribute Grammars}",
year = 2003,
booktitle = "{Proceedings of the 2003 ACM Symposium on Document Engineering (ACM TWiki.DocEng03)}",
address = "Grenoble, France",
day = "20-22",
month ="November",
editors = "Vanoirbeek, Christine and Roisin, C{\'e}cile and Munson, Ethan",
}
@InProceedings{GH04,
author = "Gan\c{c}arski, Alda and Henriques, Pedro",
title = "{Presenting the Results of Relevance-Oriented Search over XML Documents}",
year = 2004,
booktitle = "{Proceedings of the 2004 ACM Symposium on Document Engineering (ACM TWiki.DocEng04)}",
address = "Milwaukee, Wisconsin, USA",
day = "28-30",
month ="October",
editors = "",
}
October 2008 Flavio starts his PhD Thesis co supervised by Universidade do Minho and TELECOM Management SudParis (France). February 2008 Helder Pereira ...
News Interactive information access in XML documents associated with ontologies Description Traditional IR consists of retrieving from a collection the relevant ...
@article{GH07b, author "Gan\c{c}arski, Alda and Henriques, Pedro", title "{Analyzing the structure of scientific articles to improve information retrieval ...
TWiki.Research/OntXQuery Web Preferences The following settings are web preferences of the TWiki.Research/OntXQuery web. These preferences overwrite the site ...
This is a subscription service to be automatically notified by e mail when topics change in this Research/OntXQuery web. This is a convenient service, so you do ...
TWiki's Research/OntXQuery web /view/Research/OntXQuery The Research/OntXQuery web of TWiki. TWiki is a Web Based Collaboration Platform for the Corporate World ...
Interactive information access in XML documents associated with ontologies
Description
Traditional IR consists of retrieving from a collection the relevant
documents to a query, while returning as few as
possible of non relevant documents. Moreover, the resulting documents
should be ranked by their relevance to the query.
A query is a natural language expression describing the desired
subject. To take advantage from the structural
information of XML documents, query formats for structured documents
retrieval were enriched to access certain
parts of documents. So, the user can access those parts based on
content and structural restrictions. Examples of such
queries are those defined by XPath language and XQuery,
the proposition by the W3C? to become the standard XML
query language. To include similarity search operations of traditional
IR in XPath, some works developed relevance
computation methods, like the ones presented in the INEX workshop.
XQuery and XPath are being extended with the possibility of
associating a score (or relevance measure) to an expression that
verifies if some phrase exists in the content of
some element or attribute. This functionality is included in a
language that complements XPath and XQuery, the
Full-Text language proposed by the W3C? .
However, structured queries construction is not always an easy process
because, among other reasons, the user may not
have a deep knowledge of the query language, or may not know a priori
exactly what to search. Moreover, after
specifying a query, the user may get a final result that it is not
what was expected. To solve this problem,
IXDIRQL was defined as an extension to XPath, not only with
textual similarity operations, but also with an
interactive/iterative paradigm for building queries. With this
paradigm, each operation specified by the user leads to
an intermediate result which the user can access. This helps the user
choosing the next operation, changing an
operation already introduced in the query, or selecting, using
selection operations, the interesting subsets of
intermediate results, until reaching the adequate query and thus the
desired result. If intermediate results are large, the user is able
select a number of interesting elements that is sufficient to satisfy
him. This avoids continuing the query with a large number of
unnecessary elements to process and further results are easier to analyse.
A prototype to process IXDIRQL
queries was created and used by real users allowing to verify, not
only its correct behavior, but also the correct
understanding and use of selection operations with respect to some
pre-defined information needs.
Our project aims at extending the interactive/iteractive paradigm of query construction to XQuery.
For that, XQuery and Full-Text are augmented with selection operations. Once the query language is defined, we intend to
build an adequate processing system.
The editing environment for the extended XQuery (XQuery++) must allow the user
to access intermediate results of query
operations. Besides, it should be associated with an incremental
processing of query operations. This means
that, each time a new operation is inserted or an existing one is
changed, the system does not calculate all the
query operations. Instead, it first calculates the intermediate
results of the new or changed operation; then,
it recalculates the intermediate results that are dependent
on the previous ones and the final result of the query.
Once the XQuery++ processing system built, we want to enrich it in order to take advantage from ontological information associated to documents.
In fact, more and more documents are associated with ontologies acting as metadata that describes them.
Thus, the answer to an information need should be based, not only in documents, but also in the associated ontologies.
Information access from XML using semantics and context: application to the Portuguese Emigration Museum, Flavio Xavier Ferreira, Alda Lopes Gançarski, Pedro Rangel Henriques, National Portuguese Conference on Information Systems, Conferencia Nacional de Sistemans de Informacao 2008 (CAPSI08), Setubal, Portugal, October 2008.
Iterative XML search based on data and associated semantics, Alda Lopes Gançarski, Flavio Xavier Ferreira, Pedro Rangel Henriques, International Conference on Enterprise Information Systems (ICEIS'08), Poster Session, Barcelona, Spain, June 2008.
Our case study is the SIME project ("Sistema de Informação do Museu da Emigração"). More information about the SIME project will soon be available.
Student projects proposal (in portuguese)
1. Identificação do Projecto (Pepl01) Ilustrador de trajectórias em Web 2.0
2. Contexto: Sistema de informação para o Museu da Emigração (SIME)
3. Descrição do Projecto
Actualmente existe na web muita informação sobre determinados temas,
mas esta encontra-se espalhada por vários locais.
Por vezes existe a necessidade de criar uma aplicação web
que utilize recursos existentes em diferentes locais, como é o caso do
Museu da Emigração, no âmbito do qual há a necessidade de ilustrar o percurso de um
indivíduo, que deixa a sua terra para ir trabalhar num pais
distante.
Concretamente sabendo a localidade de partida, chegada e
localidades intermédias onde passou, pretende-se criar uma aplicação
web (uma página) que a partir dessa lista de locais, recrie a
trajectória seguida pelo emigrante, mostrando para cada localidade,
informação (histórica, cultural) recolhida a partir da Wikipédia, e
imagens recolhidas a partir de um repositório de imagens existente
online (ex. Flickr).
Esta aplicação terá que utilizar tecnologias web 2.0 na criação das paginas
(ex. mapa de percurso, galeria de imagens) e procurar utilizar serviços
já existentes para a recolha da informação (ex. API Flickr).
4. Proponente / Orientador
Pedro Rangel Henriques + Flávio Ferreira (+ Alda Lopes)
5. Áreas de trabalho
Information Retrieval + Web 2.0 + AJAX
1. Identificação do Projecto (Pepl02) Desenvolvimento de um sistema (processador e interface Web) de interrogação XQuery+SPARQL sobre XML e metadados.
2. Contexto: Sistema de recuperação de informação para o Museu da Emigração (ME) no âmbito do projecto SIME.
3. Descrição do Projecto
O ME é um museu virtual cujos espólio é constituído por uma vasta colecção
de documentos XML de tipos diferentes.
As visitas a essa colecção são suportadas por ontologias que lhes confere
um significado (semântica) coeso.
Para enriquecer os serviços prestados pelo museu, pretende-se disponibilizar
agora uma função de pesquisa semântica que permita aceder à informação desse
espólio documental de acordo com os interesses do utilizador.
Para isso pensou-se em combinar as facilidades de pesquisa sobre documentos XML com as da pesquisa semântica.
XQuery é uma linguagem de interrogação que permite recuperar informação
a partir de ficheiros XML (da mesma forma que SQL o permite sobre uma BD).
RDF é uma linguagem usada para associar descrições semânticas a fontes de
informação (por exemplo documentos XML).
A semelhança de XQuery, SPARQL é uma linguagem de interrogação sobre ficheiros RDF.
Pretende-se, neste projecto, desenvolver um processador da linguagem
composta XQuery+SPARQL que permite o acesso à informação usando as fontes (XML)
e os metadados sobre elas (RDF).
Pretende-se também desenvolver uma interface Web onde o utilizador
especifica as perguntas em XQuery+SPARQL e pode visualizar os resultados.
As linguagens e o material tecnológico está em aberto, ficando definida
aquando da reunião de lançamento do projecto.
4. Proponente / Orientador
Pedro Rangel Henriques + Alda Lopes + Flávio Ferreira
5. Áreas de trabalho
XML / XQuery + RDF / SPARQL + Web-Engineering
Visits
March 2008 at UM. Planning: 1. Flavio's Thesis proposition. 2. ICEIS08 article camera ready version & poster. 3. CAPSI08 article. 4. PAI/Pessoa project proposition. (Travel Repport, in french)
Dec 2007 at UM. Subject: 1. Paper ICEIS08. 2. Master project of Marco Freire. 3. Flavio's thesis subject proposition (start).
April 2007 at UM. Subject: Analysis of undergoing work: articles, students, ...
August 2006 at UM. Subject: 1. FCT project: we did not submit it but a detailed description is written and will be used later. 2. Definition of next articles to be written about undergoing work.
April 2006 at UM. Subject: to define a proposition for a FCT funded project.
12 Feb - 11 March 2006, LIP6, Paris. (Travel Report)
@article{GH07b, author "Gan\c{c}arski, Alda and Henriques, Pedro", title "{Analyzing the structure of scientific articles to improve information retrieval ...
October 2008 Flavio starts his PhD Thesis co supervised by Universidade do Minho and TELECOM Management SudParis (France). February 2008 Helder Pereira ...
News Interactive information access in XML documents associated with ontologies Description Traditional IR consists of retrieving from a collection the relevant ...
This is a subscription service to be automatically notified by e mail when topics change in this Research/OntXQuery web. This is a convenient service, so you do ...
TWiki.Research/OntXQuery Web Preferences The following settings are web preferences of the TWiki.Research/OntXQuery web. These preferences overwrite the site ...
TWiki's Research/OntXQuery web /view/Research/OntXQuery The Research/OntXQuery web of TWiki. TWiki is a Web Based Collaboration Platform for the Corporate World ...
This is a subscription service to be automatically notified by e-mail when topics change in this Research/OntXQuery web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe, please add a bullet with your WikiName in alphabetical order to this list:
Format: <space><space><space>, followed by: * Main.yourWikiName (if you want that the e-mail address in your home page is used) * Main.yourWikiName - yourEmailAddress (if you want to specify a different e-mail address) * Main.anyTWikiGroup (if you want to notify all members of a particular TWikiGroup)
Related topics:TWikiUsers, TWikiRegistration
The following settings are web preferences of the TWiki.Research/OntXQuery web. These preferences overwrite the site-level preferences in TWikiPreferences, and can be overwritten by user preferences (your personal topic, i.e. TWikiGuest in the TWiki.Main web)
Preferences:
List of topics of the TWiki.Research/OntXQuery web:
If yes, set SITEMAPLIST to on, do not set NOSEARCHALL, and add the "what" and "use to..." description for the site map. Make sure to list only links that include the name of the web, e.g. Research/OntXQuery.Topic links.
Web preferences that are not allowed to be overridden by user preferences:
Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
Notes:
A preference is defined as: 6 spaces * Set NAME = value Example:
Set WEBBGCOLOR = #FFFFC0
Preferences are used as TWikiVariables by enclosing the name in percent signs. Example:
When you write variable %WEBBGCOLOR% , it gets expanded to #D0D0D0 .
The sequential order of the preference settings is significant. Define preferences that use other preferences first, i.e. set WEBCOPYRIGHT before WIKIWEBMASTER since %WEBCOPYRIGHT% uses the %WIKIWEBMASTER% variable.
You can introduce new preferences variables and use them in your topics and templates. There is no need to change the TWiki engine (Perl scripts).
TWiki's Research/OntXQuery web
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery
The Research/OntXQuery web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World.en-usCopyright 2020 by contributing authorsTWiki Administrator [webmaster@di.uminho.pt]The contributing authors of TWikiTWikiDIUM.Research/OntXQuery
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery
/twiki/pub/Main/LocalLogos/um_eengP.jpgOntXQueryNews
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/OntXQueryNews
October 2008 Flavio starts his PhD Thesis co supervised by Universidade do Minho and TELECOM Management SudParis (France). February 2008 Helder Pereira ... (last changed by PedroRangelHenriques)2008-10-03T13:09:51ZPedroRangelHenriquesWebHome
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebHome
News Interactive information access in XML documents associated with ontologies Description Traditional IR consists of retrieving from a collection the relevant ... (last changed by PedroRangelHenriques)2008-10-03T13:08:07ZPedroRangelHenriquesWebSearchAdvanced
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebSearchAdvanced
(last changed by TWikiGuest)2007-05-17T14:51:24ZguestBibtex
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/Bibtex
@article{GH07b, author "Gan\c{c}arski, Alda and Henriques, Pedro", title "{Analyzing the structure of scientific articles to improve information retrieval ... (last changed by PedroRangelHenriques)2007-02-21T13:58:54ZPedroRangelHenriquesWebPreferences
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebPreferences
TWiki.Research/OntXQuery Web Preferences The following settings are web preferences of the TWiki.Research/OntXQuery web. These preferences overwrite the site ... (last changed by JoseBacelarAlmeida)2007-02-12T19:50:18ZJoseBacelarAlmeidaMenuTopics
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/MenuTopics
PedroRangelHenriques 08 Mar 2006 (last changed by PedroRangelHenriques)2006-03-08T11:04:52ZPedroRangelHenriquesVodaNews
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/VodaNews
Criação da pagina do projecto. PedroRangelHenriques 03 Mar 2006 (last changed by PedroRangelHenriques)2006-03-03T10:07:14ZPedroRangelHenriquesWebNotify
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebNotify
This is a subscription service to be automatically notified by e mail when topics change in this Research/OntXQuery web. This is a convenient service, so you do ... (last changed by AlcinoCunha)2005-02-03T14:54:14ZAlcinoCunhaWebLeftBar
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebLeftBar
Web Web Home Changes Index Search Webs (last changed by ArthurClemens)2004-08-16T09:01:46ZArthurClemensWebRss
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebRss
TWiki's Research/OntXQuery web /view/Research/OntXQuery The Research/OntXQuery web of TWiki. TWiki is a Web Based Collaboration Platform for the Corporate World ... (last changed by PeterThoeny)2003-01-30T08:15:57ZPeterThoenyWebIndex
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebIndex
See also the faster WebTopicList (last changed by PeterThoeny)2001-11-24T11:41:09ZPeterThoenyWebTopicList
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebTopicList
See also the verbose WebIndex. (last changed by PeterThoeny)2001-11-24T11:40:47ZPeterThoenyWebChanges
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebChanges
(last changed by PeterThoeny)2001-08-16T19:58:33ZPeterThoenyWebSearch
http://wiki.di.uminho.pt/twiki/bin/view/Research/OntXQuery/WebSearch
(last changed by PeterThoeny)2001-08-08T05:26:39ZPeterThoeny