SlideShare ist ein Scribd-Unternehmen logo
1 von 47
01/30/15 1
Semantic Technology Overview
Trends, Applications
November 29, 2010
01/30/15 2
About Recognos
• Established 1999 ( www.recognos.com )
• California S-Corporation – Offices in San Rafael,
San Mateo
• In 2000 created Recognos Romania
• Office in Romania situated in Cluj (
www.cluj4all.com)
• 70 employees
• Semantic technologies R&D
• Started a meetup : http://www.meetup.com/Cluj-Semantic-
WEB/
• Applications in Finance, CRM, Life Sciences, etc.
01/30/15 3
What is the Semantic Technology
• WEB 3.0 ?
• Gives meaning through relationships
• Building bloc – statements
• The statements describe: concepts, logic, restrictions
and individuals (instances)
• WWW is for human consumption
• Semantic WEB – for machines
• Relationships: definitions, associations, aggregations
and restrictions
01/30/15 4
World Wide Web vs. Semantic
WEB
01/30/15 5
Major Difficulty
Open World vs Closed World
Anybody can say ANYTHING about ANYTHING!
You don’t know what you don’t know!
01/30/15 6
Semantic Technology vs.
Semantic WEB
• Semantic Technology – “machines” try to understand :
– Natural Language Text
– Images
– Sounds
– Machine learning
• Semantic WEB Technology – part of the Semantic
Technology (semantic search, semantic tagging,
microformats (FOAF), web site federation), Linked Open
Data
01/30/15 7
Semantic WEB Model
01/30/15 8
How to represent the knowledge
• Gives meaning through relationships
• Everybody to understand the same thing
• The machines could understand
• Eliminates ambiguities through URI – Uniform Resource
Identifier – PURL – Persistent Uniform Locator
• Need software that will be able to read these and
“understand”
• Describe things on the internet using such a universal
language
01/30/15 9
Building Block RDF
“There is a Person identified by http://www.w3.org/People/EM/contact#me, whose name
is Eric Miller, whose email address is em@w3.org, and whose title is Dr.".
Triplets:
(i) http://www.w3.org/People/EM/contact#me,
http://www.w3.org/2000/10/swap/pim/contact#fullName
, "Eric Miller"
(ii) http://www.w3.org/People/EM/contact#me,
http://www.w3.org/2000/10/swap/pim/contact#personalTi
, "Dr."
(iii) http://www.w3.org/People/EM/contact#me,
http://www.w3.org/1999/02/22-rdf-syntax-ns#type,
http://www.w3.org/2000/10/swap/pim/contact#Person
(iv) http://www.w3.org/People/EM/contact#me,
http://www.w3.org/2000/10/swap/pim/contact#mailbox
, em@w3.org
01/30/15 10
Ontologies - OWL
http://www.fao.org/countryprofiles/geoinfo.asp?lang=en
01/30/15 11
Ontologies - OWL
http://www.fao.org/countryprofiles/geoinfo.asp?lang=en
An Ontology is a kind of dictionary that describes information in a certain domain using
concepts and relationships. It is often implemented using OWL
•A Concept is defined as abstract knowledge. (Example: Movie, Country, Organizatiuon).
Concepts are explicitly implemented in the ontology with individuals and classes:
•An individual is defined as an object perceived from the real world. (The Sound of
Music is a Movie , and belongs to the musical genre.
•A class is defined as a set of individuals sharing common properties. In the
geopolitical domain, Ethiopia, Republic of Korea or Italy are individuals of the class
country; Relationships between concepts are explicitly implemented by:
•Object properties between individuals of two classes. For example, has member
and is in group properties.
•Datatype properties between individuals and literals or XML datatypes. For
example, the individual “United States” has the datatype property CodeISO3 with
the value “USA".
•Restrictions in classes and/or properties. For example, the property spoken
Language of the class Movie has been restricted to have only one value, this means
that a movie canb have oly one spoken language].
01/30/15 12
The Movie Ontology –
01/30/15 13
The Geo Spatial Ontology –
01/30/15 14
The Movie Ontology –
www.movieontology.org
01/30/15 15
• The main entities can be represented as Class using an
ontology language (Movie , Person, Role)
• Other attributes (movie rating, movie genres,…) can be
represented as Properties of the appropriate Classes
Movie Person
Role
acted
film
Brad PittTroy
Achilles
acted
film
01/30/15 16
Movie PersonLiteral
title, year, runtime,
country, languages, genres,
rating, votes, plot,
colorInfo, certificate
company
production_companies,
distributor,
soundMix,
miscCompanies
Literal
birth_date, death_date,
birth_name, longname,
spouse, trivia
Role
teammember
crewmember
stuntPerformer, soundCrew
director
castingDirector, artDirector
assistantDirector
Cast, composer, producer,
productionDesigner, artDepartment,
productionManager, specialEffects,
setDecorator, editor, writer,
Cinematographer, costumeDesigner
actedfilm
(foaf)
01/30/15 17
Troy
title 2004
year
163runtime
English
language
6.9
85463
rating
votes
Alejandro Avendano
longname
stuntPerformer
Jack El Despertador
title
setDecorator
Romero
titlefilm
acted
i.e.
Alejandro Avendano as
• Actor
• Stunt Perfomer
• Set Decorator
p1 m1
m2
m3
r1
p1:http://www.imdb.com/Person/Avendano
m1:http://www.imdb.com/Movie/Troy
m2:http://www.imdb.com/Movie/Romero
m3:http://www.imdb.com/Movie/JackElDespertador
r1:http://www.imdb.com/Role/DeathSquadMember
01/30/15 18
• find resources according to specific criteria
– i.e. Find movies with Roger Bratt as a cinematographer, or movies
with producer Halle Berry’s spouse
• and simpler queries
– i.e. Find movies with genre = War, Romance etc
01/30/15 19
How to represent the knowledge
Feature Relational Database Knowledgebase
Structure Schema Ontology Statements
Data Rows Instance Elements
Admin
language
DDL Ontology Statements
(OWL)
Query
language
SQL SPARQL
Relationship Foreign Keys Multidimensional
Logic External of DB / triggers Formal logic
statements
Uniqueness Key for table Uniqueness
Restriction
01/30/15 20
How to store the knowledge
RDF Stores
•These are “referential databases”
•Oracle 11g – stores RDF in relational database
•http://www.franz.com/agraph/allegrograph/ - Allegrograph
•AllegroGraph RDFStore is a high-performance, persistent
RDF graph database. AllegroGraph uses disk-based storage,
enabling it to scale to billions of triples. AllegroGraph
supports SPARQL, RDFS++, and Prolog reasoning.
•Sesame
•Virtuoso
01/30/15 21
Applications
• Are used to solve complicated problems
• All problems could be solved manually or with
conventional applications but with much more effort
• The Semantic WEB core idea is to “teach” the machine
to “mimic” the human reasoning – simplistic approach
• This is in fact “recycled AI techniques”
• Alternative to data warehouses
• Using inference to find new facts
• Integrates formatted with non-formatted docs
• Cross technology queries
01/30/15 22
Potential for Netflix
Applications Categories:
1) Data Integration of Heterogeneous data silos
2) Semantic Search
a) Semantic Tagging
b) Faceted Search
c) NL Queries
1) Use of Open Linked Data
2) (Others: Market Sentiment Analysis – blogs, forums;
Advertising)
01/30/15 23
Data Integration using Ontologies
n:Movie
n:MovieId
n:hasIdentifier
n:Documentary
isA
n:Director
hasDirector
n:Person
isA
n:Actor
isA
hasActor
IMDB Movie Database
a - Namespace
a. Character
a. Cast Member
a.Picture
a.IMDB Id
...
Paramount Movie Database
b-Namespace
b. Role
b. Person
b.Motion Picture
b. Other fields
...
Warner Bros Movie
Database
c:Namespace
c. RoleName
c. PersonName
c.MovieName
c. Other fields
...
RDF Store 1 RDF Store 2 RDF Store 3
Data Mapping:
n:Movie owl:sameAs a:Picture
n:Actor owl:sameAs a:character
n:Actor owl:sameAs a:character
n:Actor owl:sameAs c.PersonName
….
Data Federation using
SPARQL
The fields on the integrated dataset
consists of the union of fields in the
federated data sources.
Is is very easy to add new data
sources.
Unformatted text…
Blogs, Forums, RSS
Feeds….
RDF Store 3
Knowledge
extraction from
text
Canb be data sources in different
technologies : Oracle , MySQL,
XLS, CSV, etc.
01/30/15 24
https://pub.needlebase.com/actions/visualizer/V2Visualizer.do?domain=Oscar-History&query=2009+Awards
01/30/15 25
Semantic Search
• Wolfram Alpha, Semantifi
• Faceted Search (www.needlebase.com)
• Micro Formats
• Good Relations
• Open Linked Data
• Using natural language as a query language
01/30/15 26
Deep WEB vs. Shallow WEB
• www.wolframalpha.com, www.google.com
• www.semantifi.com
01/30/15 27
Deep WEB vs. Shallow WEB
01/30/15 28
Faceted Search
http://www.needlebase.com/cases/events
01/30/15 29
Faceted Search
http://dbpedia.neofonie.de/browse/rdf-type:Film/
Wikipedia
Dbpedia – semantified wikipedia
01/30/15 30
Microformats
A microformat (sometimes abbreviated μF) is a web-based approach to
semantic markup which seeks to re-use existing HTML/XHTML tags to convey
metadata and other attributes in web pages and other contexts that support
(X)HTML, such as RSS. This approach allows software to process information
intended for end-users (such as contact information, geographic coordinates,
calendar events, and the like) automatically. Examples:
hAtom – for marking up Atom feeds from within standard HTML
hCalendar – for events
hCard – for contact information; includes:
adr – for postal addresses
geo – for geographical coordinates (latitude, longitude)
hNews - for news content
hProduct – for products
hRecipe - for recipes and foodstuffs.
hResume – for resumes or CVs
hReview – for reviews
rel-directory – for distributed directory creation and inclusion[7]
01/30/15 31
Good Relations
http://www.heppnetz.de/projects/goodrelations/
01/30/15 32
Open Linked Data - Folksonomies
http://linkeddata.org/
Open Linked Data "a term used to describe a recommended best
practice for exposing, sharing, and connecting pieces of data,
information, and knowledge on the Semantic Web using URIs and
RDF."
http://esw.w3.org/DataSetRDFDumps
www.wikipedia.com
www.freebase.com – bought by Google i9n July, 2010 –
Metaweb
Folksonomy - Folksonomy is the result of personal free tagging of
information and objects (anything with a URL) for one's own retrieval. The
tagging is done in a social environment (usually shared and open to
others). Folksonomy is created from the act of tagging by the person
consuming the information. (Thomas Vander Wal – 2004)
01/30/15 33
Open Linked Data
http://linkeddata.org/
01/30/15 34
Freebase
01/30/15 35
http://www.freebase.com/view/film/film
01/30/15 36
http://www.freebase.com/view/film/film
01/30/15 37
LinkedMDB
01/30/15 38
Data.gov & Data.gov.uk
• …..
01/30/15 39
The Future: Using NL as a query
language
Comedies with John Travolta filmed in the US
All movies with Clint Eastwood as director
Coppola family movies
Documentaries about the genocide in Africa
Movies filmed in San Francisco Marina
Where can I buy the music from Love Story ?
Is any tour based on the Da Vinci Code ?
Movies based on novels written by 19th
Century British writers
01/30/15 40
Using NL as a query language
01/30/15 41
What is behind a semantic search
01/30/15 42
Extracting knowledge from text
Expert System – Cogito
Application in Financial Complex Documents
Document Advisor
Blogs
Forums
01/30/15 43
Extracting knowledge from text - A look behind the scene
01/30/15 44
Tools
Open Source, Licensed
• RDF Stores
• Ontology Management : Protégé – Stanford – Open
Source
• Data Integration Tools – Cambridge Semantics,
Metatomix
• NLP Tools – COGITO (Expert Systems), GATE
• Etc…
01/30/15 45
Semantic Technology Companies
01/30/15 46
How can Recognos Help
•Recognos is a Semantic Applications Developer
•Works with vendors to develop applications
•Help Netflix create a Semantic Group
•Help selecting technologies
•Build search applications for Linked Data, Faceted Search
•Detect similarities between film descriptions
•Data Integrations
•Leverage the 3 years experience in developing semantic
applications (data integration, NLP, semantic search)
• etc.
01/30/15 47
Contact Info
George Roth – CEO Recognos Inc
Skype Id: grecognos
eMail: groth@recognos.com
WEB Site: www.recognos.com
Adonis Damian – Senior Semantic Application Architect
eMail: adonis@recognos.com

