SlideShare a Scribd company logo
1 of 26
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
Karwan Jacksi
PhD Student
Computer Science Dept.
University of Zakho – Kurdistan Region of Iraq
And
School of Computing and Technology
Eastern Mediterranean University – Cyprus
A Survey of Exploratory Search Systems Based
on LOD Resources
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
Agenda
• WWW
• Search Strategies
• Semantic Web
• Linked Data
• Linked data browsers
• Linked data recommenders
• Linked data based exploratory search systems
• Discussions
• Computing Semantic Similarity
• Database technique
2015.08.12Karwan Jacksi 2
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
World Wide Web (WWW)
• WWW made the process of uploading data easy for all users
– The amount of data grew in an unprecedented manner, which has given the
internet users opportunity to access information and services effortlessly.
– This data has transformed the Web to a huge semi-structured database.
• Thus, the new challenge to overcome is to efficiently retrieve relevant
information
• Even though search engines are generally employed to locate information
on the web, to obtain high quality results, efficient searching skills are
required.
2015.08.12Karwan Jacksi 3
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
Search Strategies
• (Marchionini, 2006) has distinguished between two categories of search
strategies:
1. Lookup search
– known as keyword-based search,
– known-item search
– most frequently used one in the syntactic Web
2. Exploratory search
– a special type of information seeking
– the domains of the goals are unknown and the goal itself is not known.
– user interest focuses on learning and investigation rather than query answering and
information retrievals
– learning:
• understanding new ideas and concepts, knowledge achievement and information
assessment,
– investigation:
• analysis, composition and evaluation
2015.08.12Karwan Jacksi 4
Lookup Exploratory
Learn
Investigate
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
Syntactic vs Semantic Web
• The Syntactic retrieval of information is restricted to keywords
– to answer user queries, search engines search for keywords which do not
retrieve high quality results
• To improve this, annotations can be added to the existing Web contents
• Hence, the Semantic Web is formulated
2015.08.12Karwan Jacksi 5
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
Semantic Web
• the next generation of the WWW
• provides data well defined meanings so that it’s understandable and processable
by machines
• combines Resource Description Framework (RDF), Web Ontology Language
(OWL), and Extensible Markup Language (XML) technologies to facilitate
replacing the content of the current Web
– RDF is W3C standard
– RDF is known as the HTML of the Semantic Web and it is purely an XML language
– RDF is a standard model for interchanging of data on the Web and it simply describes
resources on the Web in the form of <subject, predicate, object> expressions called
triples
– Ontology is a vital components of the Semantic Web infrastructure
• OWL and RDF Schema (RDFS) are the data representation models recommended by W3C to
provide elements for the description of ontologies
• these technologies give machines a way to read and understand the meaning of
data. Consequently, automated information processing capability is given to
search systems.
2015.08.12Karwan Jacksi 6
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
Linked Data
• Linked Data is “the Semantic Web done right” (Berners-Lee, 2006)
• Berners-Lee remarks that the Semantic Web is not only about annotating
data on the Web, but it is also about linking data with each other so that
people and machines can discover the Web of data.
• Linked data provides a way to find other related data when only a subset is
given.
• The Linked Data is a term that refers to a set of steps for publishing and
linking structured data on the Web.
2015.08.12Karwan Jacksi 7
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
Linked data browsers
• One of the first generation of tools designed to explore linked data was
semantic browsers.
• Before their existence it was necessary to read the serialized RDF files to
discover and understand the data.
• There are:
– Text-based browsers
– Visualization based browsers
– Faceted browsers
– Other browsing paradigms
2015.08.12Karwan Jacksi 8
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
Linked data recommenders
• Several linked data exploration and discovery approaches are based on
similarity or relatedness measures
• Their objective is to identify the resources that are the most similar or
related to an initial resource or resources’ set
• Measuring similarities thanks to linked data datasets is a relatively new
concern
• Examples:
– MORE (2010) is a DBpedia-based movie recommender accessible through a
Facebook application
– LastFM (2010) music domain for computing similarities between all the Bands
and Musical Artists instances contained in DBpedia.
2015.08.12Karwan Jacksi 9
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
Linked Data (LD) based Exploratory Search Systems (ESS)
• Yovisto (2009)
– A search engine focused in academic lectures and conferences’ videos.
– Provides explorative search for video data using Semantic Web technology and
linked data
– Searching within the content of videos is possible with Yovisto through its time
based video index
– The approach utilizes DBpedia as a resource
– DBpedia provides a large amount of
information about each of its entities,
• retrieving all relevant information is
computationally intensive
– Hence, a set of heuristics, based on statistical
and structural features of the DBpedia’s RDF
graph, are developed to determine the most
relevant information to the users query.
2015.08.12Karwan Jacksi 10
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
LD based ESS Cont’d
• Semantic Wonder Cloud (SWOC) (2010)
– A linked data based exploratory search system for DBpedia.
– A hybrid ranking algorithm, called DBpedia Ranker, is used to rank resources in
the DBpedia. This algorithm is used to calculate the similarity of DBpedia
resources with respect to an initial node.
– External sources such as Web search engines and social tagging systems is also
used to calculate a similarity value for each of the resource pairs touched
throughout the discovery.
2015.08.12Karwan Jacksi 11
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
LD based ESS Cont’d
• Lookup Explore Discover (LED) (2010)
– An exploratory search system that aims at improving the search process by
allowing users to accurately explore information related to a query
– It depends on DBpedia dataset to discover the semantics of the query keywords
– DBpedia lookup service is used to return a set of DBpedia resources
– Result is a set of semantically related resources of the form of a tags cloud
– It uses several external sources such as Google, Bing, Yahoo and micro-blogging
services such as Twitter
– DBpediaRanker is used to
rank resources
2015.08.12Karwan Jacksi 12
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
LD based ESS Cont’d
• Aemoo (2012)
– a Web application that uses Encyclopedic Knowledge Pattern (EKP) to support its
exploratory search system.
– the system exploits DBpedia first to resolve users’ query, then external sources
such Google News and Twitter
– For a better relevant and reasonable information, resources are filtered using
the EKP
– Aemoo offers Curiosity function to display the knowledge that is not presented
due to the EKP filtration
2015.08.12Karwan Jacksi 13
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
LD based ESS Cont’d
• Seevl (2012)
– a Linked Data based application for musical discovery.
– The Web is used by Seevl to mine music connections so that context, search and
discovery are brought for the music a user likes.
– Multiple Web resources are collected and unified as Linked Data.
• As a result, a huge graph of musical entities, such as Artists, Labels, Bands, etc., is built.
– On top of this collected data, further services, for instance search and
recommendations, are provided.
2015.08.12Karwan Jacksi 14
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
LD based ESS Cont’d
• Linked Jazz (2013)
– an exploratory system that reveals the relationships of the jazz community.
– The system aims at improving the discovery of digital cultural heritage materials
and enriching the semantics describing them examining the power of LOD
technology.
– Dataset is created using bibliographic name authority and DBpedia
– Network Visualization tool is used to explore the created dataset which provides
a number of modes, such as Fixed, Free, Similar and Dynamic modes
2015.08.12Karwan Jacksi 15
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
LD based ESS Cont’d
• Discovery Hub (2014)
– The platform uses DBpedia datasets for resource selection
– It addresses DBpedia SPARQL endpoints remotely without any pre-processing
requirements.
– The system depends on an extension of semantic spreading activation to typed
graphs of the Web of Data formality and combined it with a graph sampling
method to calculate result without the need of in advance processing.
2015.08.12Karwan Jacksi 16
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
LD based ESS Cont’d
• inWalk (2014)
– an interactive Web application for exploration of linked data based on the
concept of inCloud
– An inCloud is a high level graph of thematically connected vertices, where
vertices of the graph represent clusters of related linked data and edges stand
for relations of proximity between vertices.
– inCloud is constructed using hierarchical clustering algorithm HCf+
2015.08.12Karwan Jacksi 17
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
2015.08.12Karwan Jacksi 18
System Name Yovisto SWOC LED Aemoo
Release Date 2009 2010 2010 2012
Web Address www.yovisto.com
sisinflab.poliba.it/semantic-
wonder-cloud
sisinflab.poliba.it/led wit.istc.cnr.it/aemoo
Main Data DBpedia EN+DE Dbpedia EN Dbpedia EN DBpedia EN
Auxiliary Data No
Search Engines & Tagging
Systems
Search Engines & Tagging
Systems
External services
Query Model Keyword search Dbpedia lookup Keyword search Lookup
Matching String-match Direct match (lookup) String matching Direct match (lookup)
Domain in (Purpose) Academic Videos IT Domain ICT General
Database Method Freebase Parallax SWOC Storage LED Storage
Knowledge Pattern (KP)
Repository Manager
Databse Purpose map queries to entities
Stores popularity & similarity
values for pairs of resources
Stores results computed by
Ranker
responsible for storage,
indexing & fetching of KPs
Principal Layout Query suggestions Graph Tags cloud Graph
Results Explanations No No No Wikipedia-based
Breadcrumb Sessions & registeration Sessions Sessions Sessions
Algorithms Set of heuristics DBpedia Ranker DBpedia Ranker EKP filtered view
Ranking Yes Yes, graph size Yes No
Offline Processing Yes Yes, similarity of pairs Yes Yes , EKP part
API RDF triple-store No Yes, RESTful Yes, RESTful
Faceted Navigation Yes No No No
User Interface HTML Flash based HTML HTML
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
2015.08.12Karwan Jacksi 19
System Name Seevl Discovery Hub Linked Jazz inWalk
Release Date 2012 2013 2013 2014
Web Address play.seevl.fm http://discoveryhub.co https://linkedjazz.org http://islab.di.unimi.it/inwalk
Main Data
Dbpedia, Freebase &
MusicBrainz
DBpedia EN, FR, IT Dbpedia -> Linked Jazz DB Freebase & Twitter
Auxiliary Data No No No No
Query Model Lookup Dbpedia Lookup Manual selection from a list Lookup & selection
Matching Direct match (lookup) Direct match (lookup) Selection Direct match (lookup)
Domain in (Purpose) Music General Jazz Musicians Athletes or Twitter News
Database Method
Scalable RDF/ NoSQL storage
by OpenLink Virtuoso
Virtuoso, MySQL Linked Jazz Name Directory inWalk repository
Databse Purpose Scalability User account & follows
Stores individuals
represented by literal triples
Provides a high-level view of
relevant linked data
Principal Layout List List Graph Graph
Results Explanations Shared properties Yes, Text & Graph Yes, Interview Transcripts No
Breadcrumb Sessions & registeration Sessions & registeration Sessions Sessions
Algorithms LDSD, DBrec algorithm
Semantic spreading
activation
Mapping & Curator Tool & the
Transcript Analyzer
HCf⁺ clustering algorithm
Ranking Yes Yes No No
Offline Processing Yes No, on the fly Yes, Linked Jazz DB Yes
API
Yes, Content negotiation JSON-
LD
No Yes, JSON, RDF & GEXF files No
Faceted Navigation Yes Yes No No
User Interface HTML, ajax HTML HTML5 + jQuery HTML5 + JS
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
Discussion
1. All systems except for inWalk, use DBpedia as main datasets to extract
data from
2. SWOC, LED and Aemoo additionally utilize external services such as
search engines and tagging systems to compute associations between
DBpedia nodes.
3. DBpedia lookup service has been notably used by most of the systems as
query model.
4. Aemoo and Discovery Hub are multi-purpose search systems where all
types of information can be retrieved without directing to any specific
domain.
5. All systems offer breadcrumb feature (history) using sessions which helps
users easily retract to their previous state allowing comparison and
analysis of the results.
6. Yovisto, Seevl and Discovery Hub offer registration feature,
1. this keeps search history for registered users at the server side.
2015.08.12Karwan Jacksi 20
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
Discussion Cont’d
7. Aemoo, Seevl, Discovery Hub and Linked Jazz offer explanation of results
that help users to grasp and understand the space of retrieved
information using textual and graph modes.
8. Ranking of the results are not provided by Aemoo, Linked Jazz and
inWalk since the results are in the graph form.
2015.08.12Karwan Jacksi 21
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
Computing Semantic Similarity
1. SWOC and LED integrate DBpediaRanker into their system.
2. Yovisto uses a set of heuristics to determine the most relevant resources
related with a given DBpedia entity
3. Aemoo uses EKP which specifies the relevant types of resources and
defines the typical classes used to explain entities of a certain type.
4. LDSD (Linked Data Semantic Distance ) and DBrec (Music
Recommendations Using DBpedia) algorithms are used by Seevl to
retrieve artist recommendations.
5. Discovery Hub is based on a semantic spreading activation algorithm
coupled to a graph sampling technique.
6. Linked Jazz uses Mapping tool to build Linked Jazz Name Directory
dataset which is refined by the Curator Tool.
7. InWalk system uses HCf+ clustering algorithm to build a high level graph
called inCloud.
2015.08.12Karwan Jacksi 22
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
Database technique
• Yovisto use Freebase Parallax to let users’ query find a set of entities then
find the videos for these entities.
• SWOC and LED use Storage which stores similarity values between the
pairs of resources and the “popularity” of each resource in a DBMS for the
purpose of an efficient retrieval at runtime.
• Aemoo uses Knowledge Pattern (KP) Repository Manager that is
responsible for the storage, indexing and fetching of KPs.
• A Scalable RDF/NoSQL storage powered by OpenLink Virtuoso has been
utilized by Seevl for scalability purposes.
• Discovery Hub uses Virtuoso for user accounts and follows.
• Linked Jazz created a directory of personal names of jazz artists paired with
URIs called Name Directory.
• InWalk repository is created by inWalk system to provide a high-level view
of relevant linked data.
2015.08.12Karwan Jacksi 23
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
References
• Berners-Lee, T. (2006, July 27). Linked Data - Design Issues. Retrieved January 9, 2015, from
http://www.w3.org/DesignIssues/LinkedData.html
• Berners-Lee, T., Hendler, J., & Lassila, O. (2001). The semantic web. Scientific American, 284(5), p28.
• Castano, S., Ferrara, A., & Montanelli, S. (2014). inWalk: Interactive and Thematic Walks inside the Web of Data. (pp.
628–631). Presented at the EDBT.
• Dimitrova, V., Lau, L., Thakker, D., Yang-Turner, F., & Despotakis, D. (2013). Exploring Exploratory Search: A User Study
with Linked Semantic Data. In Proceedings of the 2Nd International Workshop on Intelligent Exploration of Semantic Data
(pp. 2:1–2:8). NY, USA: ACM.
• Fensel, D. (2005). Spinning the Semantic Web: bringing the World Wide Web to its full potential. Mit Press.
• Ferrara, A., Genta, L., & Montanelli, S. (2013). Linked Data Classification: A Feature-based Approach. In Proceedings of
the Joint EDBT/ICDT 2013 Workshops (pp. 75–82). NY, USA: ACM.
• Heath, T., & Bizer, C. (2011). Linked Data: Evolving the Web into a Global Data Space (1st edition). Morgan & Claypool.
Retrieved from http://linkeddatabook.com/editions/1.0/#htoc8
• Hitzler, P., Krotzsch, M., & Rudolph, S. (2011). Foundations of semantic web technologies. CRC Press.
• Jiang, T. (2014). Exploratory Search: A Critical Analysis of the Theoretical Foundations, System Features, and Research
Trends. In Library and Information Sciences (pp. 79–103). Springer. Retrieved from
http://link.springer.com/chapter/10.1007/978-3-642-54812-3_7
• Klyne, G., Carroll, J. J., & McBride, B. (2004, February 10). Resource Description Framework (RDF): Concepts and Abstract
Syntax. Retrieved January 15, 2015, from http://goo.gl/8P7WyQ
• Le Hors, A., Nally, M., & Speicher, S. (2012). Using read/write Linked Data for Application Integration-Towards a Linked
Data Basic Profile. Presented at the LDOW.
• Madhu, G., Govardhan, D. A., & Rajinikanth, D. T. (2011). Intelligent Semantic Web Search Engines: A Brief Survey. arXiv
Preprint arXiv:1102.0831. Retrieved from http://arxiv.org/abs/1102.0831
2015.08.12Karwan Jacksi 24
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
References Cont’d
• Marchionini, G. (2006). Exploratory Search: From Finding to Understanding. Commun. ACM, 49(4), 41–46.
http://doi.org/10.1145/1121949.1121979
• Marie, N., & Gandon, F. (2014). Survey of linked data based exploration systems. Presented at the IESD 2014-Intelligent
Exploitation of Semantic Data.
• Marie, N., Gandon, F., Ribière, M., & Rodio, F. (2013). Discovery Hub: On-the-fly Linked Data Exploratory Search. In
Proceedings of the 9th International Conference on Semantic Systems (pp. 17–24). New York, NY, USA: ACM.
http://doi.org/10.1145/2506182.2506185
• Mirizzia, R., Di Noiaa, A. R. T., & Di Sciascioa, E. Lookup, Explore, Discover: how DBpedia can improve your Web search.
• Mirizzi, R., Ragone, A., Noia, T. D., & Sciascio, E. D. (2010). Semantic Wonder Cloud: Exploratory Search in DBpedia. In F.
Daniel & F. M. Facca (Eds.), Current Trends in Web Engineering (pp. 138–149). Springer Berlin Heidelberg.
• Musetti, A., Nuzzolese, A. G., Draicchio, F., Presutti, V., Blomqvist, E., Gangemi, A., & Ciancarini, P. (2012). Aemoo:
Exploratory search based on knowledge patterns over the semantic web. Semantic Web Challenge.
• Passant, A. (2012). seevl: mining music connections to bring context, search and discovery to the music you like. From
challenge.semanticweb.org/submissions2011/swc2011_submission_11.pdf
• Pattuelli, M. C., Miller, M., Lange, L., Fitzell, S., & Li-Madeo, C. The Code4Lib Journal – Crafting Linked Open Data for
Cultural Heritage: Mapping and Curation Tools for the Linked Jazz Project [Journal]. Retrieved February 5, 2015, from
http://journal.code4lib.org/articles/8670
• Jenice Aroma R., & Kurian, M. (2013). A Survey on Tools essential for Semantic web Research. International Journal of
Computer Applications, 62(9), 26–29.
• Waitelonis, J., & Sack, H. (2012). Towards Exploratory Video Search Using Linked Data. Multimedia Tools Appl., 59(2),
645–672. http://doi.org/10.1007/s11042-011-0733-1
• White, R. W., Kules, B., & Bederson, B. (2005). Exploratory search interfaces: categorization, clustering and beyond:
report on the XSI 2005 workshop at the Human-Computer Interaction Laboratory, University of Maryland (Vol. 39, pp.
52–56). Presented at the ACM SIGIR Forum, ACM
2015.08.12Karwan Jacksi 25
International Conference on Computing and Informatics (ICOCI) Istanbul -2015
THE END
Thanks for your attention
2015.08.12Karwan Jacksi 26

