SlideShare ist ein Scribd-Unternehmen logo
1 von 72
KNOWLEDGE TECHNOLOGIES:
OPPORTUNITIES AND CHALLENGES
Fariz Darari
fariz@cs.ui.ac.id
Dec 8, 2017 Hosted by
Fariz Darari
• 1988: Born in Malang
• 2010: BSc in Computer Science at Universitas Indonesia
• 2013: MSc in Computational Logic at University of Bolzano,
Italy and TU Dresden, Germany
Best Thesis Award and Enno-Heidebroek Award
• 2017: PhD in Computational Logic at University of Bolzano,
Italy and TU Dresden, Germany
• 2017: Lecturer at Faculty of CS, Universitas Indonesia
Bolzano
Dresden
Universitas Indonesia
• Knowledge Technologies: Motivations
• Semantic Web
• Knowledge Bases These Days (= Zaman Now)
• Wikidata
• DBpedia
• Applications
• Discussion: Challenges & Opportunities
Menu
What if the knowledge in your brains,*
can be queried by computers?
*notice the plural form
What if the knowledge in your brains,*
can be queried by computers?
*notice the plural form
What if the knowledge in your brains,*
can be queried by computers?
*notice the plural form
What if the knowledge in your brains,
can be queried by computers?
Can you imagine what kind of advancements
can be made to humanity?
What if the knowledge in your brains,
can be queried by computers?
Can you imagine what kind of advancements
can be made to humanity?
Stay tuned, will present you an answer to this question some slides later!
... if properly designed,
the Semantic Web can assist
the evolution of human knowledge
as a whole.
– Tim Berners-Lee
Inventor of the (Semantic) Web
What is the Semantic Web?
What is the Semantic Web?
What is the Semantic Web?
The set of technologies to put knowledge on the Web,
that is based on the following four principles:
1. Use URIs (Universal Resource Identifiers)* for identifying things
2. Use HTTP** URIs so people can look up those names
3. When someone looks up a URI, provide useful knowledge
using the standards: RDF and SPARQL.
4. Include links to other URIs, so they can discover more things
https://www.w3.org/DesignIssues/LinkedData.html
* URI = just like URL (web address), but you use it to identify things just like barcode for supermarket stuff!
** HTTP = the mechanism you use every time you access the Web!
Semantic Web IRL (In Real Life)
Semantic Web Standards
the data guy
the schema guy
the query guy
RDF in one slide
the data guy
• Data model, based on S-P-O triple structure (Subject, Predicate, Object)
• Used for describing things, yes, every, single, thing
And anyway, RDF = Resource Description Framework
• Key features:
• RDF data can be exported in JSON and XML
• RDF links things, not just documents
• RDF links are typed
TelkomUniversity somelink Bandung
TelkomUniversity locatedIn Bandung
OWL in one slide
• Schema (=Ontology) language, describing vocabularies
• Yes, it is on the meta-level!
• Short for: Web Ontology Language (WOL? No, it is OWL!)
• Key features:
• Reasoning: you can check if your knowledge is consistent/not!
• Reasoning again: you can conclude new things
based on existing facts.
• Very simple example:
owl SubClassOf bird + bird SubClassOf animal + owl EquivalentClass strigifomes
Now, if Bobi is a Strigifomes, do you think Bobi is an animal?
the schema guy
OWL in one slide
• Schema (=Ontology) language, describing vocabularies
• Yes, it is on the meta-level!
• Short for: Web Ontology Language (WOL? No, it is OWL!)
• Key features:
• Reasoning: you can check if your knowledge is consistent/not!
• Reasoning again: you can conclude new things
based on existing facts.
• Very simple example:
owl SubClassOf bird + bird SubClassOf animal + owl EquivalentClass strigifomes
Now, if Bobi is a Strigifomes, do you think Bobi is an animal? OWL will say:
the schema guy
OWL in one slide
• Schema (=Ontology) language, describing vocabularies
• Yes, it is on the meta-level!
• Short for: Web Ontology Language (WOL? No, it is OWL!)
• Key features:
• Reasoning: you can check if your knowledge is consistent/not!
• Reasoning again: you can conclude new things
based on existing facts.
• Very simple example:
owl SubClassOf bird + bird SubClassOf animal + owl EquivalentClass strigifomes
Now, if Bobi is a Strigifomes, do you think Bobi is an animal? OWL will say: "YES!"
the schema guy
SPARQL in one slide
the query guy
• Query language: If RDF captures knowledge,
SPARQL asks questions about knowledge!
• Short for: SPARQL Protocol and RDF Query Language
• Key features: Asking for knowledge, is a KEY feature!
• Very simple example:
TelkomUniversity locatedIn Bandung
Bandung headOfGov RidwanKamil
TelkomUniversity instanceOf University
It is SPARQLing!
SELECT ?university WHERE {
?university instanceOf University .
?university locatedIn ?city .
?city headOfGov RidwanKamil }
Guess what this query is asking for?
HINT: Question mark (?) represents variables to match
with RDF data!
Knowledge Bases (KBs) These Days (Zaman Now)
KB THEN KB ALMOST NOW
KB NOW
Knowledge Bases (KBs) These Days (Zaman Now)
KB NOW
Knowledge Bases (KBs) These Days (Zaman Now)
KB NOW
Subject
Predicate
Predicate
Predicate
Object
Object
Object
Reminds you of something?
Knowledge Bases (KBs) These Days (Zaman Now)
KB NOW
Subject
Predicate
Predicate
Predicate
Object
Object
Object
Reminds you of something?
the data guy
Knowledge Bases (KBs) These Days (Zaman Now)
KB NOW
Subject
Predicate
Predicate
Predicate
Object
Object
Object
Reminds you of something?
the data guy
btw, every subject in Wikidata has its own identifier, the URI is made by: Wikidata domain + identifier
Knowledge Bases (KBs) These Days (Zaman Now)
KB NOW
Subject
Predicate
Predicate
Predicate
Object
Object
Object
Reminds you of something?
the data guy
btw, every subject in Wikidata has its own identifier, the URI is made by: Wikidata domain + identifier
= P31
= P571
= Q4830453
= Q10389
Knowledge Bases (KBs) These Days (Zaman Now)
the query guy
http://tinyurl.com/yc6jsmhv
Knowledge Bases (KBs) These Days (Zaman Now)
the query guy
http://tinyurl.com/y84kyl4d
Knowledge Bases (KBs) These Days (Zaman Now)
the schema guy
OwlInWinnieThePooh instanceOf fictionalOwl
fictionalOwl subClassOf fictionalBird
fictionalBird subClassOf fictionalAnimal
Knowledge Bases (KBs) These Days (Zaman Now)
Wikidata key features:
• It is like Wikipedia but for data!
• It is under Wikimedia foundation
• It is crowdsourced, anyone can add data
• It is free
• It's got 326 million facts about 40 million
subjects! (Wikipedia only has 5 million subjects!)
• It loves the Semantic Web
Knowledge Bases (KBs) These Days (Zaman Now)
Knowledge Bases (KBs) These Days (Zaman Now)
DBpedia key features:
• It extracts data from Wikipedia infoboxes
(summary box on top right corner).
• It is free
• It's got 13 BILLION facts about 7 million
subjects!
• It loves the Semantic Web
Knowledge Bases (KBs) These Days (Zaman Now)
DBpedia key features:
• It extracts data from Wikipedia infoboxes
(summary box on top right corner).
• It is free
• It's got 13 BILLION facts about 7 million
subjects!
• It loves the Semantic Web
• DBpedia Indonesia is available, hosted by
Faculty of Computer Science, Univ. Indonesia
Knowledge Bases (KBs) From Time to Time
(Semantic) Knowledge Bases in 2007
Knowledge Bases (KBs) From Time to Time
(Semantic) Knowledge Bases in 2017
Knowledge Bases (KBs) From Time to Time
(Semantic) Knowledge Bases in 2017
Application: Answer Engine
THEN: Search Engine
Application: Answer Engine
NOW: Answer Engine
Application: Answer Engine
Question: When was Soekarno born?
Question: When was Soekarno born?
http://id.dbpedia.org/page/Soekarno
Application: DBpedia-powered Answer Engine
Application: DBpedia-powered Answer Engine
Question: When was Soekarno born?
Borrow Techniques from
Natural Language Processing
SELECT ?birthDate
WHERE {
<http://id.dbpedia.org/resource/Soekarno> <http://dbpedia.org/ontology/birthDate> ?birthDate
}
SPARQL Query over DBpedia
http://id.dbpedia.org/sparql
Application: Timeline Infographics
Application: Timeline Infographics
Task: Create timeline of Indonesian national heroes based on their birthdates!
Without Wikidata:
- Read by eyes websites about national heroes (there are all 173 heroes!)
- Gather information manually
- Visualize information manually
Total time spent: 24+ hours!
Application: Wikidata-powered Timeline Infographics
Task: Create timeline of Indonesian national heroes based on their birthdates!
With Wikidata (and Histropedia):
- Formulate and evaluate the query
- VOILA: Beautiful timeline infographics created!
Total time spent: 10 minutes!
Application: Wikidata-powered Timeline Infographics
bit.ly/timelinePahlawanNasional
Bonus: Wikidata-powered Table
https://www.wikidata.org/wiki/Wikidata:WikiProject_Jasmerah/List/IndonesianNationalHeroes
Bonus: Wikidata-powered Table
https://www.wikidata.org/wiki/Wikidata:WikiProject_Jasmerah/List/IndonesianNationalHeroes
By the way, let's join Jasmerah, for better (data about the) Indonesian history!
https://www.wikidata.org/wiki/Wikidata:WikiProject_Jasmerah
Application: Virtual Doctor
Application: Wikidata-powered Virtual Doctor
dr Wikidata: Tell me your symptoms
Application: Wikidata-powered Virtual Doctor
dr Wikidata: Tell me your symptoms
Patient: I feel like fatigue, headache,
joint pain, and vomitting
Application: Wikidata-powered Virtual Doctor
dr Wikidata: Tell me your symptoms
Patient: I feel like fatigue, headache,
joint pain, and vomitting
dr Wikidata: From what I know,
you most likely get dengue fever!
Application: Wikidata-powered Virtual Doctor
Behind the scenes
http://tinyurl.com/y96cpbx8
Application: Wikidata-powered Virtual Doctor
Behind the scenes
http://tinyurl.com/y96cpbx8
Application: What is the news about?
http://www.thejakartapost.com/news/2017/10/20/telkom-plans-to-acquire-three-foreign-firms.html
Application: What is the news about?
Application: What is the news about?
Application: What is the news about?
Application: What is the news about?
Cross-dataset knowledge discovery!
Data Quality
Symptoms of Dengue Fever do not include fever!
Completeness: Is the data complete
enough? Is it of sufficient breadth and
depth?
Accuracy: How accurate is the data? Is
it reliable and verifiable?
Timeliness: Is the data up-to-date? Is
the latest data included?
Data Quality
Data Quality
http://d-nb.info/1136571418
Data Population
How to
create
data?
Data Consumption
How to reduce technological
learning steep for developers
and end-users?
Can we build more killer apps?
Data Scalability
Are we ready
for data
explosion?
Data Fusion
How to combine
structured data
and unstructured
data (= text)?
Data Analytics
What can be
analyzed, and
how fast?
Knowledge Technologies: Opportunities and Challenges