Weitere ähnliche Inhalte

Was ist angesagt?

Knowage essential training
Knowage essential trainingKnowage essential training
Knowage essential trainingKNOWAGE
 
Relevancy of Levitt's views on Globalization in 21st century
Relevancy of Levitt's views on Globalization in 21st centuryRelevancy of Levitt's views on Globalization in 21st century
Relevancy of Levitt's views on Globalization in 21st centuryAnanya Jain
 
Responsible AI in Industry: Practical Challenges and Lessons Learned
Responsible AI in Industry: Practical Challenges and Lessons LearnedResponsible AI in Industry: Practical Challenges and Lessons Learned
Responsible AI in Industry: Practical Challenges and Lessons LearnedKrishnaram Kenthapadi
 
Virtual Reality and Augmented Reality in Education
Virtual Reality and Augmented Reality in EducationVirtual Reality and Augmented Reality in Education
Virtual Reality and Augmented Reality in EducationHedrick Ellis
 
Towards a Framework for XR Ethics - Kent Bye, AWE, November 11, 2021
Towards a Framework for XR Ethics - Kent Bye, AWE, November 11, 2021Towards a Framework for XR Ethics - Kent Bye, AWE, November 11, 2021
Towards a Framework for XR Ethics - Kent Bye, AWE, November 11, 2021Kent Bye
 