More Related Content

What's hot

Research in Intelligent Systems and Data Science at the Knowledge Media Insti...
Research in Intelligent Systems and Data Science at the Knowledge Media Insti...Research in Intelligent Systems and Data Science at the Knowledge Media Insti...
Research in Intelligent Systems and Data Science at the Knowledge Media Insti...Enrico Motta
 
Digital library and MLE integration - where are we now and where do we want t...
Digital library and MLE integration - where are we now and where do we want t...Digital library and MLE integration - where are we now and where do we want t...
Digital library and MLE integration - where are we now and where do we want t...Andy Powell
 
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataIntroduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataSören Auer
 
Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked .
 
A possible future role of schema.org for business reporting
A possible future role of schema.org for business reportingA possible future role of schema.org for business reporting
A possible future role of schema.org for business reportingsopekmir
 
An introduction to Linked (Open) Data
An introduction to Linked (Open) DataAn introduction to Linked (Open) Data
An introduction to Linked (Open) DataAli Khalili
 
Rank | Analyse | Lead | Search
Rank | Analyse | Lead | SearchRank | Analyse | Lead | Search
Rank | Analyse | Lead | Searchsopekmir
 
Development of a MODS-RDF Cataloguing Tool for Information Professionals CONU...
Development of a MODS-RDF Cataloguing Tool for Information Professionals CONU...Development of a MODS-RDF Cataloguing Tool for Information Professionals CONU...
Development of a MODS-RDF Cataloguing Tool for Information Professionals CONU...Lucy McKenna
 