Weitere ähnliche Inhalte

Was ist angesagt?

Linked Data Snowball, or Why We Need Reconciliation
Linked Data Snowball, or Why We Need ReconciliationLinked Data Snowball, or Why We Need Reconciliation
Linked Data Snowball, or Why We Need ReconciliationRobert Sanderson
 
Publishing and Using Linked Open Data - Day 2
Publishing and Using Linked Open Data - Day 2Publishing and Using Linked Open Data - Day 2
Publishing and Using Linked Open Data - Day 2Richard Urban
 
Microformats I: What & Why
Microformats I: What & WhyMicroformats I: What & Why
Microformats I: What & WhyRachael L Moore
 
Question answering in linked data
Question answering in linked dataQuestion answering in linked data
Question answering in linked dataReza Ramezani
 
Semantic Web and Schema.org
Semantic Web and Schema.orgSemantic Web and Schema.org
Semantic Web and Schema.orgrvguha
 
Development of Semantic Web based Disaster Management System
Development of Semantic Web based Disaster Management SystemDevelopment of Semantic Web based Disaster Management System
Development of Semantic Web based Disaster Management SystemNIT Durgapur
 
Exploring the Semantic Web
Exploring the Semantic WebExploring the Semantic Web
Exploring the Semantic WebRoberto García
 
