Outline! Introduction to Knowledge Representation and Ontologies! Ontologies and knowledge representation in Computing Sciences!

Size: px
Start display at page:

Download "Outline! Introduction to Knowledge Representation and Ontologies! Ontologies and knowledge representation in Computing Sciences!"

Transcription

1 Outline! Introduction to Knowledge Representation and Ontologies! Gilles Falquet! Université de Genève,! Centre universitaire d informatique! Knowledge representation in computing science:!! computational linguistics and terminology!! artificial intelligence!! information systems!! semantic web! Ontology and ontologies! Languages for ontologies! Ontologies in other domains of knowledge! 1 2 Terminology and Ontology! Ontologies and knowledge representation in Computing Sciences! Terminological Databases! Computational linguistics/terminology!!"terminological databases!!"lexical ontologies! Artificial intelligence!!"reasoning on world states! Information systems!!"object-based analysis and design!!"system interoperability!!"semantic web! Set of entries comprised of! " Term! " Definition! " Source! " Reliability! " Synonyms! " Generic! " Translation! " Etc.! 3 4

2 Terminology and Ontology! Eurodicautom entry! Ontology " Thesaurus! The goal of a thesaurus is to define a controlled vocabulary (e.g. for indexing articles)!! Thesauri are not ontologies! " Entries are not necessarily concepts ( transportation )! " Entries are often domain names! " Some relations are vague (e.g see also )! " The generic/specific relation has several meanings! In Urbamet: Transportation > Accident > Speed! (subdomains)! 5 6 Computational Linguistics: Lexical Ontologies! Wordnet: a Lexical Ontology! Goal: associate senses with words! The lexicon determines the ontology (what is not named does not exist).! Show semantic relationships between senses! Based on the English (Spanish, ) lexicon! Connect each form (sequence of letters) to its senses! A sense (concept) is a synset! # terms (word, sense)! forms (words)! senses! 17% of the words are polysemous! 40% of the words have a synonym! 7 8

3 Senses! "table"! form! n.! n.! term! #table(1)! A piece of furniture having...! #table(2)! A set of data arranged in rows and columns! sense! (concept)! 9 10 Synsets! Semantic Relations! table! mesa! form! $"furniture"! "table"! forme! n.! n.! n.! term! adj.! n.! n.! term! synonym! #table(1)! Piece of furniture...! #table(2)! Flat tableland with steep edget! (synsets)! senses! 11 #meuble(1)! object that...! hyperonymy! #table(1)! A piece of furniture with! sens! 12

4 Meronymy! "leg"! "table"! form! n.! n.! n.! 3 types of parts :! - component! - substance! - member! word! meronym (part)! 13 #leg(3)! objet that supports...! #table(1)! piece of furniture! sense! 14 Applications! Ontologies in Artificial Intelligence! In natural language processing! " Normalization (unify synonyms)! " Word sense disambiguation! Intelligent systems must be able to understand the world, to infer implicit facts, etc.! In information retrieval! " Query expansion (with synonyms, hyponyms, )!?! a! b! 15 Put a on b!! 16

5 "A cube is an object! Logical Models! "A tetrahedron is an object! "Two objects cannot be at the same place! "A cube cannot stand on a tetrahedron! "An object cannot be moved if there is another object on top of it! Use propositional and predicate logic! " to represent world state! " to represent inference rules! Inference engines to deduce implicit facts, to find solutions,! a! b! Put a on b!! The CyC Project! Axiom 1.!x Cube(x) " Object(x)! Axiom 2.!x!y Object(x)! Object(y)! x " y!! " location(x) " location(y)! Axiom 3.!x!y On(x, y) " Movable(y)! Build a theory of commonsense, to add AI to all computer programs! In first order logic! Currently millions of axioms! Grouped in coherent microtheories : geometry, physics, movement, transport,! a! b! (the top level is freely available)! 19 20

6 Information Systems! Object/Class-based models! Collect, store, process, retrieve information that is required to manage an organization.! Necessary to know what exists in the organization s domain.! What type of information do we have?! What are the relations between these information types?!!" Object/Class-based models!!" the UML standard! The Semantic Web Initiative! Machines cannot understand natural language! Hence, the web is not machine processable.! " impossible to write a program to find a German car for sale at a price lower than 1000 %! Idea: associate a formal representation to each web resource.! The Semantic Web Initiative! Alberto sells a Alberto Ford (67sells 0%). a Alberto His Ford (67sells address 0%). a Alberto Ford Hisis (67 sells Geneva address a Alberto Ford (67sells 0%).! Hisis Geneva 0%). a Ford His (67 address! is address 0%). His Geneva! is Geneva address! is Geneva! a1 type car! a1 price 670! a1 make Ford! a1 owner a2! a2 name Alberto! a2 addr a3! a3 city Geneva! a3 street! vehicle! car! Ford! VW!! bicycle!! location! city!! Geneva! Genova!! town! resource! (document)! resource description! (RDF document)! reference ontology! 23 24

7 Ontology and Ontologies! Concept! Ontology (philo.) The branch of metaphysics dealing with the nature of being. In particular:! " Categories of being! " Entities and types of entities! " Relationships between entities! An ontology. Enumeration/description/organisation of existing entities.! " Hierarchies of concepts! " General vs. Local ontologies (for a particular field of knowledge)! A class of objects grouped according to their properties.! " usual sense of concept = general notion, abstract idea! Concept extension: all the objects having the desired properties = the instances of the concept.! Concept intension: the properties that define the concept.! is-a Semantic relation! A Top Level Ontology! Generic/specific: A is more specific than B (A is-a B) if! every instance of A is an instance of B! (inclusion of the extensions)! all cars are vehicles! all humans are animals! Ontologies are usually organized according to the is-a relation.! 27 John F. Sowa. Knowledge Representation! 28