Symfony in microservice architecture
Symfony in microservice architectureSymfony in microservice architecture
Symfony in microservice architectureDaniele D'Angeli
 
The State of Decentralized Storage
The State of Decentralized StorageThe State of Decentralized Storage
The State of Decentralized StorageCoinGecko
 
Reflections on XR & AI in Education - iLRN Opening Keynote Kent Bye
Reflections on XR & AI in Education - iLRN Opening Keynote Kent ByeReflections on XR & AI in Education - iLRN Opening Keynote Kent Bye
Reflections on XR & AI in Education - iLRN Opening Keynote Kent ByeKent Bye
 
OPTIMIZATION AS A MODEL FOR FEW-SHOT LEARNING
 OPTIMIZATION AS A MODEL FOR FEW-SHOT LEARNING OPTIMIZATION AS A MODEL FOR FEW-SHOT LEARNING
OPTIMIZATION AS A MODEL FOR FEW-SHOT LEARNINGMLReview
 
Federated learning
Federated learningFederated learning
Federated learningMindos Cheng
 
XR for Higher Education: Experiential Design Affordances, Ethical Considerati...
XR for Higher Education: Experiential Design Affordances, Ethical Considerati...XR for Higher Education: Experiential Design Affordances, Ethical Considerati...
XR for Higher Education: Experiential Design Affordances, Ethical Considerati...Kent Bye
 