Linked services: Connecting services to the Web of Data
Linked services: Connecting services to the Web of DataLinked services: Connecting services to the Web of Data
Linked services: Connecting services to the Web of DataJohn Domingue
 
Delivering Linked Data Training to Data Science Practitioners
Delivering Linked Data Training to Data Science PractitionersDelivering Linked Data Training to Data Science Practitioners
Delivering Linked Data Training to Data Science PractitionersMarin Dimitrov
 
SWSIG intro WLIC2013
SWSIG intro WLIC2013SWSIG intro WLIC2013
SWSIG intro WLIC2013Figoblog
 
SWSIG wlic2016
SWSIG wlic2016SWSIG wlic2016
SWSIG wlic2016Figoblog
 

What's hot (14)

Research in Intelligent Systems and Data Science at the Knowledge Media Insti...
Research in Intelligent Systems and Data Science at the Knowledge Media Insti...Research in Intelligent Systems and Data Science at the Knowledge Media Insti...
Research in Intelligent Systems and Data Science at the Knowledge Media Insti...
 
Digital library and MLE integration - where are we now and where do we want t...
Digital library and MLE integration - where are we now and where do we want t...Digital library and MLE integration - where are we now and where do we want t...
Digital library and MLE integration - where are we now and where do we want t...
 
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataIntroduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
 
Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011
 