Semantic Web Foundations for Representing, Reasoning, and Traversing Contextu...
Semantic Web Foundations for Representing, Reasoning, and Traversing Contextu...Semantic Web Foundations for Representing, Reasoning, and Traversing Contextu...
Semantic Web Foundations for Representing, Reasoning, and Traversing Contextu...Artificial Intelligence Institute at UofSC
 
Creating Web APIs with JSON-LD and RDF
Creating Web APIs with JSON-LD and RDFCreating Web APIs with JSON-LD and RDF
Creating Web APIs with JSON-LD and RDFdonaldlsmithjr
 
Knowledge extraction in Web media: at the frontier of NLP, Machine Learning a...
Knowledge extraction in Web media: at the frontier of NLP, Machine Learning a...Knowledge extraction in Web media: at the frontier of NLP, Machine Learning a...
Knowledge extraction in Web media: at the frontier of NLP, Machine Learning a...Julien PLU
 
Data Management 101 (2015)
Data Management 101 (2015)Data Management 101 (2015)
Data Management 101 (2015)Kristin Briney
 
Publishing data on the Semantic Web
Publishing data on the Semantic WebPublishing data on the Semantic Web
Publishing data on the Semantic WebPeter Mika
 
NCURA Webinar on Open Data
NCURA Webinar on Open DataNCURA Webinar on Open Data
NCURA Webinar on Open DataKristin Briney
 
Year of the Monkey: Lessons from the first year of SearchMonkey
Year of the Monkey: Lessons from the first year of SearchMonkeyYear of the Monkey: Lessons from the first year of SearchMonkey
Year of the Monkey: Lessons from the first year of SearchMonkeyPeter Mika
 
Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data TutorialSören Auer
 
Semantic Search Summer School2009
Semantic Search Summer School2009Semantic Search Summer School2009
Semantic Search Summer School2009Peter Mika
 
Introduction To RDF and RDFS
Introduction To RDF and RDFSIntroduction To RDF and RDFS
Introduction To RDF and RDFSNilesh Wagmare
 

Was ist angesagt? (20)

Linked Data Snowball, or Why We Need Reconciliation
Linked Data Snowball, or Why We Need ReconciliationLinked Data Snowball, or Why We Need Reconciliation
Linked Data Snowball, or Why We Need Reconciliation
 
Publishing and Using Linked Open Data - Day 2
Publishing and Using Linked Open Data - Day 2Publishing and Using Linked Open Data - Day 2
Publishing and Using Linked Open Data - Day 2
 
Microformats I: What & Why
Microformats I: What & WhyMicroformats I: What & Why
Microformats I: What & Why
 
Question answering in linked data
Question answering in linked dataQuestion answering in linked data
Question answering in linked data
 
Semantic Web and Schema.org
Semantic Web and Schema.orgSemantic Web and Schema.org
Semantic Web and Schema.org
 
Rdf
RdfRdf
Rdf
 
Development of Semantic Web based Disaster Management System
Development of Semantic Web based Disaster Management SystemDevelopment of Semantic Web based Disaster Management System
Development of Semantic Web based Disaster Management System
 
Exploring the Semantic Web
Exploring the Semantic WebExploring the Semantic Web
Exploring the Semantic Web
 
NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...
NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...
NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...
 
Semantic Web Foundations for Representing, Reasoning, and Traversing Contextu...
Semantic Web Foundations for Representing, Reasoning, and Traversing Contextu...Semantic Web Foundations for Representing, Reasoning, and Traversing Contextu...
Semantic Web Foundations for Representing, Reasoning, and Traversing Contextu...
 
Creating Web APIs with JSON-LD and RDF
Creating Web APIs with JSON-LD and RDFCreating Web APIs with JSON-LD and RDF
Creating Web APIs with JSON-LD and RDF
 
NISO/DCMI Webinar: Cooperative Authority Control: The Virtual International A...
NISO/DCMI Webinar: Cooperative Authority Control: The Virtual International A...NISO/DCMI Webinar: Cooperative Authority Control: The Virtual International A...
NISO/DCMI Webinar: Cooperative Authority Control: The Virtual International A...
 
Knowledge extraction in Web media: at the frontier of NLP, Machine Learning a...
Knowledge extraction in Web media: at the frontier of NLP, Machine Learning a...Knowledge extraction in Web media: at the frontier of NLP, Machine Learning a...
Knowledge extraction in Web media: at the frontier of NLP, Machine Learning a...
 