Computer Vision with Deep Learning
Computer Vision with Deep LearningComputer Vision with Deep Learning
Computer Vision with Deep LearningCapgemini
 
Synthetic Data Generation with DoppelGanger
Synthetic Data Generation with DoppelGangerSynthetic Data Generation with DoppelGanger
Synthetic Data Generation with DoppelGangerQuantUniversity
 
PR-366: A ConvNet for 2020s
PR-366: A ConvNet for 2020sPR-366: A ConvNet for 2020s
PR-366: A ConvNet for 2020sJinwon Lee
 
Fine tune and deploy Hugging Face NLP models
Fine tune and deploy Hugging Face NLP modelsFine tune and deploy Hugging Face NLP models
Fine tune and deploy Hugging Face NLP modelsOVHcloud
 
Extended Reality Usecases
Extended Reality UsecasesExtended Reality Usecases
Extended Reality UsecasesVincent Guigui
 
Multimodal Multi-sensory Interaction for Mixed Reality
Multimodal Multi-sensory Interaction for Mixed RealityMultimodal Multi-sensory Interaction for Mixed Reality
Multimodal Multi-sensory Interaction for Mixed RealityMark Billinghurst
 
Emerging 3D Scanning Technologies for PropTech
Emerging 3D Scanning Technologies for PropTechEmerging 3D Scanning Technologies for PropTech
Emerging 3D Scanning Technologies for PropTechPetteriTeikariPhD
 

Was ist angesagt? (20)

Knowage essential training
Knowage essential trainingKnowage essential training
Knowage essential training
 
Relevancy of Levitt's views on Globalization in 21st century
Relevancy of Levitt's views on Globalization in 21st centuryRelevancy of Levitt's views on Globalization in 21st century
Relevancy of Levitt's views on Globalization in 21st century
 
Responsible AI in Industry: Practical Challenges and Lessons Learned
Responsible AI in Industry: Practical Challenges and Lessons LearnedResponsible AI in Industry: Practical Challenges and Lessons Learned
Responsible AI in Industry: Practical Challenges and Lessons Learned
 
Virtual Reality and Augmented Reality in Education
Virtual Reality and Augmented Reality in EducationVirtual Reality and Augmented Reality in Education
Virtual Reality and Augmented Reality in Education
 
Towards a Framework for XR Ethics - Kent Bye, AWE, November 11, 2021
Towards a Framework for XR Ethics - Kent Bye, AWE, November 11, 2021Towards a Framework for XR Ethics - Kent Bye, AWE, November 11, 2021
Towards a Framework for XR Ethics - Kent Bye, AWE, November 11, 2021
 
Symfony in microservice architecture
Symfony in microservice architectureSymfony in microservice architecture
Symfony in microservice architecture
 
The State of Decentralized Storage
The State of Decentralized StorageThe State of Decentralized Storage
The State of Decentralized Storage
 
Reflections on XR & AI in Education - iLRN Opening Keynote Kent Bye
Reflections on XR & AI in Education - iLRN Opening Keynote Kent ByeReflections on XR & AI in Education - iLRN Opening Keynote Kent Bye
Reflections on XR & AI in Education - iLRN Opening Keynote Kent Bye
 
OPTIMIZATION AS A MODEL FOR FEW-SHOT LEARNING
 OPTIMIZATION AS A MODEL FOR FEW-SHOT LEARNING OPTIMIZATION AS A MODEL FOR FEW-SHOT LEARNING
OPTIMIZATION AS A MODEL FOR FEW-SHOT LEARNING
 
Federated learning
Federated learningFederated learning
Federated learning
 
XR for Higher Education: Experiential Design Affordances, Ethical Considerati...
XR for Higher Education: Experiential Design Affordances, Ethical Considerati...XR for Higher Education: Experiential Design Affordances, Ethical Considerati...
XR for Higher Education: Experiential Design Affordances, Ethical Considerati...
 
Virtual Reality
Virtual RealityVirtual Reality
Virtual Reality
 
Computer Vision with Deep Learning
Computer Vision with Deep LearningComputer Vision with Deep Learning
Computer Vision with Deep Learning
 
