A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS
|
|
- Brent Cannon
- 2 years ago
- Views:
Transcription
1 A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS Ionela MANIU Lucian Blaga University Sibiu, Romania Faculty of Sciences George MANIU Spiru Haret University Bucharest, Romania Faculty of Management Brasov Abstract In this paper we propose a model of ontology for the human resource domain. We emphasize the benefits resulting from the application of Semantic Web technologies in the recruitment process. We use currently available standards and classifications to develop a human resource ontology which gives us means for semantic annotation of job postings and applications. Furthermore, we outline the process of semantic matching which improves the quality of query results. Finally, we propose the architecture of an evaluation system based on Semantic Web technologies. Keyword: human resource ontology, HR-XML, e-recruitment, semantic annotation. JEL Classification: M 15, O Introduction Human Resource Management (HRM) or, more specifically, competence management is an important function of knowledge management because it reasons about an organization s most important resource the knowledge and skills of its staff. Typically such functions as staffing, project staffing, human resources development and more are supported by competence management, i.e. the reasoning about availability and absence of required competencies both on the level of an organization as well as on the level of individual members of the organization. Traditionally, in personnel management more coarse-grained reasoning was applied. Job postings internally as well as externally contained a job type (e.g. programmer, database manager or accountant) or a certain university degree that was required were used to describe which competencies an applicant should have. The US Office of Personnel 12
2 Management (1999) reports on fundamental changes in the Human Resource Area and argue that competencies may help organizations to focus on the characteristics their employees must possess in order for them to be successful and that competencies also provide a means to measure employee performance and to align performance with business strategies. Consequently, recent versions of Enterprise Resource Planning (ERP)- systems provide modules for competency management. However, the supported functionality is scarce. There is some research on requirements for a more sophisticated competence management for companies. Bergenhenegouwen et al. (1996) investigate the potentials arising from detailed competence management and Lindgren et al. (2004) derive requirements for competence managements system from several case studies and the cited study. In many cases the information about competencies are exchanged between different organizations. The HR-XML consortium (Allen and Pilot 2001) has defined different XML-Schemes to exchange HR-related information between organizations. These definitions, however, do not include definitions of certain competencies but only a method how to link claimed competencies to an external definition. Therefore competencies should be standardized additionally to understand what a certain competence means. In HR-XML the term taxonomy is used and usually taxonomies are only used to describe competency hierarchies. Ontologies are a stronger form of knowledge representation by applying additional relations and constraints between concepts. They are a means to support understanding between communicating partners. An ontology for HRM can define concepts such as competency, job and certain attributes of such concepts as well as the relationships between these concepts. Thus we may define which competencies are required for a certain job and which knowledge and experience is required to achieve a certain level of competence. Nowadays many business transactions are carried out via Internet. Human resources management has also discovered Internet as an effective communication medium. The section 2 briefly describes a typical recruitment process and suggests areas for application of the Semantic Web technologies. Subsequently, in section 3, we present our human resource ontology founded on currently available standards and classifications. In section 4 we outline the process of semantic matching which improves the quality of query results. Finally, we propose an architecture of a prototype recruitment portal based on Semantic Web technologies. 13
3 2. The Recruitment Process From an organization s viewpoint, a typical recruitment process can be divided into four main phases: describing the requirements of the job position, publishing the job posting, receiving of applications, and final decision making. Nowadays, job postings are written in form of free text using uncontrolled vocabulary. In contrast, semantic annotation of job postings using concepts from a controlled vocabulary, based on Semantic Web technologies, results in language independent descriptions and better machine processability, i.e. improved matching of job postings and applications. There are as many ways to post a job offer on the Web as places where an applicant can look for a job. There are Web sites and online portals financed by publishing fees, corporate Web sites, and portals run by state job centres like the German Federal Employment Office (BA) and the Swedish National Labour Market Administration (AMS). Job exchange portals differ substantially according to market scope and positioning, supported functionality, and selection methods. To maintain an overview on so many portals is next to impossible. With the Semantic Web one would publish an RDF annotated job posting only on the organization s web site, which in turn, would be crawled by various job portals. Consequently, job postings would reach more potential applicants, which would result in higher market transparency. Moreover, both employers and applicants would benefit from a semantic description of job postings and applications. Applicants could reuse their semantically annotated profiles, that is to say, to send them to different employers instead of filling in different web forms. Employers would also benefit from automated matchmaking between job requirements and applications, which would deliver a ranked list of best matching candidates and thereby reduce administrative costs. 3. Human Resource Ontology As a first step in realizing our human resource scenario, we have created a human resource ontology (HR-ontology) by integrating some existing widespread standards and classifications. To avoid redundancy we decided to form sub-ontologies (see fig. 1.) which are used in both job posting and job application descriptions. Our HR-ontology is mainly based on the German version of the HR-XML standard developed by the HR-XML Consortium. HR-XML is a library of more than 75 interdependent XML schemes which define data components for various HR transactions, as well as options and constraints governing the use of these components. We adapted the Job Position Seeker and Job Position Posting segments 14
4 from HR-BA-XML (German version of HR-XML) with respect to requirements of our scenario. In the course of our work we have realized that the recruitment process today is no longer restricted to the national level. Hence, to specify the Industry sub-ontology we use, the German Classification of the Industry Sector (WZ2003) and the North American Industry Classification System (NAICS). As occupational classification we utilize the Romanian Classification of Occupations (COR),the German Occupation Code (BKZ) and the Standard Occupational Classification (SOC) System. Fig. 1. Sub-ontologies within the HR-ontology In the Skills sub-ontology we defined concepts representing competencies, which are used to describe job requirements as well as applicant s skills. This ontology also provides means for specifying the competence level of a certain skill. Furthermore, we developed a Person sub-ontology for describing personal information of job applicants and an Organization sub-ontology to specify the employer companies. Our HR-ontology is modelled with the Web Ontology Language (OWL). Descriptions of job postings and applicant s profiles are stored in RDF (Resource Description Framework) format using the pre-defined vocabulary from our HR-ontology. 4. Semantic Matching of Job Postings and Job Applications Having job position postings and job position seekers described using controlled vocabulary from our HR-ontology allows us to perform semantic matching, i.e. the calculation of the degree of semantic similarity between an applicant s profile and job requirements Consequently, for a given job position a ranked list of the best matching candidates can be delivered as a result, and vice versa. 15
5 Inside both a job posting as well as a job application we group pieces of information into thematic clusters, e.g. information about competencies and skills, information regarding the industry sector of the job position, and job position details. In our approach, we compare each thematic cluster from a job posting with the corresponding cluster from a job application. The final similarity between an applicant s profile and a job posting is calculated as the sum of the similarities between these thematic clusters since information provided within each cluster is represented using controlled vocabulary from our ontology. HR-ontology, we compute the similarity between thematic clusters based on the similarity between their concepts. In our method, using some ideas from, we determine the similarity between two concepts by their respective positions in the concept hierarchy and additionally by the similarity between their properties (relations with other concepts). An example property of a concept from the skills cluster (e.g. java programming) is the competence level (having another concept as its value, e.g. beginner). Furthermore, within the user interface (see fig. 2.) users are given the opportunity to specify the importance of different concepts (job requirements). The concept similarity will be then justified by the indicated weight, i.e. the similarity between more important concepts will have greater influence on the cluster similarity. 5. Architecture of the Evaluation System To examine the impact of the application of Semantic Web technologies on the job market we are currently developing a recruitment platform. The technical architecture of our system (see fig. 2.) is divided into: data layer, application logic, and front-end layer. This architecture is similar to with additional functionality for automatic crawling of job postings from different web sites. Fig. 2. Architecture of the Evaluation System 16
6 RDF-repositories located at the data layer store the human resource ontology and all collected descriptions of job postings and user profiles. The application logic provides services for querying the database and editing its content. Moreover, at this layer the semantic matching of job postings and applications is performed. On top of the architecture, the frontend layer offers a browser-based user interface which accepts input from and presents ranked query results to the user, and another interface providing services for import and export of RDF-encoded job postings and applications. 6. Conclusion In this paper, we proposed an application of Semantic Web technologies in the recruitment domain. We described the human resource ontology used within our approach, which provides us means for semantic annotation of job postings and job applications. Using controlled vocabularies, in contrast to free text descriptions, results in a better machine processability, data interoperability and integration. Moreover, having job postings and user profiles semantically annotated, enables us to perform semantic matching which significantly improves query results and delivers a ranked list of best matching candidates for a given job position. Finally, we described the system architecture of the recruitment portal based on Semantic Web technologies. In the next step of our research, we plan to implement the recruitment portal founded on the ideas presented in this paper. References 1. Billig, A., Sandkuhl, K., (2002), Match-making based on semantic nets: The xml-based approach of baseweb, In: Tolksdorf, R., Eckstein, R., (Hrsg.), Proceedings of the 1 st workshop on XML-Technologien fur das Semantic Web, S Zhong, J., Zhu, H., Li, J., und Yu, Y., (2002), Conceptual Graph Matching for Semantic Search, ICCS The 2002 International Conference on Computational Science, Amsterdam, The Netherlands 3. Internet okonomie, Internet okonomie, (2004), 4. InterVal-Berlin Research Center for the Internet Economy, Interval-internet and value chains, (2004), 5. W3C: OWL Web Ontology Language Reference, (2004),
7 alpha.txt
Ontology based Recruitment Process
Ontology based Recruitment Process Malgorzata Mochol Radoslaw Oldakowski Institut für Informatik AG Netzbasierte Informationssysteme Freie Universität Berlin Takustr. 9, 14195 Berlin, Germany mochol@inf.fu-berlin.de
The Impact of Semantic Web Technologies on Job Recruitment Processes
The Impact of Semantic Web Technologies on Job Recruitment Processes Christian Bizer Freie Universität Berlin Ralf Heese Humboldt-Universität zu Berlin Malgorzata Mochol, Radoslaw Oldakowski, Robert Tolksdorf
The SEEMP project Single European Employment Market-Place An e-government case study
The SEEMP project Single European Employment Market-Place An e-government case study 1 Scenario introduction Several e-government projects have been developed in the field of employment with the aim of
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
The Impact of Semantic Web Technologies on Job Recruitment Processes
The Impact of Semantic Web Technologies on Job Recruitment Processes Christian Bizer Free University of Berlin Ralf Heese Humboldt-Universität zu Berlin Malgorzata Mochol, Radoslaw Oldakowski, Robert Tolksdorf
A Job Recruitment System Using Semantic Web Technology
A Job Recruitment System Using Semantic Web Technology P. Niaphruek Department of Computer Science, Faculty of Science, Rajamangala University of Technology Thanyaburi, Klong 6, Thanyaburi, Pathumthani
Model Driven Interoperability through Semantic Annotations using SoaML and ODM
Model Driven Interoperability through Semantic Annotations using SoaML and ODM JiuCheng Xu*, ZhaoYang Bai*, Arne J.Berre*, Odd Christer Brovig** *SINTEF, Pb. 124 Blindern, NO-0314 Oslo, Norway (e-mail:
Improving the accuracy of job search with semantic techniques
Improving the accuracy of job search with semantic techniques Malgorzata Mochol 1, Holger Wache 2, Lyndon Nixon 1 1 Freie Universität Berlin, Institut für Informatik Takustr. 9, D-14195 Berlin, Germany
Secure Semantic Web Service Using SAML
Secure Semantic Web Service Using SAML JOO-YOUNG LEE and KI-YOUNG MOON Information Security Department Electronics and Telecommunications Research Institute 161 Gajeong-dong, Yuseong-gu, Daejeon KOREA
Simplifying e Business Collaboration by providing a Semantic Mapping Platform
Simplifying e Business Collaboration by providing a Semantic Mapping Platform Abels, Sven 1 ; Sheikhhasan Hamzeh 1 ; Cranner, Paul 2 1 TIE Nederland BV, 1119 PS Amsterdam, Netherlands 2 University of Sunderland,
Using Object And Object-Oriented Technologies for XML-native Database Systems
Using Object And Object-Oriented Technologies for XML-native Database Systems David Toth and Michal Valenta David Toth and Michal Valenta Dept. of Computer Science and Engineering Dept. FEE, of Computer
Model Driven and Service Oriented Enterprise Integration---The Method, Framework and Platform
Driven and Oriented Integration---The Method, Framework and Platform Shuangxi Huang, Yushun Fan Department of Automation, Tsinghua University, 100084 Beijing, P.R. China {huangsx, fanyus}@tsinghua.edu.cn
A COLLABORATIVE PERSPECTIVE OF CRM
A COLLABORATIVE PERSPECTIVE OF CRM Mărginean Nicolae Bogdan-Vodă University, Faculty of Economics, Cluj-Napoca, Spinoasa 14 street, e-mail: nicolae1976@yahoo.com, telef: 0745/318321 Today, companies are
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
A Collaborative System Software Solution for Modeling Business Flows Based on Automated Semantic Web Service Composition
32 A Collaborative System Software Solution for Modeling Business Flows Based on Automated Semantic Web Service Composition Ion SMEUREANU, Andreea DIOŞTEANU Economic Informatics Department, Academy of
On the Standardization of Semantic Web Services-based Network Monitoring Operations
On the Standardization of Semantic Web Services-based Network Monitoring Operations ChenglingZhao^, ZihengLiu^, YanfengWang^ The Department of Information Techonlogy, HuaZhong Normal University; Wuhan,
Improving the recruitment process through ontology-based querying
Improving the recruitment process through ontology-based querying Malgorzata Mochol Freie Universität Berlin Institut für Informatik AG Netzbasierte Informationssysteme Takustr. 9, 14195 Berlin Germany
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,
OWL based XML Data Integration
OWL based XML Data Integration Manjula Shenoy K Manipal University CSE MIT Manipal, India K.C.Shet, PhD. N.I.T.K. CSE, Suratkal Karnataka, India U. Dinesh Acharya, PhD. ManipalUniversity CSE MIT, Manipal,
STRATEGIES ON SOFTWARE INTEGRATION
STRATEGIES ON SOFTWARE INTEGRATION Cornelia Paulina Botezatu and George Căruţaşu Faculty of Computer Science for Business Management Romanian-American University, Bucharest, Romania ABSTRACT The strategy
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
LinksTo A Web2.0 System that Utilises Linked Data Principles to Link Related Resources Together
LinksTo A Web2.0 System that Utilises Linked Data Principles to Link Related Resources Together Owen Sacco 1 and Matthew Montebello 1, 1 University of Malta, Msida MSD 2080, Malta. {osac001, matthew.montebello}@um.edu.mt
SmartLink: a Web-based editor and search environment for Linked Services
SmartLink: a Web-based editor and search environment for Linked Services Stefan Dietze, Hong Qing Yu, Carlos Pedrinaci, Dong Liu, John Domingue Knowledge Media Institute, The Open University, MK7 6AA,
UIMA and WebContent: Complementary Frameworks for Building Semantic Web Applications
UIMA and WebContent: Complementary Frameworks for Building Semantic Web Applications Gaël de Chalendar CEA LIST F-92265 Fontenay aux Roses Gael.de-Chalendar@cea.fr 1 Introduction The main data sources
Designing a Semantic Repository
Designing a Semantic Repository Integrating architectures for reuse and integration Overview Cory Casanave Cory-c (at) modeldriven.org ModelDriven.org May 2007 The Semantic Metadata infrastructure will
A Pattern-based Framework of Change Operators for Ontology Evolution
A Pattern-based Framework of Change Operators for Ontology Evolution Muhammad Javed 1, Yalemisew M. Abgaz 2, Claus Pahl 3 Centre for Next Generation Localization (CNGL), School of Computing, Dublin City
Web-based Multimedia Content Management System for Effective News Personalization on Interactive Broadcasting
Web-based Multimedia Content Management System for Effective News Personalization on Interactive Broadcasting S.N.CHEONG AZHAR K.M. M. HANMANDLU Faculty Of Engineering, Multimedia University, Jalan Multimedia,
Combining SAWSDL, OWL DL and UDDI for Semantically Enhanced Web Service Discovery
Combining SAWSDL, OWL DL and UDDI for Semantically Enhanced Web Service Discovery Dimitrios Kourtesis, Iraklis Paraskakis SEERC South East European Research Centre, Greece Research centre of the University
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,
Service Oriented Architecture
Service Oriented Architecture Charlie Abela Department of Artificial Intelligence charlie.abela@um.edu.mt Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline
zen Platform technical white paper
zen Platform technical white paper The zen Platform as Strategic Business Platform The increasing use of application servers as standard paradigm for the development of business critical applications meant
Towards an Ontology-enabled Service-Oriented Architecture
Towards an Ontology-enabled Service-Oriented Architecture Maksym Korotkiy Vrije Universiteit Amsterdam, Department of Computer Science De Boelelaan 1081a, 1081 HV Amsterdam, The Netherlands maksym@cs.vu.nl
HOPS Project presentation
HOPS Project presentation Enabling an Intelligent Natural Language Based Hub for the Deployment of Advanced Semantically Enriched Multi-channel Mass-scale Online Public Services IST-2002-507967 (HOPS)
INTERNATIONAL MASTER IN BUSINESS ANALYTICS AND BIG DATA
POLITECNICO DI MILANO GRADUATE SCHOOL OF BUSINESS BABD INTERNATIONAL MASTER IN BUSINESS ANALYTICS AND BIG DATA Courses Description A JOINT PROGRAM WITH POLITECNICO DI MILANO SCHOOL OF MANAGEMENT PRE-COURSES
Thomas Usländer Fraunhofer IITB
ORCHESTRA Day Stresa, 12 December 2007 ORCHESTRA Architecture - Behind the Scenes Thomas Usländer Fraunhofer IITB ORCHESTRA Consortium ORCHESTRA Ambition Analysis Maps Info Centre Archive Control centre
Knowledge-based Approach in Information Systems Life Cycle and Information Systems Architecture
5 th Slovakian-Hungarian Joint Symposium on Applied Machine Intelligence and Informatics January 25-26, 2007 Poprad, Slovakia Knowledge-based Approach in Information Systems Life Cycle and Information
Combining Services and Semantics on the Web
Combining Services and Semantics on the Web Katia Sycara, Massimo Paolucci and Naveen Srinivasan Software Agents Lab Carnegie Mellon University Pittsburgh, PA Mark Burstein Human-Centered Systems Group
Introduction to Service Oriented Architectures (SOA)
Introduction to Service Oriented Architectures (SOA) Responsible Institutions: ETHZ (Concept) ETHZ (Overall) ETHZ (Revision) http://www.eu-orchestra.org - Version from: 26.10.2007 1 Content 1. Introduction
Supporting Change-Aware Semantic Web Services
Supporting Change-Aware Semantic Web Services Annika Hinze Department of Computer Science, University of Waikato, New Zealand a.hinze@cs.waikato.ac.nz Abstract. The Semantic Web is not only evolving into
An Ontology for Modelling Human Resources Management based on standards
An for Modelling Human Resources Management based on standards Asunción Gómez-Pérez 1, Jaime Ramírez 1 and Boris Villazón-Terrazas 1 1 Facultad de Informática, Universidad Politécnica de Madrid, Campus
Semantic Modeling with RDF. DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo
DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo Expected Outcomes You will learn: Basic concepts related to ontologies Semantic model Semantic web Basic features of RDF and RDF
ICT Opportunities and Challenges for Remote Services. Jouni Pyötsiä Head of BPA Unit Metso Automation
ICT Opportunities and Challenges for Remote Services Jouni Pyötsiä Head of BPA Unit Metso Automation Contents 1. Metso s Business Environment 2. Metso ICT Framework 3. ICT Solutions and Cases 4. Towards
Extending SOA Infrastructure for Semantic Interoperability
Extending SOA Infrastructure for Semantic Interoperability Wen Zhu wzhu@alionscience.com Sumeet Vij svij@alionscience.com 3rd Annual DoD SOA & Semantic Technology Symposium July 14, 2011 www.alionscience.com
Addressing Self-Management in Cloud Platforms: a Semantic Sensor Web Approach
Addressing Self-Management in Cloud Platforms: a Semantic Sensor Web Approach Rustem Dautov Iraklis Paraskakis Dimitrios Kourtesis South-East European Research Centre International Faculty, The University
ONTODESIGN; A DOMAIN ONTOLOGY FOR BUILDING AND EXPLOITING PROJECT MEMORIES IN PRODUCT DESIGN PROJECTS
ONTODESIGN; A DOMAIN ONTOLOGY FOR BUILDING AND EXPLOITING PROJECT MEMORIES IN PRODUCT DESIGN PROJECTS DAVY MONTICOLO Zurfluh-Feller Company 25150 Belfort France VINCENT HILAIRE SeT Laboratory, University
Ontology-based Web Service Composition: Part 1. Rolland Brunec Betreuerin: Sabine Maßmann Universität Leipzig, Abteilung Datenbanken
Ontology-based Web Service Composition: Part 1 Rolland Brunec Betreuerin: Sabine Maßmann Universität Leipzig, Abteilung Datenbanken Motivation Semantic Web Web Services Web Service Composition Web Services
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
IT services for analyses of various data samples
IT services for analyses of various data samples Ján Paralič, František Babič, Martin Sarnovský, Peter Butka, Cecília Havrilová, Miroslava Muchová, Michal Puheim, Martin Mikula, Gabriel Tutoky Technical
Combining RDF and Agent-Based Architectures for Semantic Interoperability in Digital Libraries
Combining RDF and Agent-Based Architectures for Semantic Interoperability in Digital Libraries Norbert Fuhr, Claus-Peter Klas University of Dortmund, Germany {fuhr,klas}@ls6.cs.uni-dortmund.de 1 Introduction
Lightweight Data Integration using the WebComposition Data Grid Service
Lightweight Data Integration using the WebComposition Data Grid Service Ralph Sommermeier 1, Andreas Heil 2, Martin Gaedke 1 1 Chemnitz University of Technology, Faculty of Computer Science, Distributed
Ontology and automatic code generation on modeling and simulation
Ontology and automatic code generation on modeling and simulation Youcef Gheraibia Computing Department University Md Messadia Souk Ahras, 41000, Algeria youcef.gheraibia@gmail.com Abdelhabib Bourouis
CitationBase: A social tagging management portal for references
CitationBase: A social tagging management portal for references Martin Hofmann Department of Computer Science, University of Innsbruck, Austria m_ho@aon.at Ying Ding School of Library and Information Science,
HEALTH INFORMATION MANAGEMENT ON SEMANTIC WEB :(SEMANTIC HIM)
HEALTH INFORMATION MANAGEMENT ON SEMANTIC WEB :(SEMANTIC HIM) Nasim Khozoie Department of Computer Engineering,yasuj branch, Islamic Azad University, yasuj, Iran n_khozooyi2003@yahoo.com ABSTRACT Information
Semantic Web based Integration of Knowledge Resources for Supporting Collaboration
Informatica 31 (2007) 85 91 85 Semantic Web based Integration of Knowledge Resources for Supporting Collaboration Vili Podgorelec, Luka Pavlič, Marjan Heričko Institute of Informatics, University of Maribor,
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
A Model-based Software Architecture for XML Data and Metadata Integration in Data Warehouse Systems
Proceedings of the Postgraduate Annual Research Seminar 2005 68 A Model-based Software Architecture for XML and Metadata Integration in Warehouse Systems Abstract Wan Mohd Haffiz Mohd Nasir, Shamsul Sahibuddin
LinkZoo: A linked data platform for collaborative management of heterogeneous resources
LinkZoo: A linked data platform for collaborative management of heterogeneous resources Marios Meimaris, George Alexiou, George Papastefanatos Institute for the Management of Information Systems, Research
Overview of major concepts in the service oriented extended OeBTO
Modelling business policies and behaviour based on extended Open edi Business Transaction Ontology (OeBTO) Introduction Model Driven Development (MDD) provides a basis for the alignment between business
SEMANTIC WEB BUSINESS MODELS
SEMANTIC WEB BUSINESS MODELS Borce Cifliganec Postgraduate Radovis, R.Macedonia Ph.D. Dimitar Trajanov FEIT Skopje, R.Macedonia ABSTRACT With the emergence of the Semantic Web, that represents an extension
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
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
An Ontology Model for Organizing Information Resources Sharing on Personal Web
An Ontology Model for Organizing Information Resources Sharing on Personal Web Istiadi 1, and Azhari SN 2 1 Department of Electrical Engineering, University of Widyagama Malang, Jalan Borobudur 35, Malang
technische universiteit eindhoven WIS & Engineering Geert-Jan Houben
WIS & Engineering Geert-Jan Houben Contents Web Information System (WIS) Evolution in Web data WIS Engineering Languages for Web data XML (context only!) RDF XML Querying: XQuery (context only!) RDFS SPARQL
Supporting in- and off-hospital Patient Management Using a Web-based Integrated Software Platform
Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed under
Annotea and Semantic Web Supported Collaboration
Annotea and Semantic Web Supported Collaboration Marja-Riitta Koivunen, Ph.D. Annotea project Abstract Like any other technology, the Semantic Web cannot succeed if the applications using it do not serve
DISCOVERING RESUME INFORMATION USING LINKED DATA
DISCOVERING RESUME INFORMATION USING LINKED DATA Ujjal Marjit 1, Kumar Sharma 2 and Utpal Biswas 3 1 C.I.R.M, University Kalyani, Kalyani (West Bengal) India sic@klyuniv.ac.in 2 Department of Computer
Structured Content: the Key to Agile. Web Experience Management. Introduction
Structured Content: the Key to Agile CONTENTS Introduction....................... 1 Structured Content Defined...2 Structured Content is Intelligent...2 Structured Content and Customer Experience...3 Structured
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
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
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
Big Data and Semantic Web in Manufacturing. Nitesh Khilwani, PhD Chief Engineer, Samsung Research Institute Noida, India
Big Data and Semantic Web in Manufacturing Nitesh Khilwani, PhD Chief Engineer, Samsung Research Institute Noida, India Outline Big data in Manufacturing Big data Analytics Semantic web technologies Case
Innovative Analysis of a CRM Database using Online Analytical Processing (OLAP) Technique in Value Chain Management Approach
Innovative Analysis of a CRM Database using Online Analytical Processing (OLAP) Technique in Value Chain Management Approach ADRIAN MICU, ANGELA-ELIZA MICU, ALEXANDRU CAPATINA Faculty of Economics, Dunărea
Clinician-Led Development of Electronic Health Records Systems
Clinician-Led Development of Electronic Health Records Systems a John CHELSOM 1, Raju AHLUWALIA b, a and Naveed DOGAR a Centre for Health Informatics, City University, London b HS, W Thames Orthopaedic
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;
A GENERALIZED APPROACH TO CONTENT CREATION USING KNOWLEDGE BASE SYSTEMS
A GENERALIZED APPROACH TO CONTENT CREATION USING KNOWLEDGE BASE SYSTEMS By K S Chudamani and H C Nagarathna JRD Tata Memorial Library IISc, Bangalore-12 ABSTRACT: Library and information Institutions and
SUPPORTING LOGISTICS DECISIONS BY USING COST AND PERFORMANCE MANAGEMENT TOOLS. Zoltán BOKOR. Abstract. 1. Introduction
SUPPORTING LOGISTICS DECISIONS BY USING COST AND PERFORMANCE MANAGEMENT TOOLS Zoltán BOKOR Department of Transport Economics Faculty of Transportation Engineering Budapest University of Technology and
City Data Pipeline. A System for Making Open Data Useful for Cities. stefan.bischof@tuwien.ac.at
City Data Pipeline A System for Making Open Data Useful for Cities Stefan Bischof 1,2, Axel Polleres 1, and Simon Sperl 1 1 Siemens AG Österreich, Siemensstraße 90, 1211 Vienna, Austria {bischof.stefan,axel.polleres,simon.sperl}@siemens.com
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
Research on the Model of Enterprise Application Integration with Web Services
Research on the Model of Enterprise Integration with Web Services XIN JIN School of Information, Central University of Finance& Economics, Beijing, 100081 China Abstract: - In order to improve business
Large Scale Healthcare Data Integration using the Semantic Web
Large Scale Healthcare Data Integration using the Semantic Web John T.E. Timm (presenter) Ariel Farkash Sondra R. Renly Oral Presentation at MIE 2011 August 30 th, 2011 Oslo, Norway Objectives Create a
SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) SERVICE-ORIENTED SOFTWARE ARCHITECTURE MODEL LANGUAGE SPECIFICATIONS
SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) VERSION 2.1 SERVICE-ORIENTED SOFTWARE ARCHITECTURE MODEL LANGUAGE SPECIFICATIONS 1 TABLE OF CONTENTS INTRODUCTION... 3 About The Service-Oriented Modeling 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
Meta-search in Human Resource Management
Meta-search in Human Resource Management Jürgen Dorn and Tabbasum Naz Abstract In the area of Human Resource Management, the trend is towards online exchange of information about human resources. For example,
An Automated Workflow System Geared Towards Consumer Goods and Services Companies
Proceedings of the 2014 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 2014 An Automated Workflow System Geared Towards Consumer Goods and Services
REAlist: Towards a Business Model Adapting Multi-Tenant ERP System in the Cloud
REAlist: Towards a Business Model Adapting Multi-Tenant ERP System in the Cloud Dieter Mayrhofer 1, Alexandra Mazak 1, Bernhard Wally 1, Christian Huemer 1, Peter Regatschnig 2 1 TU Vienna, 2 eventus Marketingservice
THE USE OF THE ERP-CRM-CIM SYSTEMS WITHIN THE MASTER S DEGREE PROGRAMMES
THE USE OF THE ERP-CRM-CIM SYSTEMS WITHIN THE MASTER S DEGREE PROGRAMMES Virgil Chichernea, Phd,vchichernea@rau.ro Romanian American University, Bucharest Abstract: This paper proposes a conceptual framework
Industry Framework and Applications for Business Reporting Semantics. Joint XBRL-OMG Project
Industry Framework and Applications for Business Reporting Semantics Joint XBRL-OMG Project Index XBRL Semantics Framework & Cloud: Executive Summary Business Drivers XBRL Semantics Framework: Major Components
International Journal of Engineering Technology, Management and Applied Sciences. www.ijetmas.com November 2014, Volume 2 Issue 6, ISSN 2349-4476
ERP SYSYTEM Nitika Jain 1 Niriksha 2 1 Student, RKGITW 2 Student, RKGITW Uttar Pradesh Tech. University Uttar Pradesh Tech. University Ghaziabad, U.P., India Ghaziabad, U.P., India ABSTRACT Student ERP
Presentation fiche: ESCO, the forthcoming European Skills, Competencies and Occupations taxonomy
EUROPEAN COMMISSION Employment, Social Affairs and Equal Opportunities DG Employment, Lisbon Strategy, International Affairs Employment Services, Mobility Brussels, 18 January 2010 EMPL D-3/LK D(2009)
Component visualization methods for large legacy software in C/C++
Annales Mathematicae et Informaticae 44 (2015) pp. 23 33 http://ami.ektf.hu Component visualization methods for large legacy software in C/C++ Máté Cserép a, Dániel Krupp b a Eötvös Loránd University mcserep@caesar.elte.hu
Selecting a Taxonomy Management Tool. Wendi Pohs InfoClear Consulting #SLATaxo
Selecting a Taxonomy Management Tool Wendi Pohs InfoClear Consulting #SLATaxo InfoClear Consulting What do we do? Content Analytics Strategy and Implementation, including: Taxonomy/Ontology development
RDFa in Drupal: Bringing Cheese to the Web of Data
RDFa in Drupal: Bringing Cheese to the Web of Data Stéphane Corlosquet, Richard Cyganiak, Axel Polleres and Stefan Decker Digital Enterprise Research Institute National University of Ireland, Galway Galway,
An Ontology-based e-learning System for Network Security
An Ontology-based e-learning System for Network Security Yoshihito Takahashi, Tomomi Abiko, Eriko Negishi Sendai National College of Technology a0432@ccedu.sendai-ct.ac.jp Goichi Itabashi Graduate School
How semantic technology can help you do more with production data. Doing more with production data
How semantic technology can help you do more with production data Doing more with production data EPIM and Digital Energy Journal 2013-04-18 David Price, TopQuadrant London, UK dprice at topquadrant dot
Knowledge-Based Data Mining Using Semantic Web
Available online at www.sciencedirect.com ScienceDirect IERI Procedia 7 (2014 ) 113 119 2013 International Conference on Applied Computing, Computer Science, and Computer Engineering Knowledge-Based Data
VisionWaves : Delivering next generation BI by combining BI and PM in an Intelligent Performance Management Framework
VisionWaves : Delivering next generation BI by combining BI and PM in an Intelligent Performance Management Framework VisionWaves Bergweg 173 3707 AC Zeist T 030 6981010 F 030 6914967 2010 VisionWaves
Business Process Models as Design Artefacts in ERP Development
Business Process Models as Design Artefacts in ERP Development Signe Ellegaard Borch IT University of Copenhagen, Rued Langgaards Vej 7, 2300 København S, Denmark elleborch@itu.dk Abstract. Adequate design
Revista Economică 68:1 (2016) THE IMPORTANCE OF HUMAN RESOURCES DEPARTMENT IN PRIVATE COMPANIES. Lucian Blaga University of Sibiu
THE IMPORTANCE OF HUMAN RESOURCES DEPARTMENT IN PRIVATE COMPANIES BUCĂŢA George 1, ROTARIU Irina 2 Lucian Blaga University of Sibiu Abstract Human resources are an important asset of an organization's
Business Intelligence. A Presentation of the Current Lead Solutions and a Comparative Analysis of the Main Providers
60 Business Intelligence. A Presentation of the Current Lead Solutions and a Comparative Analysis of the Main Providers Business Intelligence. A Presentation of the Current Lead Solutions and a Comparative
ADOPTION OF OPEN SOURCE AND CONVENTIONAL ERP SOLUTIONS FOR SMALL AND MEDIUM ENTERPRISES IN MANUFACTURING. Mehran G. Nezami Wai M. Cheung Safwat Mansi
Proceedings of the 10 th International Conference on Manufacturing Research ICMR 2012 ADOPTION OF OPEN SOURCE AND CONVENTIONAL ERP SOLUTIONS FOR SMALL AND MEDIUM ENTERPRISES IN MANUFACTURING Mehran G.