Data Management 101 (2015)
Data Management 101 (2015)Data Management 101 (2015)
Data Management 101 (2015)
 
Publishing data on the Semantic Web
Publishing data on the Semantic WebPublishing data on the Semantic Web
Publishing data on the Semantic Web
 
NCURA Webinar on Open Data
NCURA Webinar on Open DataNCURA Webinar on Open Data
NCURA Webinar on Open Data
 
Year of the Monkey: Lessons from the first year of SearchMonkey
Year of the Monkey: Lessons from the first year of SearchMonkeyYear of the Monkey: Lessons from the first year of SearchMonkey
Year of the Monkey: Lessons from the first year of SearchMonkey
 
Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data Tutorial
 
Semantic Search Summer School2009
Semantic Search Summer School2009Semantic Search Summer School2009
Semantic Search Summer School2009
 
Introduction To RDF and RDFS
Introduction To RDF and RDFSIntroduction To RDF and RDFS
Introduction To RDF and RDFS
 

Ähnlich wie Knowledge Technologies: Opportunities and Challenges

WTF is Semantic Web?
WTF is Semantic Web?WTF is Semantic Web?
WTF is Semantic Web?milesw
 
Question Answering - Application and Challenges
Question Answering - Application and ChallengesQuestion Answering - Application and Challenges
Question Answering - Application and ChallengesJens Lehmann
 
Why do they call it Linked Data when they want to say...?
Why do they call it Linked Data when they want to say...?Why do they call it Linked Data when they want to say...?
Why do they call it Linked Data when they want to say...?Oscar Corcho
 
What can linked data do for digital libraries
What can linked data do for digital librariesWhat can linked data do for digital libraries
What can linked data do for digital librariesSören Auer
 
Semantic Web: introduction & overview
Semantic Web: introduction & overviewSemantic Web: introduction & overview
Semantic Web: introduction & overviewAmit Sheth
 
Importing life science at a into Neo4j
Importing life science at a into Neo4jImporting life science at a into Neo4j
Importing life science at a into Neo4jSimon Jupp
 
Beyond document retrieval using semantic annotations
Beyond document retrieval using semantic annotations Beyond document retrieval using semantic annotations
Beyond document retrieval using semantic annotations Roi Blanco
 
Lifting the Lid on Linked Data
Lifting the Lid on Linked DataLifting the Lid on Linked Data
Lifting the Lid on Linked DataJane Stevenson
 
ALIAOnline Practical Linked (Open) Data for Libraries, Archives & Museums
ALIAOnline Practical Linked (Open) Data for Libraries, Archives & MuseumsALIAOnline Practical Linked (Open) Data for Libraries, Archives & Museums
ALIAOnline Practical Linked (Open) Data for Libraries, Archives & MuseumsJon Voss
 
Libraries and Linked Data: Looking to the Future (3)
Libraries and Linked Data: Looking to the Future (3)Libraries and Linked Data: Looking to the Future (3)
Libraries and Linked Data: Looking to the Future (3)ALATechSource
 
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
 
Dependency Parsing-based QA System for RDF and SPARQL
Dependency Parsing-based QA System for RDF and SPARQLDependency Parsing-based QA System for RDF and SPARQL
Dependency Parsing-based QA System for RDF and SPARQLFariz Darari
 
SemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in PracticeSemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in PracticeDan Brickley
 
Building OBO Foundry ontology using semantic web tools
Building OBO Foundry ontology using semantic web toolsBuilding OBO Foundry ontology using semantic web tools
Building OBO Foundry ontology using semantic web toolsMelanie Courtot
 
Introduction to Information Retrieval
Introduction to Information RetrievalIntroduction to Information Retrieval
Introduction to Information RetrievalCarsten Eickhoff
 
Large-Scale Semantic Search
Large-Scale Semantic SearchLarge-Scale Semantic Search
Large-Scale Semantic SearchRoi Blanco
 

Ähnlich wie Knowledge Technologies: Opportunities and Challenges (20)

Linked Open Data
Linked Open DataLinked Open Data
Linked Open Data
 
WTF is Semantic Web?
WTF is Semantic Web?WTF is Semantic Web?
WTF is Semantic Web?
 
Question Answering - Application and Challenges
Question Answering - Application and ChallengesQuestion Answering - Application and Challenges
Question Answering - Application and Challenges
 
Why do they call it Linked Data when they want to say...?
Why do they call it Linked Data when they want to say...?Why do they call it Linked Data when they want to say...?
Why do they call it Linked Data when they want to say...?
 
What can linked data do for digital libraries
What can linked data do for digital librariesWhat can linked data do for digital libraries
What can linked data do for digital libraries
 
Semantic Web: introduction & overview
Semantic Web: introduction & overviewSemantic Web: introduction & overview
Semantic Web: introduction & overview
 
Importing life science at a into Neo4j
Importing life science at a into Neo4jImporting life science at a into Neo4j
Importing life science at a into Neo4j
 
Beyond document retrieval using semantic annotations
Beyond document retrieval using semantic annotations Beyond document retrieval using semantic annotations
Beyond document retrieval using semantic annotations
 
Lifting the Lid on Linked Data
Lifting the Lid on Linked DataLifting the Lid on Linked Data
Lifting the Lid on Linked Data
 
Open data and linked data
Open data and linked dataOpen data and linked data
Open data and linked data
 
ALIAOnline Practical Linked (Open) Data for Libraries, Archives & Museums
ALIAOnline Practical Linked (Open) Data for Libraries, Archives & MuseumsALIAOnline Practical Linked (Open) Data for Libraries, Archives & Museums
ALIAOnline Practical Linked (Open) Data for Libraries, Archives & Museums
 
Libraries and Linked Data: Looking to the Future (3)
Libraries and Linked Data: Looking to the Future (3)Libraries and Linked Data: Looking to the Future (3)
Libraries and Linked Data: Looking to the Future (3)
 