8 Terminology and Ontology! Terminology and Ontology! Languages for Ontological Knowledge Representation! Concepts are strongly related to human languages.! A concept is generally designated by a (list of) word(s)! A syntax!! textual, graphical,!! how to write well formed sentences! In terminology a term is the association of a word with the concept it designates in a particular domain! A semantics!! what do the sentences mean! Table in the Furniture domain! Table in the Data Representation domain! Table in the Database domain! 29 Properties! " Formality: formal syntax and semantics! " Expressiveness: what can we express with this language?! " Computability of reasoning tasks! 30 Semantic networks! Object-oriented Modeling! Syntax: arrows and bubbles! Semantics: not formally defined! Leg! has! is a! Elephant! Animal! eat! Grass! Distinction between the class (concept) and the object (instance) level! Syntax: Class diagrams! " classes (concepts)! " associations (with cardinality constraints)! " attributes! " subclass (is-a) relationships! " aggregation (part-of) relationships! is a! Clyde! 31 No complete formal semantics! A standard: UML! 32

9 CityGML! Example! Animal! weight! Leg! weight! length! 4..4! Elephant! (weight)! name! age! First Order Logic! Predicate logic - Properties! Syntax:! " symbols: variables, predicates, functions,!,#,!, ",, (, ),,! " grammar rules to construct formulaes! Semantics:! interpretation domain (a set)! " predicate symbol # n-ary relation! " function symbol # n-ary function! "!, ", # truth tables! "!,# # evaluation rules! " etc.! 35 Highly expressive! " every algorithm is expressible in PL! But reasoning cannot be fully automated! " no general algorithm for proving that A is a consequence of B (in finite time)! There exist partial theorem provers! " they answer yes, no or run forever! 36

10 Description Logics (DL)! Example Ontology! A family of logic languages! " Reasoning can be automated in many DLs! " Reasonably expressive! " Less expressive than predicate logics! Syntax:! " Concept names, role names, individual names! " and, or, not, some, all, at least, at most! " Axioms for inclusion and equivalence of concepts! Primitive concepts: Man, Woman, Student, GraduateStudent! Roles: CHILD! Axioms ( Terminological Box )! 1." Person $ Man or Woman! 2." GraduateStudent $ Student! 3." Student $ Person! 4." Parent $ Person and some CHILD. Person! 5." AcademicParent $ Parent and (all CHILD. Student)! 6." Man and Woman $ Ø!!(disjointness)! Semantics: based on set theory, the interpretation of a concept is a subset of the universe &.! An interpretation (individuals)! Reasoning Tasks in DL! Parent! AcademicParent! Karl! Student! Subsumption! " Check if C $ D (all C s are D s)! AcademicParent $ Person?! Elena! Suzan! Satisfiability! " Is it possible to have an individual in C?! Emma! Bob! Marc! Instance checking! " Does the individual w belong to C?! CHILD! 39 40

11 OWL! Why Expressive Formal Ontology Languages?! Ontology Web Language! Recommended by the W3 consortium! Three levels: Lite, DL, Full! OWL DL is a DL language (SHOIQ) with an XML syntax! Available tools! " ontology editors (Protégé, )! " reasoners (Pellet, Racer, Fact++, )! (Originally)! " to implement reasoning capabilities in AI systems (robotics, expert systems, artificial mathematicians, )! (Now)! " a formal ontology can be checked for consistent (every concept must be satisfiable)! " reasoners can automatically (re)compute the concept hierarchy! " concept definitions can be formally compared! Using Ontologies in a Domain of Knowledge! Ontology Design! Improve communication! " agree on common concepts => create communication standards and languages! " compare point of views! " communicate with other domains! Reflect on the domain! " e.g. build new conceptual organizations, new concepts! A basis to build information systems or other computerized applications! " e.g. managing, comparing, extracting knowledge from medical reports => reference to common concepts! 43 Define the objectives of the ontology! Di'erent types of ontologies! Top level ontology! Domain ontology! " reference for mutual understanding between human or artificial agents! Task ontology! Application ontology! " automated reasoning is important! " usability! " generally not reusable (too specific)! 44

12 Design Methodology - Methontology! Glossary of Terms! Methontology (Gomez-Perez et al.)! Identify the type of representation! Construction! 1. Glossary of terme! 2. Taxonomy of concepts! 3. Ad hoc binary relations! 4. Concept dictionnary! Description language! Binary relations - Instance attributes - Class attributes - Formal axioms - Rules - Instances! Name! American Airlines Flight! Business Trip! Location! arrival Date! departure Place! Type! Concept! Concept! Concept! Instance Attribute! Relation (Travel, Location)! Other Methods! Ontologies and Point of Views! Example: Grûninger et Fox! " define scenarios! " elaborate capacity questions! " elaborate formal capacity questions (in logic)! " specify axioms! "! Generally impossible or impracticable to have a single domain ontology for all needs.! An approach: consider an ontology as a point of view on a domain!!" Need to manage several point of views! 47 48

13 Ontology alignment! The Towntology Action! animal! vertebrate! mammal! animal! lion! Study the use of ontologies in Urban civil engineering! " To improve communication: H-H, H-C, C-C! Build a repository of (pre)ontologies related to UCE! Identify knowledge sources (legal texts, thesauri, databases ) that could help building urban ontologies! feline! alignment! records! Child ontology! Explore use cases! " practical! " theoretical (in urban morphology)! lion! 49 Explore ontology design and management tools! 50 Example: Articulation Ontology! An more topics! Interconnecting CityGML (3D city model) and an air quality models (mainly di'. equations).! Technique: articulation ontolgy (OUPP)! Ontology management! Extracting ( learning ) ontologies from texts and data! water body! street! buildi ng! part! street! canyon! street! canyon! thermal! conditions! pollutant! distribution! Transforming sources to ontologies! Visualizing large ontologies!! Others ways to define concepts (e.g. prototypical instances)! CityGML! OUPP! AirQuality! 51 52

Predicate logic Proofs Artificial intelligence. Predicate logic. SET07106 Mathematics for Software Engineering