A possible future role of schema.org for business reporting
A possible future role of schema.org for business reportingA possible future role of schema.org for business reporting
A possible future role of schema.org for business reporting
 
An introduction to Linked (Open) Data
An introduction to Linked (Open) DataAn introduction to Linked (Open) Data
An introduction to Linked (Open) Data
 
Linked Data to Improve the OER Experience
Linked Data to Improve the OER ExperienceLinked Data to Improve the OER Experience
Linked Data to Improve the OER Experience
 
Welcome to the CTDA
Welcome to the CTDAWelcome to the CTDA
Welcome to the CTDA
 
Rank | Analyse | Lead | Search
Rank | Analyse | Lead | SearchRank | Analyse | Lead | Search
Rank | Analyse | Lead | Search
 
Development of a MODS-RDF Cataloguing Tool for Information Professionals CONU...
Development of a MODS-RDF Cataloguing Tool for Information Professionals CONU...Development of a MODS-RDF Cataloguing Tool for Information Professionals CONU...
Development of a MODS-RDF Cataloguing Tool for Information Professionals CONU...
 
Linked services: Connecting services to the Web of Data
Linked services: Connecting services to the Web of DataLinked services: Connecting services to the Web of Data
Linked services: Connecting services to the Web of Data
 
Delivering Linked Data Training to Data Science Practitioners
Delivering Linked Data Training to Data Science PractitionersDelivering Linked Data Training to Data Science Practitioners
Delivering Linked Data Training to Data Science Practitioners
 
SWSIG intro WLIC2013
SWSIG intro WLIC2013SWSIG intro WLIC2013
SWSIG intro WLIC2013
 
SWSIG wlic2016
SWSIG wlic2016SWSIG wlic2016
SWSIG wlic2016
 

Viewers also liked

Stanton Chase Diversity Brochure
Stanton Chase Diversity BrochureStanton Chase Diversity Brochure
Stanton Chase Diversity BrochureCarolyn Cason
 
Dokumen pentaksiran individu snt4
Dokumen pentaksiran individu snt4Dokumen pentaksiran individu snt4
Dokumen pentaksiran individu snt4Julia Anap
 
Exhibition of music videos
Exhibition of music videosExhibition of music videos
Exhibition of music videosKStockwell
 
Nisargadatta Maharaj - Nem-születtem
Nisargadatta Maharaj - Nem-születtemNisargadatta Maharaj - Nem-születtem
Nisargadatta Maharaj - Nem-születtemKyara J
 
Genre &amp; conventions horror
Genre &amp; conventions   horrorGenre &amp; conventions   horror
Genre &amp; conventions horrorKStockwell
 
Stanton Chase Digital Media Presentation
Stanton Chase Digital Media PresentationStanton Chase Digital Media Presentation
Stanton Chase Digital Media PresentationCarolyn Cason
 
Adyashanti - Az üresség tánca
Adyashanti - Az üresség táncaAdyashanti - Az üresség tánca
Adyashanti - Az üresség táncaKyara Joyce
 
Nisargadatta Maharaj - A tudatosság és az Abszolút
Nisargadatta Maharaj - A tudatosság és az AbszolútNisargadatta Maharaj - A tudatosság és az Abszolút
Nisargadatta Maharaj - A tudatosság és az AbszolútKyara J
 
Inspiration tour exact 24 11 16
Inspiration tour exact 24 11 16Inspiration tour exact 24 11 16
Inspiration tour exact 24 11 16Xeriusslides
 

Viewers also liked (12)

Stanton Chase Diversity Brochure
Stanton Chase Diversity BrochureStanton Chase Diversity Brochure
Stanton Chase Diversity Brochure
 
mohamadalmasri cv,.
mohamadalmasri cv,.mohamadalmasri cv,.
mohamadalmasri cv,.
 
Dokumen pentaksiran individu snt4
Dokumen pentaksiran individu snt4Dokumen pentaksiran individu snt4
Dokumen pentaksiran individu snt4
 
Exhibition of music videos
Exhibition of music videosExhibition of music videos
Exhibition of music videos
 
Nisargadatta Maharaj - Nem-születtem
Nisargadatta Maharaj - Nem-születtemNisargadatta Maharaj - Nem-születtem
Nisargadatta Maharaj - Nem-születtem
 
NOTABLE PROJECTS
NOTABLE PROJECTSNOTABLE PROJECTS
NOTABLE PROJECTS
 
Genre &amp; conventions horror
Genre &amp; conventions   horrorGenre &amp; conventions   horror
Genre &amp; conventions horror
 
Stanton Chase Digital Media Presentation
Stanton Chase Digital Media PresentationStanton Chase Digital Media Presentation
Stanton Chase Digital Media Presentation
 
Adyashanti - Az üresség tánca
Adyashanti - Az üresség táncaAdyashanti - Az üresség tánca
Adyashanti - Az üresség tánca
 
Nisargadatta Maharaj - A tudatosság és az Abszolút
Nisargadatta Maharaj - A tudatosság és az AbszolútNisargadatta Maharaj - A tudatosság és az Abszolút
Nisargadatta Maharaj - A tudatosság és az Abszolút
 
NIOSH Update on Engineering Controls Used in Nanotechnology
NIOSH Update on Engineering Controls Used in NanotechnologyNIOSH Update on Engineering Controls Used in Nanotechnology
NIOSH Update on Engineering Controls Used in Nanotechnology
 
Inspiration tour exact 24 11 16
Inspiration tour exact 24 11 16Inspiration tour exact 24 11 16
Inspiration tour exact 24 11 16
 

Similar to A Survey of Exploratory Search Systems Based on LOD Resources

‘Development of a MODS-RDF Cataloguing Tool for the Digital Resources and Ima...
‘Development of a MODS-RDF Cataloguing Tool for the Digital Resources and Ima...‘Development of a MODS-RDF Cataloguing Tool for the Digital Resources and Ima...
‘Development of a MODS-RDF Cataloguing Tool for the Digital Resources and Ima...CONUL Conference
 
What do we want computers to do for us?
What do we want computers to do for us? What do we want computers to do for us?
What do we want computers to do for us? Andrea Volpini
 
EuropeanaTech 2018: A distributed network of digital heritage information
EuropeanaTech 2018: A distributed network of digital heritage informationEuropeanaTech 2018: A distributed network of digital heritage information
EuropeanaTech 2018: A distributed network of digital heritage informationEnno Meijers
 
Linked Open Data_mlanet13
Linked Open Data_mlanet13Linked Open Data_mlanet13
Linked Open Data_mlanet13Kristi Holmes
 