Synthetic Data Generation with DoppelGanger
Synthetic Data Generation with DoppelGangerSynthetic Data Generation with DoppelGanger
Synthetic Data Generation with DoppelGanger
 
PR-366: A ConvNet for 2020s
PR-366: A ConvNet for 2020sPR-366: A ConvNet for 2020s
PR-366: A ConvNet for 2020s
 
Fine tune and deploy Hugging Face NLP models
Fine tune and deploy Hugging Face NLP modelsFine tune and deploy Hugging Face NLP models
Fine tune and deploy Hugging Face NLP models
 
Extended Reality Usecases
Extended Reality UsecasesExtended Reality Usecases
Extended Reality Usecases
 
Multimodal Multi-sensory Interaction for Mixed Reality
Multimodal Multi-sensory Interaction for Mixed RealityMultimodal Multi-sensory Interaction for Mixed Reality
Multimodal Multi-sensory Interaction for Mixed Reality
 
Geometric Deep Learning
Geometric Deep Learning Geometric Deep Learning
Geometric Deep Learning
 
Emerging 3D Scanning Technologies for PropTech
Emerging 3D Scanning Technologies for PropTechEmerging 3D Scanning Technologies for PropTech
Emerging 3D Scanning Technologies for PropTech
 

Ähnlich wie Netflix presentation final

Linked Open Data in Libraries, Archives & Museums
Linked Open Data in Libraries, Archives & MuseumsLinked Open Data in Libraries, Archives & Museums
Linked Open Data in Libraries, Archives & MuseumsJon Voss
 
Intro to Linked Open Data in Libraries, Archives & Museums
Intro to Linked Open Data in Libraries, Archives & MuseumsIntro to Linked Open Data in Libraries, Archives & Museums
Intro to Linked Open Data in Libraries, Archives & MuseumsJon Voss
 
Intro to Linked Open Data in Libraries Archives & Museums.
Intro to Linked Open Data in Libraries Archives & Museums.Intro to Linked Open Data in Libraries Archives & Museums.
Intro to Linked Open Data in Libraries Archives & Museums.Jon Voss
 
What is New in W3C land?
What is New in W3C land?What is New in W3C land?
What is New in W3C land?Ivan Herman
 
Ontology, Semantic Web and DBpedia
Ontology, Semantic Web and DBpediaOntology, Semantic Web and DBpedia
Ontology, Semantic Web and DBpediaRichard Kuo
 
Exploring the Semantic Web
Exploring the Semantic WebExploring the Semantic Web
Exploring the Semantic WebRoberto García
 
Web 3 Mark Greaves
Web 3 Mark GreavesWeb 3 Mark Greaves
Web 3 Mark GreavesMediabistro
 
Why SKOS should be a Focal Point of your Linked Data Strategy
Why SKOS should be a Focal Point of your Linked Data StrategyWhy SKOS should be a Focal Point of your Linked Data Strategy
Why SKOS should be a Focal Point of your Linked Data StrategySemantic Web Company
 
Summary of Trends in Cataloging
Summary of Trends in CatalogingSummary of Trends in Cataloging
Summary of Trends in CatalogingWilliam Worford
 
Semantic Web: introduction & overview
Semantic Web: introduction & overviewSemantic Web: introduction & overview
Semantic Web: introduction & overviewAmit Sheth
 
Web 3 final(1)
Web 3 final(1)Web 3 final(1)
Web 3 final(1)Venky Dood
 
Radically Open at the National Archives
Radically Open at the National ArchivesRadically Open at the National Archives
Radically Open at the National ArchivesJon Voss
 
Linked Open Data in Libraries Archives & Museums
Linked Open Data in Libraries Archives & MuseumsLinked Open Data in Libraries Archives & Museums
Linked Open Data in Libraries Archives & MuseumsJon Voss
 
Methodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked DataMethodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked DataBoris Villazón-Terrazas
 
Breaking Down Walls in Enterprise with Social Semantics
Breaking Down Walls in Enterprise with Social SemanticsBreaking Down Walls in Enterprise with Social Semantics
Breaking Down Walls in Enterprise with Social SemanticsJohn Breslin
 
Global lodlam_communities and open cultural data
Global lodlam_communities and open cultural dataGlobal lodlam_communities and open cultural data
Global lodlam_communities and open cultural dataMinerva Lin
 
Linked Data at the OU - the story so far
Linked Data at the OU - the story so farLinked Data at the OU - the story so far
Linked Data at the OU - the story so farEnrico Daga
 
Semantic technologies for the Internet of Things
Semantic technologies for the Internet of Things Semantic technologies for the Internet of Things
Semantic technologies for the Internet of Things PayamBarnaghi
 

Ähnlich wie Netflix presentation final (20)

Linked Open Data in Libraries, Archives & Museums
Linked Open Data in Libraries, Archives & MuseumsLinked Open Data in Libraries, Archives & Museums
Linked Open Data in Libraries, Archives & Museums
 