Predicate logic Proofs Artificial intelligence. Predicate logic. SET07106 Mathematics for Software Engineering Predicate logic SET07106 Mathematics for Software Engineering School of Computing Edinburgh Napier University Module Leader: Uta Priss 2010 Copyright Edinburgh Napier University Predicate logic Slide 1/24

More information

Evaluation experiment for the editor of the WebODE ontology workbench

Evaluation experiment for the editor of the WebODE ontology workbench Evaluation experiment for the editor of the WebODE ontology workbench Óscar Corcho, Mariano Fernández-López, Asunción Gómez-Pérez Facultad de Informática. Universidad Politécnica de Madrid Campus de Montegancedo,

More information

SEMANTIC VIDEO ANNOTATION IN E-LEARNING FRAMEWORK

SEMANTIC VIDEO ANNOTATION IN E-LEARNING FRAMEWORK SEMANTIC VIDEO ANNOTATION IN E-LEARNING FRAMEWORK Antonella Carbonaro, Rodolfo Ferrini Department of Computer Science University of Bologna Mura Anteo Zamboni 7, I-40127 Bologna, Italy Tel.: +39 0547 338830

More information

ONTOLOGIES A short tutorial with references to YAGO Cosmina CROITORU

ONTOLOGIES A short tutorial with references to YAGO Cosmina CROITORU ONTOLOGIES p. 1/40 ONTOLOGIES A short tutorial with references to YAGO Cosmina CROITORU Unlocking the Secrets of the Past: Text Mining for Historical Documents Blockseminar, 21.2.-11.3.2011 ONTOLOGIES

More information

FUNDAMENTALS OF ARTIFICIAL INTELLIGENCE KNOWLEDGE REPRESENTATION AND NETWORKED SCHEMES

FUNDAMENTALS OF ARTIFICIAL INTELLIGENCE KNOWLEDGE REPRESENTATION AND NETWORKED SCHEMES Riga Technical University Faculty of Computer Science and Information Technology Department of Systems Theory and Design FUNDAMENTALS OF ARTIFICIAL INTELLIGENCE Lecture 7 KNOWLEDGE REPRESENTATION AND NETWORKED

More information

A Framework for Ontology-Based Knowledge Management System

A Framework for Ontology-Based Knowledge Management System A Framework for Ontology-Based Knowledge Management System Jiangning WU Institute of Systems Engineering, Dalian University of Technology, Dalian, 116024, China E-mail: jnwu@dlut.edu.cn Abstract Knowledge

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence ICS461 Fall 2010 1 Lecture #12B More Representations Outline Logics Rules Frames Nancy E. Reed nreed@hawaii.edu 2 Representation Agents deal with knowledge (data) Facts (believe

More information

Ontology Modeling Using UML

Ontology Modeling Using UML Ontology Modeling Using UML Xin Wang Christine W. Chan Department of Computer Science, University of Regina, Regina, Saskatchewan, Canada S4S 0A2 wangx@cs.uregina.ca, chan@cs.uregina.ca Abstract Ontology

More information

! " # The Logic of Descriptions. Logics for Data and Knowledge Representation. Terminology. Overview. Three Basic Features. Some History on DLs

!  # The Logic of Descriptions. Logics for Data and Knowledge Representation. Terminology. Overview. Three Basic Features. Some History on DLs ,!0((,.+#$),%$(-&.& *,2(-$)%&2.'3&%!&, Logics for Data and Knowledge Representation Alessandro Agostini agostini@dit.unitn.it University of Trento Fausto Giunchiglia fausto@dit.unitn.it The Logic of Descriptions!$%&'()*$#)

More information

Knowledge Management

Knowledge Management Knowledge Management INF5100 Autumn 2006 Outline Background Knowledge Management (KM) What is knowledge KM Processes Knowledge Management Systems and Knowledge Bases Ontologies What is an ontology Types

More information

Ontologies for Enterprise Integration

Ontologies for Enterprise Integration Ontologies for Enterprise Integration Mark S. Fox and Michael Gruninger Department of Industrial Engineering,University of Toronto, 4 Taddle Creek Road, Toronto, Ontario M5S 1A4 tel:1-416-978-6823 fax:1-416-971-1373

More information

Semantic EPC: Enhancing Process Modeling Using Ontologies

Semantic EPC: Enhancing Process Modeling Using Ontologies Institute for Information Systems IWi Institut (IWi) für at the German Research Wirtschaftsinformatik Center for im DFKI Saarbrücken Artificial Intelligence (DFKI), Saarland University Semantic EPC: Enhancing

More information

Module Catalogue for the Bachelor Program in Computational Linguistics at the University of Heidelberg

Module Catalogue for the Bachelor Program in Computational Linguistics at the University of Heidelberg Module Catalogue for the Bachelor Program in Computational Linguistics at the University of Heidelberg March 1, 2007 The catalogue is organized into sections of (1) obligatory modules ( Basismodule ) that

More information

Formalization of the CRM: Initial Thoughts

Formalization of the CRM: Initial Thoughts Formalization of the CRM: Initial Thoughts Carlo Meghini Istituto di Scienza e Tecnologie della Informazione Consiglio Nazionale delle Ricerche Pisa CRM SIG Meeting Iraklio, October 1st, 2014 Outline Overture:

More information

University of Ostrava. Reasoning in Description Logic with Semantic Tableau Binary Trees

University of Ostrava. Reasoning in Description Logic with Semantic Tableau Binary Trees University of Ostrava Institute for Research and Applications of Fuzzy Modeling Reasoning in Description Logic with Semantic Tableau Binary Trees Alena Lukasová Research report No. 63 2005 Submitted/to

More information

Overview of the TACITUS Project

Overview of the TACITUS Project Overview of the TACITUS Project Jerry R. Hobbs Artificial Intelligence Center SRI International 1 Aims of the Project The specific aim of the TACITUS project is to develop interpretation processes for

More information

Course Syllabus For Operations Management. Management Information Systems

