Perspectives of Semantic Web in E- Commerce
|
|
|
- Felicity Flynn
- 10 years ago
- Views:
Transcription
1 Perspectives of Semantic Web in E- Commerce B. VijayaLakshmi M.Tech (CSE), KIET, A.GauthamiLatha Dept. of CSE, VIIT, Dr. Y. Srinivas Dept. of IT, GITAM University, Mr. K.Rajesh Dept. of MCA, KIET, ABSTRACT The Semantic Web Technologies growing interest in human computer interactions where it enables the machines to interpret the data published in a machine interpretable form under web. Currently, E-Commerce is seriously vulnerable due to the lack of proper standards where HTML does not provide the syntax and semantics of information. Semantic Web has the potential to extremely influence the further development of the internet market, where e-commerce plays an important role. This paper discusses the semantic architecture for e-commerce using ontology language like RDF. This gives the overview about how the producer describes their resource in ontology content and how the consumer will retrieve the efficient data. Keywords E-Commerce, RDF, Semantic Web, Ontology. 1. INTRODUCTION With the development of World Wide Web more companies are updating their data in the web. In traditional web the search method for data is not only tedious and time consuming, but also results in many unrelated information. The reason is, due to various data accessing methods and data description used in the traditional web. The semantic web overcomes all these drawbacks. Semantic web is not the replacement of current web but it is an extension of current web, in which information is given in a well defined manner, so that it enable the computer and people to work in cooperation. This paper mainly focuses on the data description (Producer) and data accessing (Consumer) in e-commerce circumstances. In section 2, related terminologies and limitations in the current e-commerce are discussed. Section 3 introduces the architecture of semantic e-commerce application and the case study is explained in section 4. Finally the conclusion is given. 2. RELATED TERMINOLOGY 2.1 E-Commerce Electronic Commerce, commonly Known as e-commerce or ecommerce, consists of buying and selling the products or services over the internet. With the rapid development of internet and the number of goods online, the e-commerce plays the important role in the present trends [1]. There are two major types emerged like Business-to-Consumer (B2C), and Business-to- Business (B2B) e-commerce models. The Business-to-Consumer (B2C) e-commerce model is a publicly accessible Web site offering products for sale to the customers. The Business-to-Business (B2B) e-commerce model specifically designed for organizations to conduct business over the Internet. In this paper we are concentrating only on B2C e- commerce. Current E-Commerce: A search for any product or product offers is the starting point for most e-commerce transactions. E- Commerce web applications are designed to return the most appropriate data to the user but the current applications are failing in returning the relevant data to the consumers. Limitations in the Current E -Commerce are Information Asymmetry & Price Dispersion: This situation occurs where the same product with same features is available with different price values in different websites to the consumers [1]. Semantic Description & Extension is Deficient: This situation occurs where the product s generic attributes are not considered, such as price, color, function, origin and material etc... Business Attributes: This situation occurs where the customers choose the tax percentage, type of pay and discount offered if any etc...[3] Interoperability in an inconsistent environment: This situation occurs where the consumer is in the conflicting state to choose the best option from the available websites. For example: Let s take a case of specific search for mobile phone' camera download ring tones", Case1: In current web search, it will not certainly return a list containing all mobile phones with a camera, function and the ability to download ring tones. It may either display the list of mobiles with camera and also without camera or else it simply displays about either only different camera models or different ring tones. Case2: we have several websites that sell the same product at different prices. A consumer, who is new to online purchasing will default opts the Amazon site and buy the product for $ A consumer who has much experience in online purchasing will search various web sites and finally gets the product for $ So the total savings for the experienced consumer is $51.88.Hence there is a significant gain due to the information asymmetry, this is price dispersion. if we spend much time for the search we can buy the better product. Fig1 shows the curve by comparing the time and benefit of search. 52
2 Benefit of search International Journal of Computer Applications ( ) T1 T2 T3 And the objects can be are 15kmph or gray The syntactic representation is as follows: T3 < Subject, predicate, object> < Car, color, gray> or < Car, mileage, 15kmpk> Color Gray Time spent Fig 1: Search & time curve 2.2 Semantic Web The initiation for the Semantic Web was by Sir Tim Berners Lee, who is the famous inventor of WWW and one of the W3C directors. Semantic Web is an extension of the current web, in which the semantics of information and the services of the web is defined, making it possible for the web to understand and satisfy the requirements of the people to use the web content [9, 15]. With a Semantic Web, we can easily handle many issues, like knowledge-repository, search agent, information parser, etc., which cannot be done well with the current web [9,15]. To make the web semantic, we need new standard web ontology languages. Ontology is a key to the Semantic Web. Ontology s are used to express information in a machine interpretable form Ontology Ontology is a set of specifications, relationships and constraints that describe a certain domain [4]. It defines the common terms needed to share information relevant to that domain. Ontology plays the key role in agent communication as it improves the accuracy of searching and enables the development of powerful applications that tackle complicated questions, whose answers do not reside on a single web page. Some basic ontology languages are RDF (Resource Description Framework) and OWL (Web Ontology Language) [10]. In this paper we concentrate only on RDF. Some development editors are altova [17], protégé [16], ontolingna, UNSPSC, Rosetta Net. RDF (Resource Description Framework): RDF is a language for expressing data models in XML syntax. XML provides an elemental syntax to structure the data [7]. It provides the meaning to that structured data [14, 15]. RDF is used to describe web resources. RDF assertion consists of a triplet (subject, predicate, object) in which a subject has a property that property value can be either a string literal or a reference to another resource. For example: Let us consider the Car and its Properties. The mileage of the car is 15 kmph (or) The color of the car is gray. Here, the subject is car The predicates can be either mileage or color Car Fig 2: Example RDF graph The Comparisons between Traditional web and semantic web with some parameters [6] is given in table 1. Table 1: Traditional web Vs Semantic web Comparison Mileage 15kmph Traditional Web Service Semantic Web Service Service Simple Compounded Service Requester People Computer Service Description Words based Ontology based Data Access Syntax based Semantic based 3. SEMANTIC WEB E-COMMERCE ARCHITECTURE In the previous section we have explained the current e- commerce and its drawbacks and also stated that the Semantic web application can overcome these drawbacks. Fig.3 shows the architecture of the semantic web based e-commerce application. 53
3 Consumer Producer Real World Wants - Nokia N Series Mobile Mobile Company Wants - Nokia N Series Mobile Real World Agent Agent Agent Agent Intelligent Intelligent Semantic Web SPARQL Mobile Ontology RDF Semantic Web Fig 3: Architecture of Semantic Web E-Commerce Here, Producer is the one, who manufactures the products and concentrates on the quality and efficiency of the particular product and advertise the details in the web market. Consumer is an individual who buys products or services for personal use over the internet. Agents are meant to reduce the consumer s work and information overload [2]. In the increasing growth of e-commerce technology, services and information available on the internet, agents plays a very important role. Agents are active, autonomous and personalized software s to which tasks can be delegated. In architecture, we have two types of agents. 1. Search agent 2. Ontology agent The consumer directly communicates with search agent, who is responsible for retrieving the metadata of documents. Here we used the SPARQL query language to retrieve the related information to the consumers. The Producer communicates with ontology agent, who provides the knowledge of ontology to answer queries about the domain and its structure. Here we use the Jena framework [11] to build the ontology like RDF. From the architecture it has shown that, any product or service should be described ontologically to retrieve the result in semantic manner. For example, the mobile company provides the related terms and structures related to that domain and the mobile database to the agent. The agent generates the RDF. Whenever the consumer or user want to search the information that information is passed to the search agent; the search agent searches the related information using SPARQL query language [5]. 4. CASE STUDY Let us take the mobiles; in this case the ontology agent will create the RDF for mobiles. Using Jena the RDF generated is represented in the table 2. <rdf:description Table 2: Mobiles RDF rdf:about=" <mobiles:url1> opulatestore.action</mobiles:url1> <mobiles:url2> php </mobiles:url2> <mobiles:url3> phones.org/samsung-b200-features-new-samsung- cell-phones.html</mobiles:url3> <mobiles:camera>16mp</mobiles:camera> <mobiles:sim>single</mobiles:sim> <mobiles:music>yes</mobiles:music> <mobiles:videorecording> 3hrs </mobiles:videorecording> <mobiles:model> samungb200 </mobiles:model> <mobiles:standbymode> 30hrs </mobiles:standbymode> <mobiles:gps> applicable </mobiles:gps> <mobiles:mms> diabled </mobiles:mms> <mobiles:keypad> normal </mobiles:keypad> <mobiles:os> java </mobiles:os> <mobiles:memorycard> 2gb </mobiles:memorycard> <mobiles:connectivity> bluetooth </mobiles:connectivity> <mobiles:sms> receive/send </mobiles:sms> </rdf:description> 54
4 The RDF in table 2 describes the features of mobile. As section shows the syntax of RDF, the mobile RDF also represents their features in the format <Subject, predicate, object>. Like <mobiles: standbymode>30hrs</mobiles: standbymode> <mobiles: gps>applicable </mobiles: gps> Fig. 4: Screen shot of semantic e-commerce user interface In the above screen shot the consumer passes the query single sim and normal keypad mobiles. To generate the result the search agent searches this information using sparql query [5]. The query is shown in table 3. Table 3: SPARQL Query PREFIX mobiles: < SELECT?model?url1?url2?url3 WHERE {?element mobiles:sim single.?element mobiles: keypad normal.?element mobiles:url3?url3.?element mobiles:url1?url1.?element mobiles:url2?url2.?element mobiles: model?model. } 5. CONCLUSION There is a great demand for retrieving and sharing the information across the internet in an efficient way. Semantic web and software agents are providing direction in this regard. This paper introduces a semantic web based e-commerce application which is suitable for retrieving the data without inconsistency of data. Semantic web technology also offers various services like automatic producer recognition, automatic product and service recognition and in price and quality comparisons. 6. REFERENCES [1] Karim Heidari, The Impact of Semantic Web on E- Commerce, World Academy of Science, Engineering and Technology [2] Oscar Martinez, Federico Botella, Building E-Commerce Web Applications: Agent- and Ontology-based Interface Adaptivity, Operations Research Center, University Miguel Hernández of Elche, Avda.Universidad, s/n, Elche, Spain [3] Donglin Chen Xiaofei Li Jun Zhang, User-oriented intelligent service of e-catalog based on semantic web, Information Management and Engineering (ICIME), 2010 The 2nd IEEE International Conference. 55
5 [4] Rasheed M. Al-Zahrani, The Ontology problem in ecommerce applications, Information SystemsDept., KSU. [5] SPARQL Query language for RDF [6] Tanja Sollazzo, Siegfried Handschuh, Steffen Staab, Martin Frank, Nenad Stojanovic, Semantic Web Service Architecture -Evolving Web Service Standards toward the Semantic Web FLAIRS-02 Proceedings. [7] Resource Description Framework (RDF Semantic web standards [8] Peter mika Social networks and the semantic web. [9] Tim Berners-Lee Semantic Web on XML slides: [10] Grigoris Antoniou and Frank van Harmelen Semantic web Primer. [11] Jena RDF API [12] Tanya Gupta, Abir Qasem, Reduction of price dispersion through Semantic E-commerce: A Position Paper. Semantic Web Workshop 2002 Hawaii, USA [13] John Davies, Rudi Studer, Paul Warren Semantic web Technologies- trends and research in ontology based systems. [14] Sergey Melnik: Bridging the Gap between RDF and XML. December on.html [15] Tim Berners-Lee: Why RDF model is different from the XML model. Design Issues draft, October 1998 [16] The Protégé Ontology Editor and Knowledge Acquisition System protege.stanford.edu/ [17] Altova editor 56
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
Ontology based ranking of documents using Graph Databases: a Big Data Approach
Ontology based ranking of documents using Graph Databases: a Big Data Approach A.M.Abirami Dept. of Information Technology Thiagarajar College of Engineering Madurai, Tamil Nadu, India Dr.A.Askarunisa
Supporting Change-Aware Semantic Web Services
Supporting Change-Aware Semantic Web Services Annika Hinze Department of Computer Science, University of Waikato, New Zealand [email protected] Abstract. The Semantic Web is not only evolving into
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,
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 [email protected] 2 Department of Computer
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,
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
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
12 The Semantic Web and RDF
MSc in Communication Sciences 2011-12 Program in Technologies for Human Communication Davide Eynard nternet Technology 12 The Semantic Web and RDF 2 n the previous episodes... A (video) summary: Michael
An Ontology Based Method to Solve Query Identifier Heterogeneity in Post- Genomic Clinical Trials
ehealth Beyond the Horizon Get IT There S.K. Andersen et al. (Eds.) IOS Press, 2008 2008 Organizing Committee of MIE 2008. All rights reserved. 3 An Ontology Based Method to Solve Query Identifier Heterogeneity
JOURNAL OF COMPUTER SCIENCE AND ENGINEERING
Exploration on Service Matching Methodology Based On Description Logic using Similarity Performance Parameters K.Jayasri Final Year Student IFET College of engineering [email protected] R.Rajmohan
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. [email protected] Abstract The scholarly activities
Annotation: An Approach for Building Semantic Web Library
Appl. Math. Inf. Sci. 6 No. 1 pp. 133-143 (2012) Applied Mathematics & Information Sciences @ 2012 NSP Natural Sciences Publishing Cor. Annotation: An Approach for Building Semantic Web Library Hadeel
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
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,
Semantic Web Services for e-learning: Engineering and Technology Domain
Web s for e-learning: Engineering and Technology Domain Krupali Shah and Jayant Gadge Abstract E learning has gained its importance over the traditional classroom learning techniques in past few decades.
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
A Semantic web approach for e-learning platforms
A Semantic web approach for e-learning platforms Miguel B. Alves 1 1 Laboratório de Sistemas de Informação, ESTG-IPVC 4900-348 Viana do Castelo. [email protected] Abstract. When lecturers publish contents
An Approach to Eliminate Semantic Heterogenity Using Ontologies in Enterprise Data Integeration
Proceedings of Student-Faculty Research Day, CSIS, Pace University, May 3 rd, 2013 An Approach to Eliminate Semantic Heterogenity Using Ontologies in Enterprise Data Integeration Srinivasan Shanmugam and
Design and Implementation of a Semantic Web Solution for Real-time Reservoir Management
Design and Implementation of a Semantic Web Solution for Real-time Reservoir Management Ram Soma 2, Amol Bakshi 1, Kanwal Gupta 3, Will Da Sie 2, Viktor Prasanna 1 1 University of Southern California,
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 [email protected] Ying Ding School of Library and Information Science,
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
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
ONTOLOGY-ORIENTED INFERENCE-BASED LEARNING CONTENT MANAGEMENT SYSTEM
ONTOLOGY-ORIENTED INFERENCE-BASED LEARNING CONTENT MANAGEMENT SYSTEM Mohamed Kholief, Nader Nada, Wedian Khedr College of Computing and Information Technology, Arab Academy for Science, Technology, and
Ontology Development and Query Retrieval using ProtégéTool
I.J. Intelligent Systems and Applications, 2013, 09, 67-75 Published Online August 2013 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijisa.2013.09.08 Ontology Development and Query Retrieval using
A Framework for Collaborative Project Planning Using Semantic Web Technology
A Framework for Collaborative Project Planning Using Semantic Web Technology Lijun Shen 1 and David K.H. Chua 2 Abstract Semantic web technology has become an enabling technology for machines to automatically
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
Implementing Ontology-based Information Sharing in Product Lifecycle Management
Implementing Ontology-based Information Sharing in Product Lifecycle Management Dillon McKenzie-Veal, Nathan W. Hartman, and John Springer College of Technology, Purdue University, West Lafayette, Indiana
I. INTRODUCTION NOESIS ONTOLOGIES SEMANTICS AND ANNOTATION
Noesis: A Semantic Search Engine and Resource Aggregator for Atmospheric Science Sunil Movva, Rahul Ramachandran, Xiang Li, Phani Cherukuri, Sara Graves Information Technology and Systems Center University
Towards the Integration of a Research Group Website into the Web of Data
Towards the Integration of a Research Group Website into the Web of Data Mikel Emaldi, David Buján, and Diego López-de-Ipiña Deusto Institute of Technology - DeustoTech, University of Deusto Avda. Universidades
The Semantic Web Rule Language. Martin O Connor Stanford Center for Biomedical Informatics Research, Stanford University
The Semantic Web Rule Language Martin O Connor Stanford Center for Biomedical Informatics Research, Stanford University Talk Outline Rules and the Semantic Web Basic SWRL Rules SWRL s Semantics SWRLTab:
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 [email protected] Bogotá,
II. PREVIOUS RELATED WORK
An extended rule framework for web forms: adding to metadata with custom rules to control appearance Atia M. Albhbah and Mick J. Ridley Abstract This paper proposes the use of rules that involve code to
Security Issues for the Semantic Web
Security Issues for the Semantic Web Dr. Bhavani Thuraisingham Program Director Data and Applications Security The National Science Foundation Arlington, VA On leave from The MITRE Corporation Bedford,
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 [email protected] ABSTRACT Information
DC Proposal: Automation of Service Lifecycle on the Cloud by Using Semantic Technologies
DC Proposal: Automation of Service Lifecycle on the Cloud by Using Semantic Technologies Karuna P. Joshi* Computer Science and Electrical Engineering University of Maryland, Baltimore County, Baltimore,
OWL Ontology Translation for the Semantic Web
OWL Ontology Translation for the Semantic Web Luís Mota and Luís Botelho We, the Body and the Mind Research Lab ADETTI/ISCTE Av. das Forças Armadas, 1649-026 Lisboa, Portugal [email protected],[email protected]
Automating Cloud Service Level Agreements using Semantic Technologies
In proceedings of CLaw Workshop, IEEE International Conference on Cloud Engineering (IC2E), March 2015 Automating Cloud Service Level Agreements using Semantic Technologies Karuna Pande Joshi and Claudia
Ontology-Based Discovery of Workflow Activity Patterns
Ontology-Based Discovery of Workflow Activity Patterns Diogo R. Ferreira 1, Susana Alves 1, Lucinéia H. Thom 2 1 IST Technical University of Lisbon, Portugal {diogo.ferreira,susana.alves}@ist.utl.pt 2
How To Use Networked Ontology In E Health
A practical approach to create ontology networks in e-health: The NeOn take Tomás Pariente Lobo 1, *, Germán Herrero Cárcel 1, 1 A TOS Research and Innovation, ATOS Origin SAE, 28037 Madrid, Spain. Abstract.
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
ONTOLOGY-BASED MULTIMEDIA AUTHORING AND INTERFACING TOOLS 3 rd Hellenic Conference on Artificial Intelligence, Samos, Greece, 5-8 May 2004
ONTOLOGY-BASED MULTIMEDIA AUTHORING AND INTERFACING TOOLS 3 rd Hellenic Conference on Artificial Intelligence, Samos, Greece, 5-8 May 2004 By Aristomenis Macris (e-mail: [email protected]), University of
Semantic Stored Procedures Programming Environment and performance analysis
Semantic Stored Procedures Programming Environment and performance analysis Marjan Efremov 1, Vladimir Zdraveski 2, Petar Ristoski 2, Dimitar Trajanov 2 1 Open Mind Solutions Skopje, bul. Kliment Ohridski
The Semantic Web: An Introduction and Issues
The Semantic Web: An Introduction and Issues Gopal Pandey (Department of Information Technology, Shantilal Shah Engineering College, Bhavnagar, Gujarat, India) ABSTRACT Current Web content has been designed
Development of Ontology for Smart Hospital and Implementation using UML and RDF
206 Development of Ontology for Smart Hospital and Implementation using UML and RDF Sanjay Anand, Akshat Verma 2 Noida, UP-2030, India 2 Centre for Development of Advanced Computing (C-DAC) Noida, U.P
Towards a Sales Assistant using a Product Knowledge Graph
Towards a Sales Assistant using a Product Knowledge Graph Haklae Kim, Jungyeon Yang, and Jeongsoon Lee Samsung Electronics Co., Ltd. Maetan dong 129, Samsung-ro, Yeongtong-gu, Suwon-si, Gyeonggi-do 443-742,
Layering the Semantic Web: Problems and Directions
First International Semantic Web Conference (ISWC2002), Sardinia, Italy, June 2002. Layering the Semantic Web: Problems and Directions Peter F. Patel-Schneider and Dieter Fensel Bell Labs Research Murray
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 [email protected] Goichi Itabashi Graduate School
Fraunhofer FOKUS. Fraunhofer Institute for Open Communication Systems Kaiserin-Augusta-Allee 31 10589 Berlin, Germany. www.fokus.fraunhofer.
Fraunhofer Institute for Open Communication Systems Kaiserin-Augusta-Allee 31 10589 Berlin, Germany www.fokus.fraunhofer.de 1 Identification and Utilization of Components for a linked Open Data Platform
Ontology for Home Energy Management Domain
Ontology for Home Energy Management Domain Nazaraf Shah 1,, Kuo-Ming Chao 1, 1 Faculty of Engineering and Computing Coventry University, Coventry, UK {nazaraf.shah, k.chao}@coventry.ac.uk Abstract. This
A virtual assistant for e-tourism. Alessandra De Paola, Marco Ortolani University of Palermo, Italy [email protected]
national lab Smart Cities & Communities Alessandra De Paola, Marco Ortolani University of Palermo, Italy [email protected] Palermo, October 29-30, 2015 I-Cities 2015 - CINI Annual Workshop on
RDF Dataset Management Framework for Data.go.th
RDF Dataset Management Framework for Data.go.th Pattama Krataithong 1,2, Marut Buranarach 1, and Thepchai Supnithi 1 1 Language and Semantic Technology Laboratory National Electronics and Computer Technology
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
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,
Modeling an Ontology for Managing Contexts in Smart Meeting Space
Modeling an Ontology for Managing Contexts in Smart Meeting Space Mohammad Rezwanul Huq, Nguyen Thi Thanh Tuyen, Young-Koo Lee, Byeong-Soo Jeong and Sungyoung Lee Department of Computer Engineering Kyung
A Study of e-trading System over Mobile Applications
, pp. 55-64 http://dx.doi.org/10.14257/ijseia.2014.8.8,06 A Study of e-trading System over Mobile Applications Cheol-Woong Lee 1, Jong Wook Kim 2 and Sae-Hong Cho 3 1 Dept. of Digital Culture Technology
The Development of the Clinical Trial Ontology to standardize dissemination of clinical trial data. Ravi Shankar
The Development of the Clinical Trial Ontology to standardize dissemination of clinical trial data Ravi Shankar Open access to clinical trials data advances open science Broad open access to entire clinical
Developing a Web-Based Application using OWL and SWRL
Developing a Web-Based Application using OWL and SWRL Martin J. O Connor, Ravi Shankar, Csongor Nyulas, Samson Tu, Amar Das Stanford Medical Informatics, Stanford University, Stanford, CA 94305-5479 {martin.oconnor,
Fund Finder: A case study of database-to-ontology mapping
Fund Finder: A case study of database-to-ontology mapping Jesús Barrasa, Oscar Corcho, Asunción Gómez-Pérez (Ontology Group, Departamento de Inteligencia Artificial, Facultad de Informática, Universidad
Archetypes and ontologies to facilitate the breast cancer identification and treatment process
Archetypes and ontologies to facilitate the breast cancer identification and treatment process Ainhoa Serna 1, Jon Kepa Gerrikagoitia 1, Iker Huerga, Jose Antonio Zumalakarregi 2 and Jose Ignacio Pijoan
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
Creating an RDF Graph from a Relational Database Using SPARQL
Creating an RDF Graph from a Relational Database Using SPARQL Ayoub Oudani, Mohamed Bahaj*, Ilias Cherti Department of Mathematics and Informatics, University Hassan I, FSTS, Settat, Morocco. * Corresponding
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
Data Store Interface Design and Implementation
WDS'07 Proceedings of Contributed Papers, Part I, 110 115, 2007. ISBN 978-80-7378-023-4 MATFYZPRESS Web Storage Interface J. Tykal Charles University, Faculty of Mathematics and Physics, Prague, Czech
Towards a Semantic Wiki Wiki Web
Towards a Semantic Wiki Wiki Web Roberto Tazzoli, Paolo Castagna, and Stefano Emilio Campanini Abstract. This article describes PlatypusWiki, an enhanced Wiki Wiki Web using technologies from the Semantic
The Ontology and Architecture for an Academic Social Network
www.ijcsi.org 22 The Ontology and Architecture for an Academic Social Network Moharram Challenger Computer Engineering Department, Islamic Azad University Shabestar Branch, Shabestar, East Azerbaijan,
Pragmatic Web 4.0. Towards an active and interactive Semantic Media Web. Fachtagung Semantische Technologien 26.-27. September 2013 HU Berlin
Pragmatic Web 4.0 Towards an active and interactive Semantic Media Web Prof. Dr. Adrian Paschke Arbeitsgruppe Corporate Semantic Web (AG-CSW) Institut für Informatik, Freie Universität Berlin [email protected]
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