Big Data e tecnologie semantiche - Utilizzare i Linked data come driver d'int...
Big Data e tecnologie semantiche - Utilizzare i Linked data come driver d'int...Big Data e tecnologie semantiche - Utilizzare i Linked data come driver d'int...
Big Data e tecnologie semantiche - Utilizzare i Linked data come driver d'int...giuseppe_futia
 
CLARIAH Toogdag 2018: A distributed network of digital heritage information
CLARIAH Toogdag 2018: A distributed network of digital heritage informationCLARIAH Toogdag 2018: A distributed network of digital heritage information
CLARIAH Toogdag 2018: A distributed network of digital heritage informationEnno Meijers
 
20141030 LinDa Workshop echallenges2014 - Linked Data Analytics
20141030 LinDa Workshop echallenges2014 - Linked Data Analytics20141030 LinDa Workshop echallenges2014 - Linked Data Analytics
20141030 LinDa Workshop echallenges2014 - Linked Data AnalyticsLinDa_FP7
 
Marc and beyond: 3 Linked Data Choices
 Marc and beyond: 3 Linked Data Choices  Marc and beyond: 3 Linked Data Choices
Marc and beyond: 3 Linked Data Choices Richard Wallis
 
CS6007 information retrieval - 5 units notes
CS6007   information retrieval - 5 units notesCS6007   information retrieval - 5 units notes
CS6007 information retrieval - 5 units notesAnandh Arumugakan
 
A distributed network of digital heritage information by Enno Meijers - Europ...
A distributed network of digital heritage information by Enno Meijers - Europ...A distributed network of digital heritage information by Enno Meijers - Europ...
A distributed network of digital heritage information by Enno Meijers - Europ...Europeana
 
From Ambition to Go Live SWIB.pdf
From Ambition to Go Live SWIB.pdfFrom Ambition to Go Live SWIB.pdf
From Ambition to Go Live SWIB.pdfRichardWallis3
 
From Ambition to Go Live
From Ambition to Go LiveFrom Ambition to Go Live
From Ambition to Go LiveRichard Wallis
 
Session 1.4 a distributed network of heritage information
Session 1.4   a distributed network of heritage informationSession 1.4   a distributed network of heritage information
Session 1.4 a distributed network of heritage informationsemanticsconference
 
Europeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom ViewsEuropeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom ViewsVladimir Alexiev, PhD, PMP
 
Linked Energy Data Generation
Linked Energy Data GenerationLinked Energy Data Generation
Linked Energy Data GenerationFilip Radulovic
 
Towards Semantic APIs for Research Data Services (Invited Talk)
Towards Semantic APIs for Research Data Services (Invited Talk)Towards Semantic APIs for Research Data Services (Invited Talk)
Towards Semantic APIs for Research Data Services (Invited Talk)Anna Fensel
 
Semantic Interoperability Issues and Approaches in the IoT.est Project
Semantic Interoperability Issues and Approaches in the IoT.est ProjectSemantic Interoperability Issues and Approaches in the IoT.est Project
Semantic Interoperability Issues and Approaches in the IoT.est Projectiotest
 

Similar to A Survey of Exploratory Search Systems Based on LOD Resources (20)

‘Development of a MODS-RDF Cataloguing Tool for the Digital Resources and Ima...
‘Development of a MODS-RDF Cataloguing Tool for the Digital Resources and Ima...‘Development of a MODS-RDF Cataloguing Tool for the Digital Resources and Ima...
‘Development of a MODS-RDF Cataloguing Tool for the Digital Resources and Ima...
 
What do we want computers to do for us?
What do we want computers to do for us? What do we want computers to do for us?
What do we want computers to do for us?
 
EuropeanaTech 2018: A distributed network of digital heritage information
EuropeanaTech 2018: A distributed network of digital heritage informationEuropeanaTech 2018: A distributed network of digital heritage information
EuropeanaTech 2018: A distributed network of digital heritage information
 
Linked Open Data_mlanet13
Linked Open Data_mlanet13Linked Open Data_mlanet13
Linked Open Data_mlanet13
 
Big Data e tecnologie semantiche - Utilizzare i Linked data come driver d'int...
Big Data e tecnologie semantiche - Utilizzare i Linked data come driver d'int...Big Data e tecnologie semantiche - Utilizzare i Linked data come driver d'int...
Big Data e tecnologie semantiche - Utilizzare i Linked data come driver d'int...
 
CLARIAH Toogdag 2018: A distributed network of digital heritage information
CLARIAH Toogdag 2018: A distributed network of digital heritage informationCLARIAH Toogdag 2018: A distributed network of digital heritage information
CLARIAH Toogdag 2018: A distributed network of digital heritage information
 
20141030 LinDa Workshop echallenges2014 - Linked Data Analytics
20141030 LinDa Workshop echallenges2014 - Linked Data Analytics20141030 LinDa Workshop echallenges2014 - Linked Data Analytics
20141030 LinDa Workshop echallenges2014 - Linked Data Analytics
 
Marc and beyond: 3 Linked Data Choices
 Marc and beyond: 3 Linked Data Choices  Marc and beyond: 3 Linked Data Choices
Marc and beyond: 3 Linked Data Choices
 
CS6007 information retrieval - 5 units notes
CS6007   information retrieval - 5 units notesCS6007   information retrieval - 5 units notes
CS6007 information retrieval - 5 units notes
 
A distributed network of digital heritage information by Enno Meijers - Europ...
A distributed network of digital heritage information by Enno Meijers - Europ...A distributed network of digital heritage information by Enno Meijers - Europ...
A distributed network of digital heritage information by Enno Meijers - Europ...
 
From Ambition to Go Live SWIB.pdf
From Ambition to Go Live SWIB.pdfFrom Ambition to Go Live SWIB.pdf
From Ambition to Go Live SWIB.pdf
 
From Ambition to Go Live
From Ambition to Go LiveFrom Ambition to Go Live
From Ambition to Go Live
 
Session 1.4 a distributed network of heritage information
Session 1.4   a distributed network of heritage informationSession 1.4   a distributed network of heritage information
Session 1.4 a distributed network of heritage information
 
Europeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom ViewsEuropeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom Views
 
Linked Energy Data Generation
Linked Energy Data GenerationLinked Energy Data Generation
Linked Energy Data Generation
 
Towards Semantic APIs for Research Data Services (Invited Talk)
Towards Semantic APIs for Research Data Services (Invited Talk)Towards Semantic APIs for Research Data Services (Invited Talk)
Towards Semantic APIs for Research Data Services (Invited Talk)
 
Linked (Open) Data
Linked (Open) DataLinked (Open) Data
Linked (Open) Data
 
Towards a Web of Services
Towards a Web of ServicesTowards a Web of Services
Towards a Web of Services
 
Semantic Interoperability Issues and Approaches in the IoT.est Project
Semantic Interoperability Issues and Approaches in the IoT.est ProjectSemantic Interoperability Issues and Approaches in the IoT.est Project
Semantic Interoperability Issues and Approaches in the IoT.est Project
 
e-Framework Tools
e-Framework Toolse-Framework Tools
e-Framework Tools
 

More from Karwan Jacksi

Internet communication
Internet communicationInternet communication
Internet communicationKarwan Jacksi
 