Course Syllabus For Operations Management. Management Information Systems For Operations Management and Management Information Systems Department School Year First Year First Year First Year Second year Second year Second year Third year Third year Third year Third year Third

More information

Information Technology for KM

Information Technology for KM On the Relations between Structural Case-Based Reasoning and Ontology-based Knowledge Management Ralph Bergmann & Martin Schaaf University of Hildesheim Data- and Knowledge Management Group www.dwm.uni-hildesheim.de

More information

A terminology model approach for defining and managing statistical metadata

A terminology model approach for defining and managing statistical metadata A terminology model approach for defining and managing statistical metadata Comments to : R. Karge (49) 30-6576 2791 mail reinhard.karge@run-software.com Content 1 Introduction... 4 2 Knowledge presentation...

More information

Semantic analysis of text and speech

Semantic analysis of text and speech Semantic analysis of text and speech SGN-9206 Signal processing graduate seminar II, Fall 2007 Anssi Klapuri Institute of Signal Processing, Tampere University of Technology, Finland Outline What is semantic

More information

Emerging Web Services Technologies WiSe 2009/2010. Tools for Semantic Web Services

Emerging Web Services Technologies WiSe 2009/2010. Tools for Semantic Web Services Emerging Web Services Technologies WiSe 2009/2010 Tools for Semantic Web Services Agenda 2 Short introduction of Semantic Web Services Ontologies Lifecycle of Semantic Web Services Service descriptions

More information

Semantic Description of Distributed Business Processes

Semantic Description of Distributed Business Processes Semantic Description of Distributed Business Processes Authors: S. Agarwal, S. Rudolph, A. Abecker Presenter: Veli Bicer FZI Forschungszentrum Informatik, Karlsruhe Outline Motivation Formalism for Modeling

More information

Teaching Formal Methods for Computational Linguistics at Uppsala University

Teaching Formal Methods for Computational Linguistics at Uppsala University Teaching Formal Methods for Computational Linguistics at Uppsala University Roussanka Loukanova Computational Linguistics Dept. of Linguistics and Philology, Uppsala University P.O. Box 635, 751 26 Uppsala,

More information

Semantic Interoperability

Semantic Interoperability Ivan Herman Semantic Interoperability Olle Olsson Swedish W3C Office Swedish Institute of Computer Science (SICS) Stockholm Apr 27 2011 (2) Background Stockholm Apr 27, 2011 (2) Trends: from

More information

Multilingual and Localization Support for Ontologies