What is New in W3C land?
What is New in W3C land?What is New in W3C land?
What is New in W3C land?
 
Dependency Parsing-based QA System for RDF and SPARQL
Dependency Parsing-based QA System for RDF and SPARQLDependency Parsing-based QA System for RDF and SPARQL
Dependency Parsing-based QA System for RDF and SPARQL
 
SemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in PracticeSemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in Practice
 
Building OBO Foundry ontology using semantic web tools
Building OBO Foundry ontology using semantic web toolsBuilding OBO Foundry ontology using semantic web tools
Building OBO Foundry ontology using semantic web tools
 
From ontology to wiki
From ontology to wikiFrom ontology to wiki
From ontology to wiki
 
Introduction to Information Retrieval
Introduction to Information RetrievalIntroduction to Information Retrieval
Introduction to Information Retrieval
 
Metadata
MetadataMetadata
Metadata
 
Large-Scale Semantic Search
Large-Scale Semantic SearchLarge-Scale Semantic Search
Large-Scale Semantic Search
 

Mehr von Fariz Darari

Data X Museum - Hari Museum Internasional 2022 - WMID
Data X Museum - Hari Museum Internasional 2022 - WMIDData X Museum - Hari Museum Internasional 2022 - WMID
Data X Museum - Hari Museum Internasional 2022 - WMIDFariz Darari
 
[PUBLIC] quiz-01-midterm-solutions.pdf
[PUBLIC] quiz-01-midterm-solutions.pdf[PUBLIC] quiz-01-midterm-solutions.pdf
[PUBLIC] quiz-01-midterm-solutions.pdfFariz Darari
 
Free AI Kit - Game Theory
Free AI Kit - Game TheoryFree AI Kit - Game Theory
Free AI Kit - Game TheoryFariz Darari
 
Neural Networks and Deep Learning: An Intro
Neural Networks and Deep Learning: An IntroNeural Networks and Deep Learning: An Intro
Neural Networks and Deep Learning: An IntroFariz Darari
 
NLP guest lecture: How to get text to confess what knowledge it has
NLP guest lecture: How to get text to confess what knowledge it hasNLP guest lecture: How to get text to confess what knowledge it has
NLP guest lecture: How to get text to confess what knowledge it hasFariz Darari
 
Supply and Demand - AI Talents
Supply and Demand - AI TalentsSupply and Demand - AI Talents
Supply and Demand - AI TalentsFariz Darari
 
Basic Python Programming: Part 01 and Part 02
Basic Python Programming: Part 01 and Part 02Basic Python Programming: Part 01 and Part 02
Basic Python Programming: Part 01 and Part 02Fariz Darari
 
AI in education done properly
AI in education done properlyAI in education done properly
AI in education done properlyFariz Darari
 
Artificial Neural Networks: Pointers
Artificial Neural Networks: PointersArtificial Neural Networks: Pointers
Artificial Neural Networks: PointersFariz Darari
 
Open Tridharma at ICACSIS 2019
Open Tridharma at ICACSIS 2019Open Tridharma at ICACSIS 2019
Open Tridharma at ICACSIS 2019Fariz Darari
 
Defense Slides of Avicenna Wisesa - PROWD
Defense Slides of Avicenna Wisesa - PROWDDefense Slides of Avicenna Wisesa - PROWD
Defense Slides of Avicenna Wisesa - PROWDFariz Darari
 
Seminar Laporan Aktualisasi - Tridharma Terbuka - Fariz Darari
Seminar Laporan Aktualisasi - Tridharma Terbuka - Fariz DarariSeminar Laporan Aktualisasi - Tridharma Terbuka - Fariz Darari
Seminar Laporan Aktualisasi - Tridharma Terbuka - Fariz DarariFariz Darari
 
Foundations of Programming - Java OOP
Foundations of Programming - Java OOPFoundations of Programming - Java OOP
Foundations of Programming - Java OOPFariz Darari
 
Recursion in Python
Recursion in PythonRecursion in Python
Recursion in PythonFariz Darari
 
[ISWC 2013] Completeness statements about RDF data sources and their use for ...
[ISWC 2013] Completeness statements about RDF data sources and their use for ...[ISWC 2013] Completeness statements about RDF data sources and their use for ...
[ISWC 2013] Completeness statements about RDF data sources and their use for ...Fariz Darari
 
Testing in Python: doctest and unittest (Updated)
Testing in Python: doctest and unittest (Updated)Testing in Python: doctest and unittest (Updated)
Testing in Python: doctest and unittest (Updated)Fariz Darari
 
Testing in Python: doctest and unittest
Testing in Python: doctest and unittestTesting in Python: doctest and unittest
Testing in Python: doctest and unittestFariz Darari
 
Dissertation Defense - Managing and Consuming Completeness Information for RD...
Dissertation Defense - Managing and Consuming Completeness Information for RD...Dissertation Defense - Managing and Consuming Completeness Information for RD...
Dissertation Defense - Managing and Consuming Completeness Information for RD...Fariz Darari
 
Research Writing - 2018.07.18
Research Writing - 2018.07.18Research Writing - 2018.07.18
Research Writing - 2018.07.18Fariz Darari
 
KOI - Knowledge Of Incidents - SemEval 2018
KOI - Knowledge Of Incidents - SemEval 2018KOI - Knowledge Of Incidents - SemEval 2018
KOI - Knowledge Of Incidents - SemEval 2018Fariz Darari
 

Mehr von Fariz Darari (20)

Data X Museum - Hari Museum Internasional 2022 - WMID
Data X Museum - Hari Museum Internasional 2022 - WMIDData X Museum - Hari Museum Internasional 2022 - WMID
Data X Museum - Hari Museum Internasional 2022 - WMID
 