Semantic web (Foundation – Architecture – Languages – Tools)
Semantic web (Foundation – Architecture – Languages – Tools)Semantic web (Foundation – Architecture – Languages – Tools)
Semantic web (Foundation – Architecture – Languages – Tools)Karwan Jacksi
 
Bit torrent protocol
Bit torrent protocolBit torrent protocol
Bit torrent protocolKarwan Jacksi
 
Database teaching in different universities
Database teaching in different universitiesDatabase teaching in different universities
Database teaching in different universitiesKarwan Jacksi
 
E-Learning System Design: Teacher-Student Websites
E-Learning System Design: Teacher-Student WebsitesE-Learning System Design: Teacher-Student Websites
E-Learning System Design: Teacher-Student WebsitesKarwan Jacksi
 

More from Karwan Jacksi (7)

Internet communication
Internet communicationInternet communication
Internet communication
 
Semantic web (Foundation – Architecture – Languages – Tools)
Semantic web (Foundation – Architecture – Languages – Tools)Semantic web (Foundation – Architecture – Languages – Tools)
Semantic web (Foundation – Architecture – Languages – Tools)
 
Magnet links
Magnet linksMagnet links
Magnet links
 
Bit torrent protocol
Bit torrent protocolBit torrent protocol
Bit torrent protocol
 
Semantic web
Semantic webSemantic web
Semantic web
 
Database teaching in different universities
Database teaching in different universitiesDatabase teaching in different universities
Database teaching in different universities
 
E-Learning System Design: Teacher-Student Websites
E-Learning System Design: Teacher-Student WebsitesE-Learning System Design: Teacher-Student Websites
E-Learning System Design: Teacher-Student Websites
 

Recently uploaded

Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...RohitNehra6
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...anilsa9823
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhousejana861314
 
Work, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE PhysicsWork, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE Physicsvishikhakeshava1
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCEPRINCE C P
 
Luciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptxLuciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptxAleenaTreesaSaji
 
G9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptG9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptMAESTRELLAMesa2
 
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxPhysiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxAArockiyaNisha
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzohaibmir069
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfnehabiju2046
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...jana861314
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfmuntazimhurra
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsSérgio Sacani
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxAleenaTreesaSaji
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxkessiyaTpeter
 
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfSELF-EXPLANATORY
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSarthak Sekhar Mondal
 

Recently uploaded (20)

Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhouse
 
Work, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE PhysicsWork, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE Physics
 
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
 
Engler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomyEngler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomy
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
 
Luciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptxLuciferase in rDNA technology (biotechnology).pptx
Luciferase in rDNA technology (biotechnology).pptx
 
The Philosophy of Science
The Philosophy of ScienceThe Philosophy of Science
The Philosophy of Science
 
G9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptG9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.ppt
 
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxPhysiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistan
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdf
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdf
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptx
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
 
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
 