Intro to Linked Open Data in Libraries, Archives & Museums
Intro to Linked Open Data in Libraries, Archives & MuseumsIntro to Linked Open Data in Libraries, Archives & Museums
Intro to Linked Open Data in Libraries, Archives & Museums
 
Intro to Linked Open Data in Libraries Archives & Museums.
Intro to Linked Open Data in Libraries Archives & Museums.Intro to Linked Open Data in Libraries Archives & Museums.
Intro to Linked Open Data in Libraries Archives & Museums.
 
What is New in W3C land?
What is New in W3C land?What is New in W3C land?
What is New in W3C land?
 
Ontology, Semantic Web and DBpedia
Ontology, Semantic Web and DBpediaOntology, Semantic Web and DBpedia
Ontology, Semantic Web and DBpedia
 
Exploring the Semantic Web
Exploring the Semantic WebExploring the Semantic Web
Exploring the Semantic Web
 
Web 3 Mark Greaves
Web 3 Mark GreavesWeb 3 Mark Greaves
Web 3 Mark Greaves
 
Why SKOS should be a Focal Point of your Linked Data Strategy
Why SKOS should be a Focal Point of your Linked Data StrategyWhy SKOS should be a Focal Point of your Linked Data Strategy
Why SKOS should be a Focal Point of your Linked Data Strategy
 
Summary of Trends in Cataloging
Summary of Trends in CatalogingSummary of Trends in Cataloging
Summary of Trends in Cataloging
 
Semantic Web: introduction & overview
Semantic Web: introduction & overviewSemantic Web: introduction & overview
Semantic Web: introduction & overview
 
Web 3 final(1)
Web 3 final(1)Web 3 final(1)
Web 3 final(1)
 
Radically Open at the National Archives
Radically Open at the National ArchivesRadically Open at the National Archives
Radically Open at the National Archives
 
Linked Open Data in Libraries Archives & Museums
Linked Open Data in Libraries Archives & MuseumsLinked Open Data in Libraries Archives & Museums
Linked Open Data in Libraries Archives & Museums
 
Linked Open Data
Linked Open DataLinked Open Data
Linked Open Data
 
Methodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked DataMethodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked Data
 
Linked Open Data and Ontotext Projects
Linked Open Data and Ontotext ProjectsLinked Open Data and Ontotext Projects
Linked Open Data and Ontotext Projects
 
Breaking Down Walls in Enterprise with Social Semantics
Breaking Down Walls in Enterprise with Social SemanticsBreaking Down Walls in Enterprise with Social Semantics
Breaking Down Walls in Enterprise with Social Semantics
 
Global lodlam_communities and open cultural data
Global lodlam_communities and open cultural dataGlobal lodlam_communities and open cultural data
Global lodlam_communities and open cultural data
 
Linked Data at the OU - the story so far
Linked Data at the OU - the story so farLinked Data at the OU - the story so far
Linked Data at the OU - the story so far
 
Semantic technologies for the Internet of Things
Semantic technologies for the Internet of Things Semantic technologies for the Internet of Things
Semantic technologies for the Internet of Things
 

Kürzlich hochgeladen

PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 

Kürzlich hochgeladen (20)

PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 