Multilingual and Localization Support for Ontologies Multilingual and Localization Support for Ontologies Mauricio Espinoza, Asunción Gómez-Pérez and Elena Montiel-Ponsoda UPM, Laboratorio de Inteligencia Artificial, 28660 Boadilla del Monte, Spain {jespinoza,

More information

Completing Description Logic Knowledge Bases using Formal Concept Analysis

Completing Description Logic Knowledge Bases using Formal Concept Analysis Completing Description Logic Knowledge Bases using Formal Concept Analysis Franz Baader, 1 Bernhard Ganter, 1 Barış Sertkaya, 1 and Ulrike Sattler 2 1 TU Dresden, Germany and 2 The University of Manchester,

More information

Towards an Ontology-Driven Approach for the Interoperability Problem in Security Compliance

Towards an Ontology-Driven Approach for the Interoperability Problem in Security Compliance Towards an Ontology-Driven Approach for the Interoperability Problem in Security Compliance Alfred Ka Yiu Wong*, Nandan Paramesh and Pradeep Ray * School of Computer Science and Engineering, School of

More information

Transaction-Typed Points TTPoints

Transaction-Typed Points TTPoints Transaction-Typed Points TTPoints version: 1.0 Technical Report RA-8/2011 Mirosław Ochodek Institute of Computing Science Poznan University of Technology Project operated within the Foundation for Polish

More information

Optimizing Description Logic Subsumption

Optimizing Description Logic Subsumption Topics in Knowledge Representation and Reasoning Optimizing Description Logic Subsumption Maryam Fazel-Zarandi Company Department of Computer Science University of Toronto Outline Introduction Optimization

More information

Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object

Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object Anne Monceaux 1, Joanna Guss 1 1 EADS-CCR, Centreda 1, 4 Avenue Didier Daurat 31700 Blagnac France

More information

Reusable Knowledge-based Components for Building Software. Applications: A Knowledge Modelling Approach

Reusable Knowledge-based Components for Building Software. Applications: A Knowledge Modelling Approach Reusable Knowledge-based Components for Building Software Applications: A Knowledge Modelling Approach Martin Molina, Jose L. Sierra, Jose Cuena Department of Artificial Intelligence, Technical University

More information

Using NLP and Ontologies for Notary Document Management Systems

Using NLP and Ontologies for Notary Document Management Systems Outline Using NLP and Ontologies for Notary Document Management Systems Flora Amato, Antonino Mazzeo, Antonio Penta and Antonio Picariello Dipartimento di Informatica e Sistemistica Universitá di Napoli

More information

CHAPTER 7 GENERAL PROOF SYSTEMS

CHAPTER 7 GENERAL PROOF SYSTEMS CHAPTER 7 GENERAL PROOF SYSTEMS 1 Introduction Proof systems are built to prove statements. They can be thought as an inference machine with special statements, called provable statements, or sometimes

More information

Extending Semantic Resolution via Automated Model Building: applications

Extending Semantic Resolution via Automated Model Building: applications Extending Semantic Resolution via Automated Model Building: applications Ricardo Caferra Nicolas Peltier LIFIA-IMAG L1F1A-IMAG 46, Avenue Felix Viallet 46, Avenue Felix Viallei 38031 Grenoble Cedex FRANCE

More information

Chapter 2: Entity-Relationship Model. Entity Sets. " Example: specific person, company, event, plant

Chapter 2: Entity-Relationship Model. Entity Sets.  Example: specific person, company, event, plant Chapter 2: Entity-Relationship Model! Entity Sets! Relationship Sets! Design Issues! Mapping Constraints! Keys! E-R Diagram! Extended E-R Features! Design of an E-R Database Schema! Reduction of an E-R

More information

Semantic Search in Portals using Ontologies

Semantic Search in Portals using Ontologies Semantic Search in Portals using Ontologies Wallace Anacleto Pinheiro Ana Maria de C. Moura Military Institute of Engineering - IME/RJ Department of Computer Engineering - Rio de Janeiro - Brazil [awallace,anamoura]@de9.ime.eb.br

More information

Reverse Engineering of Relational Databases to Ontologies: An Approach Based on an Analysis of HTML Forms

Reverse Engineering of Relational Databases to Ontologies: An Approach Based on an Analysis of HTML Forms Reverse Engineering of Relational Databases to Ontologies: An Approach Based on an Analysis of HTML Forms Irina Astrova 1, Bela Stantic 2 1 Tallinn University of Technology, Ehitajate tee 5, 19086 Tallinn,

More information

2. Using Ontologies in Software Engineering and Technology

2. Using Ontologies in Software Engineering and Technology 2. Using Ontologies in Software Engineering and Technology Francisco Ruiz ALARCOS Research Group. Dept. of Information Technologies and Systems, Escuela Superior de Informática, University of Castilla-La

More information

Semantic Information on Electronic Medical Records (EMRs) through Ontologies

Semantic Information on Electronic Medical Records (EMRs) through Ontologies Semantic Information on Electronic Medical Records (EMRs) through Ontologies Suarez Barón M. J. Researcher, Research Center at Colombian School of Industrial Careers marcojaviersuarezbaron@gmail.com Bogotá,

More information

Software Engineering. System Models. Based on Software Engineering, 7 th Edition by Ian Sommerville

Software Engineering. System Models. Based on Software Engineering, 7 th Edition by Ian Sommerville Software Engineering System Models Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To explain why the context of a system should be modeled as part of the RE process To describe

More information

Finite Model Reasoning on UML Class Diagrams via Constraint Programming

Finite Model Reasoning on UML Class Diagrams via Constraint Programming Finite Model Reasoning on UML Class Diagrams via Constraint Programming Marco Cadoli 1, Diego Calvanese 2, Giuseppe De Giacomo 1, and Toni Mancini 1 1 Dipartimento di Informatica e Sistemistica Università

More information

Structure of Presentation. The Role of Programming in Informatics Curricula. Concepts of Informatics 2. Concepts of Informatics 1

Structure of Presentation. The Role of Programming in Informatics Curricula. Concepts of Informatics 2. Concepts of Informatics 1 The Role of Programming in Informatics Curricula A. J. Cowling Department of Computer Science University of Sheffield Structure of Presentation Introduction The problem, and the key concepts. Dimensions

More information

A Software Tool for Thesauri Management, Browsing and Supporting Advanced Searches

A Software Tool for Thesauri Management, Browsing and Supporting Advanced Searches J. Nogueras-Iso, J.A. Bañares, J. Lacasta, J. Zarazaga-Soria 105 A Software Tool for Thesauri Management, Browsing and Supporting Advanced Searches J. Nogueras-Iso, J.A. Bañares, J. Lacasta, J. Zarazaga-Soria

More information

Regular Languages and Finite Automata

Regular Languages and Finite Automata Regular Languages and Finite Automata 1 Introduction Hing Leung Department of Computer Science New Mexico State University Sep 16, 2010 In 1943, McCulloch and Pitts [4] published a pioneering work on a

More information

The Ontology and Network Marketing System

The Ontology and Network Marketing System knowler - Ontological Support for Information Retrieval Systems Claudia Ciorăscu Université de Neuchâtel Pierre-à-Mazel 7 2000 Neuchâtel claudia.ciorascu@unine.ch Iulian Ciorăscu Université de Neuchâtel

More information

IV. The (Extended) Entity-Relationship Model

IV. The (Extended) Entity-Relationship Model IV. The (Extended) Entity-Relationship Model The Extended Entity-Relationship (EER) Model Entities, Relationships and Attributes Cardinalities, Identifiers and Generalization Documentation of EER Diagrams

More information

Web 3.0 image search: a World First

Web 3.0 image search: a World First Web 3.0 image search: a World First The digital age has provided a virtually free worldwide digital distribution infrastructure through the internet. Many areas of commerce, government and academia have

More information

Ontological Modeling: Part 6

Ontological Modeling: Part 6 Ontological Modeling: Part 6 Terry Halpin LogicBlox and INTI International University This is the sixth in a series of articles on ontology-based approaches to modeling. The main focus is on popular ontology

More information

BUSINESS VALUE OF SEMANTIC TECHNOLOGY

BUSINESS VALUE OF SEMANTIC TECHNOLOGY BUSINESS VALUE OF SEMANTIC TECHNOLOGY Preliminary Findings Industry Advisory Council Emerging Technology (ET) SIG Information Sharing & Collaboration Committee July 15, 2005 Mills Davis Managing Director

More information

2QWRORJ\LQWHJUDWLRQLQDPXOWLOLQJXDOHUHWDLOV\VWHP

2QWRORJ\LQWHJUDWLRQLQDPXOWLOLQJXDOHUHWDLOV\VWHP 2QWRORJ\LQWHJUDWLRQLQDPXOWLOLQJXDOHUHWDLOV\VWHP 0DULD7HUHVD3$=,(1=$L$UPDQGR67(//$72L0LFKHOH9,1',*1,L $OH[DQGURV9$/$5$.26LL9DQJHOLV.$5.$/(76,6LL (i) Department of Computer Science, Systems and Management,

More information

A Tool for Searching the Semantic Web for Supplies Matching Demands

A Tool for Searching the Semantic Web for Supplies Matching Demands A Tool for Searching the Semantic Web for Supplies Matching Demands Zuzana Halanová, Pavol Návrat, Viera Rozinajová Abstract: We propose a model of searching semantic web that allows incorporating data

More information

A Workbench for Prototyping XML Data Exchange (extended abstract)

A Workbench for Prototyping XML Data Exchange (extended abstract) A Workbench for Prototyping XML Data Exchange (extended abstract) Renzo Orsini and Augusto Celentano Università Ca Foscari di Venezia, Dipartimento di Informatica via Torino 155, 30172 Mestre (VE), Italy

More information

Deploying Artificial Intelligence Techniques In Software Engineering

Deploying Artificial Intelligence Techniques In Software Engineering Deploying Artificial Intelligence Techniques In Software Engineering Jonathan Onowakpo Goddey Ebbah Department of Computer Science University of Ibadan Ibadan, Nigeria Received March 8, 2002 Accepted March

More information

Semantics and Ontology of Logistic Cloud Services*

Semantics and Ontology of Logistic Cloud Services* Semantics and Ontology of Logistic Cloud s* Dr. Sudhir Agarwal Karlsruhe Institute of Technology (KIT), Germany * Joint work with Julia Hoxha, Andreas Scheuermann, Jörg Leukel Usage Tasks Query Execution

More information

A typology of ontology-based semantic measures

A typology of ontology-based semantic measures A typology of ontology-based semantic measures Emmanuel Blanchard, Mounira Harzallah, Henri Briand, and Pascale Kuntz Laboratoire d Informatique de Nantes Atlantique Site École polytechnique de l université

More information

Application of ontologies for the integration of network monitoring platforms

Application of ontologies for the integration of network monitoring platforms Application of ontologies for the integration of network monitoring platforms Jorge E. López de Vergara, Javier Aracil, Jesús Martínez, Alfredo Salvador, José Alberto Hernández Networking Research Group,

More information

A Framework and Architecture for Quality Assessment in Data Integration

A Framework and Architecture for Quality Assessment in Data Integration A Framework and Architecture for Quality Assessment in Data Integration Jianing Wang March 2012 A Dissertation Submitted to Birkbeck College, University of London in Partial Fulfillment of the Requirements

More information

From MARC21 and Dublin Core, through CIDOC CRM: First Tenuous Steps towards Representing Library Data in FRBRoo

From MARC21 and Dublin Core, through CIDOC CRM: First Tenuous Steps towards Representing Library Data in FRBRoo From MARC21 and Dublin Core, through CIDOC CRM: First Tenuous Steps towards Representing Library Data in FRBRoo Cezary Mazurek, Krzysztof Sielski, Justyna Walkowska, Marcin Werla Poznań Supercomputing

More information

A Case Study of Question Answering in Automatic Tourism Service Packaging

A Case Study of Question Answering in Automatic Tourism Service Packaging BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 13, Special Issue Sofia 2013 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.2478/cait-2013-0045 A Case Study of Question

More information

A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS

A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS Ionela MANIU Lucian Blaga University Sibiu, Romania Faculty of Sciences mocanionela@yahoo.com George MANIU Spiru Haret University Bucharest, Romania Faculty

More information

Neighborhood Data and Database Security

Neighborhood Data and Database Security Neighborhood Data and Database Security Kioumars Yazdanian, FrkdCric Cuppens e-mail: yaz@ tls-cs.cert.fr - cuppens@ tls-cs.cert.fr CERT / ONERA, Dept. of Computer Science 2 avenue E. Belin, B.P. 4025,31055

More information

No More Keyword Search or FAQ: Innovative Ontology and Agent Based Dynamic User Interface

No More Keyword Search or FAQ: Innovative Ontology and Agent Based Dynamic User Interface IAENG International Journal of Computer Science, 33:1, IJCS_33_1_22 No More Keyword Search or FAQ: Innovative Ontology and Agent Based Dynamic User Interface Nelson K. Y. Leung and Sim Kim Lau Abstract

More information

ONTOLOGY FOR MOBILE PHONE OPERATING SYSTEMS

ONTOLOGY FOR MOBILE PHONE OPERATING SYSTEMS ONTOLOGY FOR MOBILE PHONE OPERATING SYSTEMS Hasni Neji and Ridha Bouallegue Innov COM Lab, Higher School of Communications of Tunis, Sup Com University of Carthage, Tunis, Tunisia. Email: hasni.neji63@laposte.net;

More information

Fads and Fallacies about Logic

Fads and Fallacies about Logic Fads and Fallacies about Logic John F. Sowa VivoMind Intelligence, Inc. Throughout the history of AI, logic has been praised by its admirers, maligned by its detractors, and discussed in confusing and

More information

ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY

ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY Yu. A. Zagorulko, O. I. Borovikova, S. V. Bulgakov, E. A. Sidorova 1 A.P.Ershov s Institute

More information

A Meta-model of Business Interaction for Assisting Intelligent Workflow Systems

A Meta-model of Business Interaction for Assisting Intelligent Workflow Systems A Meta-model of Business Interaction for Assisting Intelligent Workflow Systems Areti Manataki and Yun-Heh Chen-Burger Centre for Intelligent Systems and their Applications, School of Informatics, The

More information

Linked Data Interface, Semantics and a T-Box Triple Store for Microsoft SharePoint

Linked Data Interface, Semantics and a T-Box Triple Store for Microsoft SharePoint Linked Data Interface, Semantics and a T-Box Triple Store for Microsoft SharePoint Christian Fillies 1 and Frauke Weichhardt 1 1 Semtation GmbH, Geschw.-Scholl-Str. 38, 14771 Potsdam, Germany {cfillies,

More information

Parsing Technology and its role in Legacy Modernization. A Metaware White Paper

Parsing Technology and its role in Legacy Modernization. A Metaware White Paper Parsing Technology and its role in Legacy Modernization A Metaware White Paper 1 INTRODUCTION In the two last decades there has been an explosion of interest in software tools that can automate key tasks

More information

Information Management Metamodel

Information Management Metamodel ISO/IEC JTC1/SC32/WG2 N1527 Information Management Metamodel Pete Rivett, CTO Adaptive OMG Architecture Board pete.rivett@adaptive.com 2011-05-11 1 The Information Management Conundrum We all have Data

More information

S Sigma and the Ontology Theory

S Sigma and the Ontology Theory Sigma: An Integrated Development Environment for Formal Ontology Adam Pease, Christoph Benzmüller 1 1 The second author has been funded by the German Research Foundation under grant BE 2501/6-1. Abstract.

More information

A Comparison of Service-oriented, Resource-oriented, and Object-oriented Architecture Styles

A Comparison of Service-oriented, Resource-oriented, and Object-oriented Architecture Styles A Comparison of Service-oriented, Resource-oriented, and Object-oriented Architecture Styles Jørgen Thelin Chief Scientist Cape Clear Software Inc. Abstract The three common software architecture styles

More information

A generic approach for data integration using RDF, OWL and XML

A generic approach for data integration using RDF, OWL and XML A generic approach for data integration using RDF, OWL and XML Miguel A. Macias-Garcia, Victor J. Sosa-Sosa, and Ivan Lopez-Arevalo Laboratory of Information Technology (LTI) CINVESTAV-TAMAULIPAS Km 6

More information

Foundations of Business Intelligence: Databases and Information Management

Foundations of Business Intelligence: Databases and Information Management Foundations of Business Intelligence: Databases and Information Management Problem: HP s numerous systems unable to deliver the information needed for a complete picture of business operations, lack of

More information

Exam in course TDT4215 Web Intelligence - Solutions and guidelines -

Exam in course TDT4215 Web Intelligence - Solutions and guidelines - English Student no:... Page 1 of 12 Contact during the exam: Geir Solskinnsbakk Phone: 94218 Exam in course TDT4215 Web Intelligence - Solutions and guidelines - Friday May 21, 2010 Time: 0900-1300 Allowed

More information

Chapter 8 The Enhanced Entity- Relationship (EER) Model

Chapter 8 The Enhanced Entity- Relationship (EER) Model Chapter 8 The Enhanced Entity- Relationship (EER) Model Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 8 Outline Subclasses, Superclasses, and Inheritance Specialization

More information

ONTOLOGY-BASED CONTENT MANAGEMENT SYSTEMS IN PUBLIC ADMINISTRATION

ONTOLOGY-BASED CONTENT MANAGEMENT SYSTEMS IN PUBLIC ADMINISTRATION ONTOLOGY-BASED CONTENT MANAGEMENT SYSTEMS IN PUBLIC ADMINISTRATION Réka Vas, 1 Barna Kovács 2 1 Introduction Citizens, businesses and even public administration institutions have to meet challenges provided

More information

Comparing Ontology-based and Corpusbased Domain Annotations in WordNet.

Comparing Ontology-based and Corpusbased Domain Annotations in WordNet. Comparing Ontology-based and Corpusbased Domain Annotations in WordNet. A paper by: Bernardo Magnini Carlo Strapparava Giovanni Pezzulo Alfio Glozzo Presented by: rabee ali alshemali Motive. Domain information

More information

Definition of the CIDOC Conceptual Reference Model

Definition of the CIDOC Conceptual Reference Model Definition of the CIDOC Conceptual Reference Model Produced by the ICOM/CIDOC Documentation Standards Group, continued by the CIDOC CRM Special Interest Group Version 4.2.4 January 2008 Editors: Nick Crofts,

More information

The Ontological Approach for SIEM Data Repository

The Ontological Approach for SIEM Data Repository The Ontological Approach for SIEM Data Repository Igor Kotenko, Olga Polubelova, and Igor Saenko Laboratory of Computer Science Problems, Saint-Petersburg Institute for Information and Automation of Russian

More information

Open Ontology Repository Initiative

Open Ontology Repository Initiative Open Ontology Repository Initiative Frank Olken Lawrence Berkeley National Laboratory National Science Foundation folken@nsf.gov presented to CENDI/NKOS Workshop World Bank Sept. 11, 2008 Version 6.0 DISCLAIMER

More information

WHAT ARE MATHEMATICAL PROOFS AND WHY THEY ARE IMPORTANT?

WHAT ARE MATHEMATICAL PROOFS AND WHY THEY ARE IMPORTANT? WHAT ARE MATHEMATICAL PROOFS AND WHY THEY ARE IMPORTANT? introduction Many students seem to have trouble with the notion of a mathematical proof. People that come to a course like Math 216, who certainly

More information

An Efficient and Scalable Management of Ontology

An Efficient and Scalable Management of Ontology An Efficient and Scalable Management of Ontology Myung-Jae Park 1, Jihyun Lee 1, Chun-Hee Lee 1, Jiexi Lin 1, Olivier Serres 2, and Chin-Wan Chung 1 1 Korea Advanced Institute of Science and Technology,

More information

CS Master Level Courses and Areas COURSE DESCRIPTIONS. CSCI 521 Real-Time Systems. CSCI 522 High Performance Computing

CS Master Level Courses and Areas COURSE DESCRIPTIONS. CSCI 521 Real-Time Systems. CSCI 522 High Performance Computing CS Master Level Courses and Areas The graduate courses offered may change over time, in response to new developments in computer science and the interests of faculty and students; the list of graduate

More information

A Survey of Belief Revision on Reputation Management. Yao Yanjun a73482

A Survey of Belief Revision on Reputation Management. Yao Yanjun a73482 A Survey of Belief Revision on Reputation Management Yao Yanjun a73482 Agenda Introduction The AGM Belief Revision Framework expansion revision contraction The Probability Algorithms A Model in a Multi-agent

More information

Semantic Knowledge Management System. Paripati Lohith Kumar. School of Information Technology

Semantic Knowledge Management System. Paripati Lohith Kumar. School of Information Technology Semantic Knowledge Management System Paripati Lohith Kumar School of Information Technology Vellore Institute of Technology University, Vellore, India. plohithkumar@hotmail.com Abstract The scholarly activities

More information

Lecture 9: Requirements Modelling

Lecture 9: Requirements Modelling A little refresher: What are we modelling? Lecture 9: Requirements Modelling Requirements; Systems; Systems Thinking Role of Modelling in RE Why modelling is important Limitations of modelling Brief overview

More information

Alignment, Depth of Knowledge, & Change Norman L. Webb Wisconsin Center for Education Research http://facstaff.wcer.wisc.

Alignment, Depth of Knowledge, & Change Norman L. Webb Wisconsin Center for Education Research http://facstaff.wcer.wisc. Alignment, Depth of Knowledge, & Change Norman L. Webb Wisconsin Center for Education Research http://facstaff.wcer.wisc.edu/normw/ Florida Educational Research Association 50 th Annual Meeting Miami,

More information

Tinwisle Corporation. ISO/DIS 19439 & 19440, Framework and Constructs for Enterprise Modeling

Tinwisle Corporation. ISO/DIS 19439 & 19440, Framework and Constructs for Enterprise Modeling Tinwisle Corporation ISO/DIS &, Framework and Constructs for Enterprise Modeling Richard A. Martin Convener ISO TC 184/SC 5/WG 1 ISO/DIS &, Framework and Constructs for Enterprise Modeling ISO/FDIS ISO/DIS

More information

Introducing Formal Methods. Software Engineering and Formal Methods

Introducing Formal Methods. Software Engineering and Formal Methods Introducing Formal Methods Formal Methods for Software Specification and Analysis: An Overview 1 Software Engineering and Formal Methods Every Software engineering methodology is based on a recommended

More information

Application Architectures

Application Architectures Software Engineering Application Architectures Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To explain the organization of two fundamental models of business systems - batch

More information

Practical Guidelines for Building Semantic erecruitment Applications

Practical Guidelines for Building Semantic erecruitment Applications Practical Guidelines for Building Semantic erecruitment Applications Malgorzata Mochol, Elena Paslaru Bontas Simperl Free University of Berlin Takustr. 9, 14195 Berlin, Germany mochol, paslaru@inf.fu-berlin.de

More information

Kybots, knowledge yielding robots German Rigau IXA group, UPV/EHU http://ixa.si.ehu.es

Kybots, knowledge yielding robots German Rigau IXA group, UPV/EHU http://ixa.si.ehu.es KYOTO () Intelligent Content and Semantics Knowledge Yielding Ontologies for Transition-Based Organization http://www.kyoto-project.eu/ Kybots, knowledge yielding robots German Rigau IXA group, UPV/EHU

More information

Data Integration. May 9, 2014. Petr Kremen, Bogdan Kostov (petr.kremen@fel.cvut.cz, bogdan.kostov@fel.cvut.cz)

Data Integration. May 9, 2014. Petr Kremen, Bogdan Kostov (petr.kremen@fel.cvut.cz, bogdan.kostov@fel.cvut.cz) Data Integration Petr Kremen, Bogdan Kostov petr.kremen@fel.cvut.cz, bogdan.kostov@fel.cvut.cz May 9, 2014 Data Integration May 9, 2014 1 / 33 Outline 1 Introduction Solution approaches Technologies 2

More information

A Framework for Ontology-based Context Base Management System

A Framework for Ontology-based Context Base Management System Association for Information Systems AIS Electronic Library (AISeL) PACIS 2005 Proceedings Pacific Asia Conference on Information Systems (PACIS) 12-31-2005 A Framework for Ontology-based Context Base Management

More information

Database IST400/600. Jian Qin. A collection of data? A computer system? Everything you collected for your group project?

Database IST400/600. Jian Qin. A collection of data? A computer system? Everything you collected for your group project? Relational Databases IST400/600 Jian Qin Database A collection of data? Everything you collected for your group project? A computer system? File? Spreadsheet? Information system? Date s criteria: Integration

More information

1962-12. Joint ICTP-IAEA School of Nuclear Knowledge Management. 1-5 September 2008. Improving Organizational Performance with a KM System

1962-12. Joint ICTP-IAEA School of Nuclear Knowledge Management. 1-5 September 2008. Improving Organizational Performance with a KM System 1962-12 Joint ICTP-IAEA School of Nuclear Knowledge Management 1-5 September 2008 Improving Organizational Performance with a KM System P. PUHR-WESTERHEIDE GRS mbh Forschungsinstitute, Boltzmannstrasse,

More information

ENHANCEMENT OF UDC DATA FOR USE AND SHARING IN A NETWORKED ENVIRONMENT. Aida Slavic Maria Ines Cordeiro Gerhard Riesthuis

ENHANCEMENT OF UDC DATA FOR USE AND SHARING IN A NETWORKED ENVIRONMENT. Aida Slavic Maria Ines Cordeiro Gerhard Riesthuis ENHANCEMENT OF UDC DATA FOR USE AND SHARING IN A NETWORKED ENVIRONMENT Aida Slavic Maria Ines Cordeiro Gerhard Riesthuis MAIN POINTS UDC facts update Logic behind the synthetic structure UDC number building

More information

Handout #1: Mathematical Reasoning

Handout #1: Mathematical Reasoning Math 101 Rumbos Spring 2010 1 Handout #1: Mathematical Reasoning 1 Propositional Logic A proposition is a mathematical statement that it is either true or false; that is, a statement whose certainty or

More information

Ontology quality and fitness: A survey of so6ware support

Ontology quality and fitness: A survey of so6ware support Ontology quality and fitness: A survey of so6ware support Ontology Summit February 14, 2013 Michael Denny msdenny@mitre.org Survey consideraion: CasIng evaluaion factors as capabiliies At this juncture,

More information

Network-Based Information Brokers

Network-Based Information Brokers From: AAAI Technical Report SS-95-08. Compilation copyright 1995, AAAI (www.aaai.org). All rights reserved. Network-Based Information Brokers Richard Fikes Robert Engelmore Adam Farquhar Wanda Pratt Knowledge

More information