A Survey of Exploratory Search Systems Based on LOD Resources

  • 1. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 Karwan Jacksi PhD Student Computer Science Dept. University of Zakho – Kurdistan Region of Iraq And School of Computing and Technology Eastern Mediterranean University – Cyprus A Survey of Exploratory Search Systems Based on LOD Resources
  • 2. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 Agenda • WWW • Search Strategies • Semantic Web • Linked Data • Linked data browsers • Linked data recommenders • Linked data based exploratory search systems • Discussions • Computing Semantic Similarity • Database technique 2015.08.12Karwan Jacksi 2
  • 3. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 World Wide Web (WWW) • WWW made the process of uploading data easy for all users – The amount of data grew in an unprecedented manner, which has given the internet users opportunity to access information and services effortlessly. – This data has transformed the Web to a huge semi-structured database. • Thus, the new challenge to overcome is to efficiently retrieve relevant information • Even though search engines are generally employed to locate information on the web, to obtain high quality results, efficient searching skills are required. 2015.08.12Karwan Jacksi 3
  • 4. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 Search Strategies • (Marchionini, 2006) has distinguished between two categories of search strategies: 1. Lookup search – known as keyword-based search, – known-item search – most frequently used one in the syntactic Web 2. Exploratory search – a special type of information seeking – the domains of the goals are unknown and the goal itself is not known. – user interest focuses on learning and investigation rather than query answering and information retrievals – learning: • understanding new ideas and concepts, knowledge achievement and information assessment, – investigation: • analysis, composition and evaluation 2015.08.12Karwan Jacksi 4 Lookup Exploratory Learn Investigate
  • 5. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 Syntactic vs Semantic Web • The Syntactic retrieval of information is restricted to keywords – to answer user queries, search engines search for keywords which do not retrieve high quality results • To improve this, annotations can be added to the existing Web contents • Hence, the Semantic Web is formulated 2015.08.12Karwan Jacksi 5
  • 6. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 Semantic Web • the next generation of the WWW • provides data well defined meanings so that it’s understandable and processable by machines • combines Resource Description Framework (RDF), Web Ontology Language (OWL), and Extensible Markup Language (XML) technologies to facilitate replacing the content of the current Web – RDF is W3C standard – RDF is known as the HTML of the Semantic Web and it is purely an XML language – RDF is a standard model for interchanging of data on the Web and it simply describes resources on the Web in the form of <subject, predicate, object> expressions called triples – Ontology is a vital components of the Semantic Web infrastructure • OWL and RDF Schema (RDFS) are the data representation models recommended by W3C to provide elements for the description of ontologies • these technologies give machines a way to read and understand the meaning of data. Consequently, automated information processing capability is given to search systems. 2015.08.12Karwan Jacksi 6
  • 7. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 Linked Data • Linked Data is “the Semantic Web done right” (Berners-Lee, 2006) • Berners-Lee remarks that the Semantic Web is not only about annotating data on the Web, but it is also about linking data with each other so that people and machines can discover the Web of data. • Linked data provides a way to find other related data when only a subset is given. • The Linked Data is a term that refers to a set of steps for publishing and linking structured data on the Web. 2015.08.12Karwan Jacksi 7
  • 8. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 Linked data browsers • One of the first generation of tools designed to explore linked data was semantic browsers. • Before their existence it was necessary to read the serialized RDF files to discover and understand the data. • There are: – Text-based browsers – Visualization based browsers – Faceted browsers – Other browsing paradigms 2015.08.12Karwan Jacksi 8
  • 9. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 Linked data recommenders • Several linked data exploration and discovery approaches are based on similarity or relatedness measures • Their objective is to identify the resources that are the most similar or related to an initial resource or resources’ set • Measuring similarities thanks to linked data datasets is a relatively new concern • Examples: – MORE (2010) is a DBpedia-based movie recommender accessible through a Facebook application – LastFM (2010) music domain for computing similarities between all the Bands and Musical Artists instances contained in DBpedia. 2015.08.12Karwan Jacksi 9
  • 10. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 Linked Data (LD) based Exploratory Search Systems (ESS) • Yovisto (2009) – A search engine focused in academic lectures and conferences’ videos. – Provides explorative search for video data using Semantic Web technology and linked data – Searching within the content of videos is possible with Yovisto through its time based video index – The approach utilizes DBpedia as a resource – DBpedia provides a large amount of information about each of its entities, • retrieving all relevant information is computationally intensive – Hence, a set of heuristics, based on statistical and structural features of the DBpedia’s RDF graph, are developed to determine the most relevant information to the users query. 2015.08.12Karwan Jacksi 10
  • 11. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 LD based ESS Cont’d • Semantic Wonder Cloud (SWOC) (2010) – A linked data based exploratory search system for DBpedia. – A hybrid ranking algorithm, called DBpedia Ranker, is used to rank resources in the DBpedia. This algorithm is used to calculate the similarity of DBpedia resources with respect to an initial node. – External sources such as Web search engines and social tagging systems is also used to calculate a similarity value for each of the resource pairs touched throughout the discovery. 2015.08.12Karwan Jacksi 11
  • 12. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 LD based ESS Cont’d • Lookup Explore Discover (LED) (2010) – An exploratory search system that aims at improving the search process by allowing users to accurately explore information related to a query – It depends on DBpedia dataset to discover the semantics of the query keywords – DBpedia lookup service is used to return a set of DBpedia resources – Result is a set of semantically related resources of the form of a tags cloud – It uses several external sources such as Google, Bing, Yahoo and micro-blogging services such as Twitter – DBpediaRanker is used to rank resources 2015.08.12Karwan Jacksi 12
  • 13. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 LD based ESS Cont’d • Aemoo (2012) – a Web application that uses Encyclopedic Knowledge Pattern (EKP) to support its exploratory search system. – the system exploits DBpedia first to resolve users’ query, then external sources such Google News and Twitter – For a better relevant and reasonable information, resources are filtered using the EKP – Aemoo offers Curiosity function to display the knowledge that is not presented due to the EKP filtration 2015.08.12Karwan Jacksi 13
  • 14. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 LD based ESS Cont’d • Seevl (2012) – a Linked Data based application for musical discovery. – The Web is used by Seevl to mine music connections so that context, search and discovery are brought for the music a user likes. – Multiple Web resources are collected and unified as Linked Data. • As a result, a huge graph of musical entities, such as Artists, Labels, Bands, etc., is built. – On top of this collected data, further services, for instance search and recommendations, are provided. 2015.08.12Karwan Jacksi 14
  • 15. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 LD based ESS Cont’d • Linked Jazz (2013) – an exploratory system that reveals the relationships of the jazz community. – The system aims at improving the discovery of digital cultural heritage materials and enriching the semantics describing them examining the power of LOD technology. – Dataset is created using bibliographic name authority and DBpedia – Network Visualization tool is used to explore the created dataset which provides a number of modes, such as Fixed, Free, Similar and Dynamic modes 2015.08.12Karwan Jacksi 15
  • 16. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 LD based ESS Cont’d • Discovery Hub (2014) – The platform uses DBpedia datasets for resource selection – It addresses DBpedia SPARQL endpoints remotely without any pre-processing requirements. – The system depends on an extension of semantic spreading activation to typed graphs of the Web of Data formality and combined it with a graph sampling method to calculate result without the need of in advance processing. 2015.08.12Karwan Jacksi 16
  • 17. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 LD based ESS Cont’d • inWalk (2014) – an interactive Web application for exploration of linked data based on the concept of inCloud – An inCloud is a high level graph of thematically connected vertices, where vertices of the graph represent clusters of related linked data and edges stand for relations of proximity between vertices. – inCloud is constructed using hierarchical clustering algorithm HCf+ 2015.08.12Karwan Jacksi 17
  • 18. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 2015.08.12Karwan Jacksi 18 System Name Yovisto SWOC LED Aemoo Release Date 2009 2010 2010 2012 Web Address www.yovisto.com sisinflab.poliba.it/semantic- wonder-cloud sisinflab.poliba.it/led wit.istc.cnr.it/aemoo Main Data DBpedia EN+DE Dbpedia EN Dbpedia EN DBpedia EN Auxiliary Data No Search Engines & Tagging Systems Search Engines & Tagging Systems External services Query Model Keyword search Dbpedia lookup Keyword search Lookup Matching String-match Direct match (lookup) String matching Direct match (lookup) Domain in (Purpose) Academic Videos IT Domain ICT General Database Method Freebase Parallax SWOC Storage LED Storage Knowledge Pattern (KP) Repository Manager Databse Purpose map queries to entities Stores popularity & similarity values for pairs of resources Stores results computed by Ranker responsible for storage, indexing & fetching of KPs Principal Layout Query suggestions Graph Tags cloud Graph Results Explanations No No No Wikipedia-based Breadcrumb Sessions & registeration Sessions Sessions Sessions Algorithms Set of heuristics DBpedia Ranker DBpedia Ranker EKP filtered view Ranking Yes Yes, graph size Yes No Offline Processing Yes Yes, similarity of pairs Yes Yes , EKP part API RDF triple-store No Yes, RESTful Yes, RESTful Faceted Navigation Yes No No No User Interface HTML Flash based HTML HTML
  • 19. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 2015.08.12Karwan Jacksi 19 System Name Seevl Discovery Hub Linked Jazz inWalk Release Date 2012 2013 2013 2014 Web Address play.seevl.fm http://discoveryhub.co https://linkedjazz.org http://islab.di.unimi.it/inwalk Main Data Dbpedia, Freebase & MusicBrainz DBpedia EN, FR, IT Dbpedia -> Linked Jazz DB Freebase & Twitter Auxiliary Data No No No No Query Model Lookup Dbpedia Lookup Manual selection from a list Lookup & selection Matching Direct match (lookup) Direct match (lookup) Selection Direct match (lookup) Domain in (Purpose) Music General Jazz Musicians Athletes or Twitter News Database Method Scalable RDF/ NoSQL storage by OpenLink Virtuoso Virtuoso, MySQL Linked Jazz Name Directory inWalk repository Databse Purpose Scalability User account & follows Stores individuals represented by literal triples Provides a high-level view of relevant linked data Principal Layout List List Graph Graph Results Explanations Shared properties Yes, Text & Graph Yes, Interview Transcripts No Breadcrumb Sessions & registeration Sessions & registeration Sessions Sessions Algorithms LDSD, DBrec algorithm Semantic spreading activation Mapping & Curator Tool & the Transcript Analyzer HCf⁺ clustering algorithm Ranking Yes Yes No No Offline Processing Yes No, on the fly Yes, Linked Jazz DB Yes API Yes, Content negotiation JSON- LD No Yes, JSON, RDF & GEXF files No Faceted Navigation Yes Yes No No User Interface HTML, ajax HTML HTML5 + jQuery HTML5 + JS
  • 20. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 Discussion 1. All systems except for inWalk, use DBpedia as main datasets to extract data from 2. SWOC, LED and Aemoo additionally utilize external services such as search engines and tagging systems to compute associations between DBpedia nodes. 3. DBpedia lookup service has been notably used by most of the systems as query model. 4. Aemoo and Discovery Hub are multi-purpose search systems where all types of information can be retrieved without directing to any specific domain. 5. All systems offer breadcrumb feature (history) using sessions which helps users easily retract to their previous state allowing comparison and analysis of the results. 6. Yovisto, Seevl and Discovery Hub offer registration feature, 1. this keeps search history for registered users at the server side. 2015.08.12Karwan Jacksi 20
  • 21. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 Discussion Cont’d 7. Aemoo, Seevl, Discovery Hub and Linked Jazz offer explanation of results that help users to grasp and understand the space of retrieved information using textual and graph modes. 8. Ranking of the results are not provided by Aemoo, Linked Jazz and inWalk since the results are in the graph form. 2015.08.12Karwan Jacksi 21
  • 22. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 Computing Semantic Similarity 1. SWOC and LED integrate DBpediaRanker into their system. 2. Yovisto uses a set of heuristics to determine the most relevant resources related with a given DBpedia entity 3. Aemoo uses EKP which specifies the relevant types of resources and defines the typical classes used to explain entities of a certain type. 4. LDSD (Linked Data Semantic Distance ) and DBrec (Music Recommendations Using DBpedia) algorithms are used by Seevl to retrieve artist recommendations. 5. Discovery Hub is based on a semantic spreading activation algorithm coupled to a graph sampling technique. 6. Linked Jazz uses Mapping tool to build Linked Jazz Name Directory dataset which is refined by the Curator Tool. 7. InWalk system uses HCf+ clustering algorithm to build a high level graph called inCloud. 2015.08.12Karwan Jacksi 22
  • 23. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 Database technique • Yovisto use Freebase Parallax to let users’ query find a set of entities then find the videos for these entities. • SWOC and LED use Storage which stores similarity values between the pairs of resources and the “popularity” of each resource in a DBMS for the purpose of an efficient retrieval at runtime. • Aemoo uses Knowledge Pattern (KP) Repository Manager that is responsible for the storage, indexing and fetching of KPs. • A Scalable RDF/NoSQL storage powered by OpenLink Virtuoso has been utilized by Seevl for scalability purposes. • Discovery Hub uses Virtuoso for user accounts and follows. • Linked Jazz created a directory of personal names of jazz artists paired with URIs called Name Directory. • InWalk repository is created by inWalk system to provide a high-level view of relevant linked data. 2015.08.12Karwan Jacksi 23
  • 24. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 References • Berners-Lee, T. (2006, July 27). Linked Data - Design Issues. Retrieved January 9, 2015, from http://www.w3.org/DesignIssues/LinkedData.html • Berners-Lee, T., Hendler, J., & Lassila, O. (2001). The semantic web. Scientific American, 284(5), p28. • Castano, S., Ferrara, A., & Montanelli, S. (2014). inWalk: Interactive and Thematic Walks inside the Web of Data. (pp. 628–631). Presented at the EDBT. • Dimitrova, V., Lau, L., Thakker, D., Yang-Turner, F., & Despotakis, D. (2013). Exploring Exploratory Search: A User Study with Linked Semantic Data. In Proceedings of the 2Nd International Workshop on Intelligent Exploration of Semantic Data (pp. 2:1–2:8). NY, USA: ACM. • Fensel, D. (2005). Spinning the Semantic Web: bringing the World Wide Web to its full potential. Mit Press. • Ferrara, A., Genta, L., & Montanelli, S. (2013). Linked Data Classification: A Feature-based Approach. In Proceedings of the Joint EDBT/ICDT 2013 Workshops (pp. 75–82). NY, USA: ACM. • Heath, T., & Bizer, C. (2011). Linked Data: Evolving the Web into a Global Data Space (1st edition). Morgan & Claypool. Retrieved from http://linkeddatabook.com/editions/1.0/#htoc8 • Hitzler, P., Krotzsch, M., & Rudolph, S. (2011). Foundations of semantic web technologies. CRC Press. • Jiang, T. (2014). Exploratory Search: A Critical Analysis of the Theoretical Foundations, System Features, and Research Trends. In Library and Information Sciences (pp. 79–103). Springer. Retrieved from http://link.springer.com/chapter/10.1007/978-3-642-54812-3_7 • Klyne, G., Carroll, J. J., & McBride, B. (2004, February 10). Resource Description Framework (RDF): Concepts and Abstract Syntax. Retrieved January 15, 2015, from http://goo.gl/8P7WyQ • Le Hors, A., Nally, M., & Speicher, S. (2012). Using read/write Linked Data for Application Integration-Towards a Linked Data Basic Profile. Presented at the LDOW. • Madhu, G., Govardhan, D. A., & Rajinikanth, D. T. (2011). Intelligent Semantic Web Search Engines: A Brief Survey. arXiv Preprint arXiv:1102.0831. Retrieved from http://arxiv.org/abs/1102.0831 2015.08.12Karwan Jacksi 24
  • 25. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 References Cont’d • Marchionini, G. (2006). Exploratory Search: From Finding to Understanding. Commun. ACM, 49(4), 41–46. http://doi.org/10.1145/1121949.1121979 • Marie, N., & Gandon, F. (2014). Survey of linked data based exploration systems. Presented at the IESD 2014-Intelligent Exploitation of Semantic Data. • Marie, N., Gandon, F., Ribière, M., & Rodio, F. (2013). Discovery Hub: On-the-fly Linked Data Exploratory Search. In Proceedings of the 9th International Conference on Semantic Systems (pp. 17–24). New York, NY, USA: ACM. http://doi.org/10.1145/2506182.2506185 • Mirizzia, R., Di Noiaa, A. R. T., & Di Sciascioa, E. Lookup, Explore, Discover: how DBpedia can improve your Web search. • Mirizzi, R., Ragone, A., Noia, T. D., & Sciascio, E. D. (2010). Semantic Wonder Cloud: Exploratory Search in DBpedia. In F. Daniel & F. M. Facca (Eds.), Current Trends in Web Engineering (pp. 138–149). Springer Berlin Heidelberg. • Musetti, A., Nuzzolese, A. G., Draicchio, F., Presutti, V., Blomqvist, E., Gangemi, A., & Ciancarini, P. (2012). Aemoo: Exploratory search based on knowledge patterns over the semantic web. Semantic Web Challenge. • Passant, A. (2012). seevl: mining music connections to bring context, search and discovery to the music you like. From challenge.semanticweb.org/submissions2011/swc2011_submission_11.pdf • Pattuelli, M. C., Miller, M., Lange, L., Fitzell, S., & Li-Madeo, C. The Code4Lib Journal – Crafting Linked Open Data for Cultural Heritage: Mapping and Curation Tools for the Linked Jazz Project [Journal]. Retrieved February 5, 2015, from http://journal.code4lib.org/articles/8670 • Jenice Aroma R., & Kurian, M. (2013). A Survey on Tools essential for Semantic web Research. International Journal of Computer Applications, 62(9), 26–29. • Waitelonis, J., & Sack, H. (2012). Towards Exploratory Video Search Using Linked Data. Multimedia Tools Appl., 59(2), 645–672. http://doi.org/10.1007/s11042-011-0733-1 • White, R. W., Kules, B., & Bederson, B. (2005). Exploratory search interfaces: categorization, clustering and beyond: report on the XSI 2005 workshop at the Human-Computer Interaction Laboratory, University of Maryland (Vol. 39, pp. 52–56). Presented at the ACM SIGIR Forum, ACM 2015.08.12Karwan Jacksi 25
  • 26. International Conference on Computing and Informatics (ICOCI) Istanbul -2015 THE END Thanks for your attention 2015.08.12Karwan Jacksi 26

Editor's Notes

  1. Various database methods have been used with the systems for different purposes.