Netflix presentation final

  • 1. 01/30/15 1 Semantic Technology Overview Trends, Applications November 29, 2010
  • 2. 01/30/15 2 About Recognos • Established 1999 ( www.recognos.com ) • California S-Corporation – Offices in San Rafael, San Mateo • In 2000 created Recognos Romania • Office in Romania situated in Cluj ( www.cluj4all.com) • 70 employees • Semantic technologies R&D • Started a meetup : http://www.meetup.com/Cluj-Semantic- WEB/ • Applications in Finance, CRM, Life Sciences, etc.
  • 3. 01/30/15 3 What is the Semantic Technology • WEB 3.0 ? • Gives meaning through relationships • Building bloc – statements • The statements describe: concepts, logic, restrictions and individuals (instances) • WWW is for human consumption • Semantic WEB – for machines • Relationships: definitions, associations, aggregations and restrictions
  • 4. 01/30/15 4 World Wide Web vs. Semantic WEB
  • 5. 01/30/15 5 Major Difficulty Open World vs Closed World Anybody can say ANYTHING about ANYTHING! You don’t know what you don’t know!
  • 6. 01/30/15 6 Semantic Technology vs. Semantic WEB • Semantic Technology – “machines” try to understand : – Natural Language Text – Images – Sounds – Machine learning • Semantic WEB Technology – part of the Semantic Technology (semantic search, semantic tagging, microformats (FOAF), web site federation), Linked Open Data
  • 8. 01/30/15 8 How to represent the knowledge • Gives meaning through relationships • Everybody to understand the same thing • The machines could understand • Eliminates ambiguities through URI – Uniform Resource Identifier – PURL – Persistent Uniform Locator • Need software that will be able to read these and “understand” • Describe things on the internet using such a universal language
  • 9. 01/30/15 9 Building Block RDF “There is a Person identified by http://www.w3.org/People/EM/contact#me, whose name is Eric Miller, whose email address is em@w3.org, and whose title is Dr.". Triplets: (i) http://www.w3.org/People/EM/contact#me, http://www.w3.org/2000/10/swap/pim/contact#fullName , "Eric Miller" (ii) http://www.w3.org/People/EM/contact#me, http://www.w3.org/2000/10/swap/pim/contact#personalTi , "Dr." (iii) http://www.w3.org/People/EM/contact#me, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/2000/10/swap/pim/contact#Person (iv) http://www.w3.org/People/EM/contact#me, http://www.w3.org/2000/10/swap/pim/contact#mailbox , em@w3.org
  • 10. 01/30/15 10 Ontologies - OWL http://www.fao.org/countryprofiles/geoinfo.asp?lang=en
  • 11. 01/30/15 11 Ontologies - OWL http://www.fao.org/countryprofiles/geoinfo.asp?lang=en An Ontology is a kind of dictionary that describes information in a certain domain using concepts and relationships. It is often implemented using OWL •A Concept is defined as abstract knowledge. (Example: Movie, Country, Organizatiuon). Concepts are explicitly implemented in the ontology with individuals and classes: •An individual is defined as an object perceived from the real world. (The Sound of Music is a Movie , and belongs to the musical genre. •A class is defined as a set of individuals sharing common properties. In the geopolitical domain, Ethiopia, Republic of Korea or Italy are individuals of the class country; Relationships between concepts are explicitly implemented by: •Object properties between individuals of two classes. For example, has member and is in group properties. •Datatype properties between individuals and literals or XML datatypes. For example, the individual “United States” has the datatype property CodeISO3 with the value “USA". •Restrictions in classes and/or properties. For example, the property spoken Language of the class Movie has been restricted to have only one value, this means that a movie canb have oly one spoken language].
  • 12. 01/30/15 12 The Movie Ontology –
  • 13. 01/30/15 13 The Geo Spatial Ontology –
  • 14. 01/30/15 14 The Movie Ontology – www.movieontology.org
  • 15. 01/30/15 15 • The main entities can be represented as Class using an ontology language (Movie , Person, Role) • Other attributes (movie rating, movie genres,…) can be represented as Properties of the appropriate Classes Movie Person Role acted film Brad PittTroy Achilles acted film
  • 16. 01/30/15 16 Movie PersonLiteral title, year, runtime, country, languages, genres, rating, votes, plot, colorInfo, certificate company production_companies, distributor, soundMix, miscCompanies Literal birth_date, death_date, birth_name, longname, spouse, trivia Role teammember crewmember stuntPerformer, soundCrew director castingDirector, artDirector assistantDirector Cast, composer, producer, productionDesigner, artDepartment, productionManager, specialEffects, setDecorator, editor, writer, Cinematographer, costumeDesigner actedfilm (foaf)
  • 17. 01/30/15 17 Troy title 2004 year 163runtime English language 6.9 85463 rating votes Alejandro Avendano longname stuntPerformer Jack El Despertador title setDecorator Romero titlefilm acted i.e. Alejandro Avendano as • Actor • Stunt Perfomer • Set Decorator p1 m1 m2 m3 r1 p1:http://www.imdb.com/Person/Avendano m1:http://www.imdb.com/Movie/Troy m2:http://www.imdb.com/Movie/Romero m3:http://www.imdb.com/Movie/JackElDespertador r1:http://www.imdb.com/Role/DeathSquadMember
  • 18. 01/30/15 18 • find resources according to specific criteria – i.e. Find movies with Roger Bratt as a cinematographer, or movies with producer Halle Berry’s spouse • and simpler queries – i.e. Find movies with genre = War, Romance etc
  • 19. 01/30/15 19 How to represent the knowledge Feature Relational Database Knowledgebase Structure Schema Ontology Statements Data Rows Instance Elements Admin language DDL Ontology Statements (OWL) Query language SQL SPARQL Relationship Foreign Keys Multidimensional Logic External of DB / triggers Formal logic statements Uniqueness Key for table Uniqueness Restriction
  • 20. 01/30/15 20 How to store the knowledge RDF Stores •These are “referential databases” •Oracle 11g – stores RDF in relational database •http://www.franz.com/agraph/allegrograph/ - Allegrograph •AllegroGraph RDFStore is a high-performance, persistent RDF graph database. AllegroGraph uses disk-based storage, enabling it to scale to billions of triples. AllegroGraph supports SPARQL, RDFS++, and Prolog reasoning. •Sesame •Virtuoso
  • 21. 01/30/15 21 Applications • Are used to solve complicated problems • All problems could be solved manually or with conventional applications but with much more effort • The Semantic WEB core idea is to “teach” the machine to “mimic” the human reasoning – simplistic approach • This is in fact “recycled AI techniques” • Alternative to data warehouses • Using inference to find new facts • Integrates formatted with non-formatted docs • Cross technology queries
  • 22. 01/30/15 22 Potential for Netflix Applications Categories: 1) Data Integration of Heterogeneous data silos 2) Semantic Search a) Semantic Tagging b) Faceted Search c) NL Queries 1) Use of Open Linked Data 2) (Others: Market Sentiment Analysis – blogs, forums; Advertising)
  • 23. 01/30/15 23 Data Integration using Ontologies n:Movie n:MovieId n:hasIdentifier n:Documentary isA n:Director hasDirector n:Person isA n:Actor isA hasActor IMDB Movie Database a - Namespace a. Character a. Cast Member a.Picture a.IMDB Id ... Paramount Movie Database b-Namespace b. Role b. Person b.Motion Picture b. Other fields ... Warner Bros Movie Database c:Namespace c. RoleName c. PersonName c.MovieName c. Other fields ... RDF Store 1 RDF Store 2 RDF Store 3 Data Mapping: n:Movie owl:sameAs a:Picture n:Actor owl:sameAs a:character n:Actor owl:sameAs a:character n:Actor owl:sameAs c.PersonName …. Data Federation using SPARQL The fields on the integrated dataset consists of the union of fields in the federated data sources. Is is very easy to add new data sources. Unformatted text… Blogs, Forums, RSS Feeds…. RDF Store 3 Knowledge extraction from text Canb be data sources in different technologies : Oracle , MySQL, XLS, CSV, etc.
  • 25. 01/30/15 25 Semantic Search • Wolfram Alpha, Semantifi • Faceted Search (www.needlebase.com) • Micro Formats • Good Relations • Open Linked Data • Using natural language as a query language
  • 26. 01/30/15 26 Deep WEB vs. Shallow WEB • www.wolframalpha.com, www.google.com • www.semantifi.com
  • 27. 01/30/15 27 Deep WEB vs. Shallow WEB
  • 30. 01/30/15 30 Microformats A microformat (sometimes abbreviated μF) is a web-based approach to semantic markup which seeks to re-use existing HTML/XHTML tags to convey metadata and other attributes in web pages and other contexts that support (X)HTML, such as RSS. This approach allows software to process information intended for end-users (such as contact information, geographic coordinates, calendar events, and the like) automatically. Examples: hAtom – for marking up Atom feeds from within standard HTML hCalendar – for events hCard – for contact information; includes: adr – for postal addresses geo – for geographical coordinates (latitude, longitude) hNews - for news content hProduct – for products hRecipe - for recipes and foodstuffs. hResume – for resumes or CVs hReview – for reviews rel-directory – for distributed directory creation and inclusion[7]
  • 32. 01/30/15 32 Open Linked Data - Folksonomies http://linkeddata.org/ Open Linked Data "a term used to describe a recommended best practice for exposing, sharing, and connecting pieces of data, information, and knowledge on the Semantic Web using URIs and RDF." http://esw.w3.org/DataSetRDFDumps www.wikipedia.com www.freebase.com – bought by Google i9n July, 2010 – Metaweb Folksonomy - Folksonomy is the result of personal free tagging of information and objects (anything with a URL) for one's own retrieval. The tagging is done in a social environment (usually shared and open to others). Folksonomy is created from the act of tagging by the person consuming the information. (Thomas Vander Wal – 2004)
  • 33. 01/30/15 33 Open Linked Data http://linkeddata.org/
  • 38. 01/30/15 38 Data.gov & Data.gov.uk • …..
  • 39. 01/30/15 39 The Future: Using NL as a query language Comedies with John Travolta filmed in the US All movies with Clint Eastwood as director Coppola family movies Documentaries about the genocide in Africa Movies filmed in San Francisco Marina Where can I buy the music from Love Story ? Is any tour based on the Da Vinci Code ? Movies based on novels written by 19th Century British writers
  • 40. 01/30/15 40 Using NL as a query language
  • 41. 01/30/15 41 What is behind a semantic search
  • 42. 01/30/15 42 Extracting knowledge from text Expert System – Cogito Application in Financial Complex Documents Document Advisor Blogs Forums
  • 43. 01/30/15 43 Extracting knowledge from text - A look behind the scene
  • 44. 01/30/15 44 Tools Open Source, Licensed • RDF Stores • Ontology Management : Protégé – Stanford – Open Source • Data Integration Tools – Cambridge Semantics, Metatomix • NLP Tools – COGITO (Expert Systems), GATE • Etc…
  • 46. 01/30/15 46 How can Recognos Help •Recognos is a Semantic Applications Developer •Works with vendors to develop applications •Help Netflix create a Semantic Group •Help selecting technologies •Build search applications for Linked Data, Faceted Search •Detect similarities between film descriptions •Data Integrations •Leverage the 3 years experience in developing semantic applications (data integration, NLP, semantic search) • etc.
  • 47. 01/30/15 47 Contact Info George Roth – CEO Recognos Inc Skype Id: grecognos eMail: groth@recognos.com WEB Site: www.recognos.com Adonis Damian – Senior Semantic Application Architect eMail: adonis@recognos.com