[PUBLIC] quiz-01-midterm-solutions.pdf
[PUBLIC] quiz-01-midterm-solutions.pdf[PUBLIC] quiz-01-midterm-solutions.pdf
[PUBLIC] quiz-01-midterm-solutions.pdf
 
Free AI Kit - Game Theory
Free AI Kit - Game TheoryFree AI Kit - Game Theory
Free AI Kit - Game Theory
 
Neural Networks and Deep Learning: An Intro
Neural Networks and Deep Learning: An IntroNeural Networks and Deep Learning: An Intro
Neural Networks and Deep Learning: An Intro
 
NLP guest lecture: How to get text to confess what knowledge it has
NLP guest lecture: How to get text to confess what knowledge it hasNLP guest lecture: How to get text to confess what knowledge it has
NLP guest lecture: How to get text to confess what knowledge it has
 
Supply and Demand - AI Talents
Supply and Demand - AI TalentsSupply and Demand - AI Talents
Supply and Demand - AI Talents
 
Basic Python Programming: Part 01 and Part 02
Basic Python Programming: Part 01 and Part 02Basic Python Programming: Part 01 and Part 02
Basic Python Programming: Part 01 and Part 02
 
AI in education done properly
AI in education done properlyAI in education done properly
AI in education done properly
 
Artificial Neural Networks: Pointers
Artificial Neural Networks: PointersArtificial Neural Networks: Pointers
Artificial Neural Networks: Pointers
 
Open Tridharma at ICACSIS 2019
Open Tridharma at ICACSIS 2019Open Tridharma at ICACSIS 2019
Open Tridharma at ICACSIS 2019
 
Defense Slides of Avicenna Wisesa - PROWD
Defense Slides of Avicenna Wisesa - PROWDDefense Slides of Avicenna Wisesa - PROWD
Defense Slides of Avicenna Wisesa - PROWD
 
Seminar Laporan Aktualisasi - Tridharma Terbuka - Fariz Darari
Seminar Laporan Aktualisasi - Tridharma Terbuka - Fariz DarariSeminar Laporan Aktualisasi - Tridharma Terbuka - Fariz Darari
Seminar Laporan Aktualisasi - Tridharma Terbuka - Fariz Darari
 
Foundations of Programming - Java OOP
Foundations of Programming - Java OOPFoundations of Programming - Java OOP
Foundations of Programming - Java OOP
 
Recursion in Python
Recursion in PythonRecursion in Python
Recursion in Python
 
[ISWC 2013] Completeness statements about RDF data sources and their use for ...
[ISWC 2013] Completeness statements about RDF data sources and their use for ...[ISWC 2013] Completeness statements about RDF data sources and their use for ...
[ISWC 2013] Completeness statements about RDF data sources and their use for ...
 
Testing in Python: doctest and unittest (Updated)
Testing in Python: doctest and unittest (Updated)Testing in Python: doctest and unittest (Updated)
Testing in Python: doctest and unittest (Updated)
 
Testing in Python: doctest and unittest
Testing in Python: doctest and unittestTesting in Python: doctest and unittest
Testing in Python: doctest and unittest
 
Dissertation Defense - Managing and Consuming Completeness Information for RD...
Dissertation Defense - Managing and Consuming Completeness Information for RD...Dissertation Defense - Managing and Consuming Completeness Information for RD...
Dissertation Defense - Managing and Consuming Completeness Information for RD...
 
Research Writing - 2018.07.18
Research Writing - 2018.07.18Research Writing - 2018.07.18
Research Writing - 2018.07.18
 
KOI - Knowledge Of Incidents - SemEval 2018
KOI - Knowledge Of Incidents - SemEval 2018KOI - Knowledge Of Incidents - SemEval 2018
KOI - Knowledge Of Incidents - SemEval 2018
 

Kürzlich hochgeladen

Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Delhi Call girls
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...tanu pandey
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...Neha Pandey
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...singhpriety023
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceDelhi Call girls
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)Delhi Call girls
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLimonikaupta
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445ruhi
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...SofiyaSharma5
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.soniya singh
 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...Escorts Call Girls
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service OnlineCALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Onlineanilsa9823
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)Damian Radcliffe
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝soniya singh
 

Kürzlich hochgeladen (20)

Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
 
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
 
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service OnlineCALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
 

Knowledge Technologies: Opportunities and Challenges

  • 1. KNOWLEDGE TECHNOLOGIES: OPPORTUNITIES AND CHALLENGES Fariz Darari fariz@cs.ui.ac.id Dec 8, 2017 Hosted by
  • 2. Fariz Darari • 1988: Born in Malang • 2010: BSc in Computer Science at Universitas Indonesia • 2013: MSc in Computational Logic at University of Bolzano, Italy and TU Dresden, Germany Best Thesis Award and Enno-Heidebroek Award • 2017: PhD in Computational Logic at University of Bolzano, Italy and TU Dresden, Germany • 2017: Lecturer at Faculty of CS, Universitas Indonesia
  • 6. • Knowledge Technologies: Motivations • Semantic Web • Knowledge Bases These Days (= Zaman Now) • Wikidata • DBpedia • Applications • Discussion: Challenges & Opportunities Menu
  • 7. What if the knowledge in your brains,* can be queried by computers? *notice the plural form
  • 8. What if the knowledge in your brains,* can be queried by computers? *notice the plural form
  • 9. What if the knowledge in your brains,* can be queried by computers? *notice the plural form
  • 10. What if the knowledge in your brains, can be queried by computers? Can you imagine what kind of advancements can be made to humanity?
  • 11. What if the knowledge in your brains, can be queried by computers? Can you imagine what kind of advancements can be made to humanity? Stay tuned, will present you an answer to this question some slides later!
  • 12. ... if properly designed, the Semantic Web can assist the evolution of human knowledge as a whole. – Tim Berners-Lee Inventor of the (Semantic) Web
  • 13. What is the Semantic Web?
  • 14. What is the Semantic Web?
  • 15. What is the Semantic Web? The set of technologies to put knowledge on the Web, that is based on the following four principles: 1. Use URIs (Universal Resource Identifiers)* for identifying things 2. Use HTTP** URIs so people can look up those names 3. When someone looks up a URI, provide useful knowledge using the standards: RDF and SPARQL. 4. Include links to other URIs, so they can discover more things https://www.w3.org/DesignIssues/LinkedData.html * URI = just like URL (web address), but you use it to identify things just like barcode for supermarket stuff! ** HTTP = the mechanism you use every time you access the Web!
  • 16. Semantic Web IRL (In Real Life)
  • 17. Semantic Web Standards the data guy the schema guy the query guy
  • 18. RDF in one slide the data guy • Data model, based on S-P-O triple structure (Subject, Predicate, Object) • Used for describing things, yes, every, single, thing And anyway, RDF = Resource Description Framework • Key features: • RDF data can be exported in JSON and XML • RDF links things, not just documents • RDF links are typed TelkomUniversity somelink Bandung TelkomUniversity locatedIn Bandung
  • 19. OWL in one slide • Schema (=Ontology) language, describing vocabularies • Yes, it is on the meta-level! • Short for: Web Ontology Language (WOL? No, it is OWL!) • Key features: • Reasoning: you can check if your knowledge is consistent/not! • Reasoning again: you can conclude new things based on existing facts. • Very simple example: owl SubClassOf bird + bird SubClassOf animal + owl EquivalentClass strigifomes Now, if Bobi is a Strigifomes, do you think Bobi is an animal? the schema guy
  • 20. OWL in one slide • Schema (=Ontology) language, describing vocabularies • Yes, it is on the meta-level! • Short for: Web Ontology Language (WOL? No, it is OWL!) • Key features: • Reasoning: you can check if your knowledge is consistent/not! • Reasoning again: you can conclude new things based on existing facts. • Very simple example: owl SubClassOf bird + bird SubClassOf animal + owl EquivalentClass strigifomes Now, if Bobi is a Strigifomes, do you think Bobi is an animal? OWL will say: the schema guy
  • 21. OWL in one slide • Schema (=Ontology) language, describing vocabularies • Yes, it is on the meta-level! • Short for: Web Ontology Language (WOL? No, it is OWL!) • Key features: • Reasoning: you can check if your knowledge is consistent/not! • Reasoning again: you can conclude new things based on existing facts. • Very simple example: owl SubClassOf bird + bird SubClassOf animal + owl EquivalentClass strigifomes Now, if Bobi is a Strigifomes, do you think Bobi is an animal? OWL will say: "YES!" the schema guy
  • 22. SPARQL in one slide the query guy • Query language: If RDF captures knowledge, SPARQL asks questions about knowledge! • Short for: SPARQL Protocol and RDF Query Language • Key features: Asking for knowledge, is a KEY feature! • Very simple example: TelkomUniversity locatedIn Bandung Bandung headOfGov RidwanKamil TelkomUniversity instanceOf University It is SPARQLing! SELECT ?university WHERE { ?university instanceOf University . ?university locatedIn ?city . ?city headOfGov RidwanKamil } Guess what this query is asking for? HINT: Question mark (?) represents variables to match with RDF data!
  • 23. Knowledge Bases (KBs) These Days (Zaman Now) KB THEN KB ALMOST NOW KB NOW
  • 24. Knowledge Bases (KBs) These Days (Zaman Now) KB NOW
  • 25. Knowledge Bases (KBs) These Days (Zaman Now) KB NOW Subject Predicate Predicate Predicate Object Object Object Reminds you of something?
  • 26. Knowledge Bases (KBs) These Days (Zaman Now) KB NOW Subject Predicate Predicate Predicate Object Object Object Reminds you of something? the data guy
  • 27. Knowledge Bases (KBs) These Days (Zaman Now) KB NOW Subject Predicate Predicate Predicate Object Object Object Reminds you of something? the data guy btw, every subject in Wikidata has its own identifier, the URI is made by: Wikidata domain + identifier
  • 28. Knowledge Bases (KBs) These Days (Zaman Now) KB NOW Subject Predicate Predicate Predicate Object Object Object Reminds you of something? the data guy btw, every subject in Wikidata has its own identifier, the URI is made by: Wikidata domain + identifier = P31 = P571 = Q4830453 = Q10389
  • 29. Knowledge Bases (KBs) These Days (Zaman Now) the query guy http://tinyurl.com/yc6jsmhv
  • 30. Knowledge Bases (KBs) These Days (Zaman Now) the query guy http://tinyurl.com/y84kyl4d
  • 31. Knowledge Bases (KBs) These Days (Zaman Now) the schema guy OwlInWinnieThePooh instanceOf fictionalOwl fictionalOwl subClassOf fictionalBird fictionalBird subClassOf fictionalAnimal
  • 32. Knowledge Bases (KBs) These Days (Zaman Now) Wikidata key features: • It is like Wikipedia but for data! • It is under Wikimedia foundation • It is crowdsourced, anyone can add data • It is free • It's got 326 million facts about 40 million subjects! (Wikipedia only has 5 million subjects!) • It loves the Semantic Web
  • 33. Knowledge Bases (KBs) These Days (Zaman Now)
  • 34. Knowledge Bases (KBs) These Days (Zaman Now) DBpedia key features: • It extracts data from Wikipedia infoboxes (summary box on top right corner). • It is free • It's got 13 BILLION facts about 7 million subjects! • It loves the Semantic Web
  • 35. Knowledge Bases (KBs) These Days (Zaman Now) DBpedia key features: • It extracts data from Wikipedia infoboxes (summary box on top right corner). • It is free • It's got 13 BILLION facts about 7 million subjects! • It loves the Semantic Web • DBpedia Indonesia is available, hosted by Faculty of Computer Science, Univ. Indonesia
  • 36. Knowledge Bases (KBs) From Time to Time (Semantic) Knowledge Bases in 2007
  • 37. Knowledge Bases (KBs) From Time to Time (Semantic) Knowledge Bases in 2017
  • 38. Knowledge Bases (KBs) From Time to Time (Semantic) Knowledge Bases in 2017
  • 41. Application: Answer Engine Question: When was Soekarno born?
  • 42. Question: When was Soekarno born? http://id.dbpedia.org/page/Soekarno Application: DBpedia-powered Answer Engine
  • 43. Application: DBpedia-powered Answer Engine Question: When was Soekarno born? Borrow Techniques from Natural Language Processing SELECT ?birthDate WHERE { <http://id.dbpedia.org/resource/Soekarno> <http://dbpedia.org/ontology/birthDate> ?birthDate } SPARQL Query over DBpedia http://id.dbpedia.org/sparql
  • 45. Application: Timeline Infographics Task: Create timeline of Indonesian national heroes based on their birthdates! Without Wikidata: - Read by eyes websites about national heroes (there are all 173 heroes!) - Gather information manually - Visualize information manually Total time spent: 24+ hours!
  • 46. Application: Wikidata-powered Timeline Infographics Task: Create timeline of Indonesian national heroes based on their birthdates! With Wikidata (and Histropedia): - Formulate and evaluate the query - VOILA: Beautiful timeline infographics created! Total time spent: 10 minutes!
  • 51. By the way, let's join Jasmerah, for better (data about the) Indonesian history! https://www.wikidata.org/wiki/Wikidata:WikiProject_Jasmerah
  • 53. Application: Wikidata-powered Virtual Doctor dr Wikidata: Tell me your symptoms
  • 54. Application: Wikidata-powered Virtual Doctor dr Wikidata: Tell me your symptoms Patient: I feel like fatigue, headache, joint pain, and vomitting
  • 55. Application: Wikidata-powered Virtual Doctor dr Wikidata: Tell me your symptoms Patient: I feel like fatigue, headache, joint pain, and vomitting dr Wikidata: From what I know, you most likely get dengue fever!
  • 56. Application: Wikidata-powered Virtual Doctor Behind the scenes http://tinyurl.com/y96cpbx8
  • 57. Application: Wikidata-powered Virtual Doctor Behind the scenes http://tinyurl.com/y96cpbx8
  • 58. Application: What is the news about? http://www.thejakartapost.com/news/2017/10/20/telkom-plans-to-acquire-three-foreign-firms.html
  • 59. Application: What is the news about?
  • 60. Application: What is the news about?
  • 61. Application: What is the news about?
  • 62. Application: What is the news about? Cross-dataset knowledge discovery!
  • 63.
  • 64. Data Quality Symptoms of Dengue Fever do not include fever!
  • 65. Completeness: Is the data complete enough? Is it of sufficient breadth and depth? Accuracy: How accurate is the data? Is it reliable and verifiable? Timeliness: Is the data up-to-date? Is the latest data included? Data Quality
  • 68. Data Consumption How to reduce technological learning steep for developers and end-users? Can we build more killer apps?
  • 69. Data Scalability Are we ready for data explosion?
  • 70. Data Fusion How to combine structured data and unstructured data (= text)?
  • 71. Data Analytics What can be analyzed, and how fast?

Hinweis der Redaktion

  1. Credits: https://www.pexels.com/search/network/
  2. Credits: https://www.iconfinder.com/search/?q=award&price=free https://www.iconfinder.com/search/?q=baby&price=free
  3. https://www.pexels.com/photo/arrangement-blur-clear-cutlery-291767/
  4. https://pixabay.com/p-308580/?no_redirect
  5. https://www.goodfreephotos.com/albums/vector-images/colorful-brain-map-vector-clipart.png
  6. https://www.iconfinder.com/search/?q=computer&price=free
  7. https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Sir_Tim_Berners-Lee.jpg/1200px-Sir_Tim_Berners-Lee.jpg https://www-sop.inria.fr/acacia/cours/essi2006/Scientific%20American_%20Feature%20Article_%20The%20Semantic%20Web_%20May%202001.pdf
  8. http://linkeddatabook.com/editions/1.0/
  9. http://bukuerlangga.co.id/3374-3493-large/pop-up-bobi-si-burung-hantu-.jpg
  10. http://bukuerlangga.co.id/3374-3493-large/pop-up-bobi-si-burung-hantu-.jpg
  11. http://www.slate.com/content/dam/slate/articles/technology/technology/2012/03/120315_TECH_encyclopediaB.jpg.CROP.original-original.jpg
  12. http://lod-cloud.net/
  13. http://lod-cloud.net/
  14. http://lod-cloud.net/
  15. Credits: https://www.showeet.com/wp-content/gallery/2-0070-timeline-infographics-widescreen/04-Timeline-Infographics-PowerPoint.PNG
  16. https://symptomsbeta.webmd.com/#/symptoms
  17. https://www.pexels.com/search/doctor/
  18. https://www.pexels.com/search/doctor/
  19. https://www.pexels.com/search/doctor/
  20. https://www.pexels.com/search/doctor/
  21. https://www.pexels.com/search/doctor/
  22. Knowledge discovery
  23. Knowledge discovery
  24. Knowledge discovery
  25. Knowledge discovery
  26. Knowledge discovery
  27. Machine learning/data mining
  28. Machine learning/data mining