The roles and limitations of the Semantic Web are still unclear. The Semantic Web hopes to provide reliable, cheap, and speedy access to data.

Size: px
Start display at page:

Download "The roles and limitations of the Semantic Web are still unclear. The Semantic Web hopes to provide reliable, cheap, and speedy access to data."

Transcription

1 SEMANTIC WEB December 22, 2007 We need a unifying logical language for data - for the machine interfaces to data systems - in the same way that HTML was a unifying language for human interfaces to information systems. Tim Berners-Lee (1955-) INTRODUCTION The Semantic Web, also known as the Data Web and Web 3.0, is really an extension of current Web technology, giving it far greater utility. The goal is to turn the Semantic Web more into a repository of data, than just a collection of Web sites and pages. To do this, it will draw upon data stored online in databases in addition to the text, images, video, and communication the Web contained. The roles and limitations of the Semantic Web are still unclear. DISCUSSION The Semantic Web seeks the grand unification of data. The goal is to bring structured and unstructured data back together, which means evolving from a Web of documents to a Web of data. The Semantic Web hopes to provide reliable, cheap, and speedy access to data. Identification is a key issue with the Semantic Web. Identifiers are all over the place. The semantics of data is paramount. Page 1 of 17

2 The Semantic Web has been described in a sort of touchy-feely way of meeting not only the needs of knowledge sharing but those of socialization and leisure as well. Relations can be established between any data, including documents, photographs, tags, business transactions, etc. Librarians have always been interested in ways of using vocabularies to make connections between documents. The Semantic Web is print dominated. It is like a machine-readable card catalog that ties the Word s documents together in a digital way. The goal is to organize the billions of documents which exist in a way analogous to the Dewey classification system; to turn the existing Web into one big collection of documents rather than many collections of individual Web pages and sites. It is hard to integrate data across a single organization using traditional technology let alone the World. In addition, it takes more than standards to make data innately shareable and available. It appears the W3C is more concerned with creating industry standards than finding workable solutions to existing semantic modeling problems. Their approach tries to fit the problem into a rehashed, failed solution by basing semantic representation on natural language principles. Natural language, e.g. English, has proved to be grossly inadequate when it comes to representing the semantics of data in ways that are amenable to machine processing. All but the smallest semantic models become overly complex and ambiguous. Page 2 of 17

3 Key to the success of Semantic Web Objectives is the use of a common scheme for defining (identifying, classifying, and relating) data, i.e., a Semantic Data Language. There should be one conceptual structure from which everyone works and that structure must be capable of continued revision as new knowledge arises. SECURITY There must be some central control over security on the Semantic Web. It is possible to have different privacy restrictions on the same data depending on the data source, DATA INTEGRATION Data integration has become one of the most important aspects of application development. There has been a shift toward translating data across boundaries. EXISTING PROBLEMS The Semantic Web will inherit all of the problems attached to data integration. Most data fields in existing databases are incompatible and incapable of meaningful translation. In general, data names cannot be used to determine data compatibility, or incompatibility. LABELS The Semantic Web allows people to assign their own data labels instead of trying to agree on industry-wide standards. REASONING The Semantic Web enables users to discover relations among data sources through reasoning. Page 3 of 17

4 FRIEND OF A FRIEND (FOAF) EXAMPLE Friend of a Friend (FOAF) is a decentralized social-networking system based on a special vocabulary created to describe personal information. The FOAF vocabulary can be used to describe the names, ages, locations, jobs, relationships, etc. of individuals. More than onemillion individuals are already interlinked through FOAF files, including users of some isolated, commercial systems like Journal and TypePad. Ref: SEMANTIC DATA LANGUAGE The Semantic Web requires the use of a common semantic language. Semantic Web users are currently developing independent data structures and vocabularies, much like with the history of natural languages. The problem comes in trying to link these disparate data structures and in translating their different vocabulary terms. This can be extremely difficult if the original data structures and vocabulary terms were not created in a unified way. The W3C has adopted the Resource Description Framework (RDF) as its Semantic Web language. RESOURCE DESCRIPTION FRAMEWORK The W3C is pushing the Resource Description Framework (RDF) for building Semantic Web applications. Page 4 of 17

5 The Semantic Web uses the Resource Description Framework (RDF) to make assertions. These assertions are based on triples, where many triples are held in a database. RDF is a fundamental component of the Semantic Web. It is used for defining data and connecting it with Universal Resource Identifiers (URI). RDF names each semantic item and relates it to other items in a way that allows for the automatic interchange of data. Other capabilities can be used to classify, query, and reason about these relations. As would be expected of any semantic language, additional semantic richness can be created by including ontological and taxonomical knowledge. RDF is maturing and more and more applications are being built on it. Some commercial database management systems, e.g., Oracle,.. support RDF. In general, RDF 1) is extremely cumbersome to use, 2) is based on natural language syntax, 3) does not include a common conceptual model, 4) and RDF ASSERTIONS RDF assertions are stated in the form of a triple subject -> predicate -> object Page 5 of 17

6 where the subject is a resource (URI); the predicate is a property (URI); and the object is a resource (URI) or data value (literal). RDF EXAMPLE 1 An example RDF assertion is shown in Figure x. Name Person > John The subject is Person001; the predicate is Name; and the object is John. Figure x The same assertion may be made using the Myers Semantic Data Language is shown in Figures xa and xb. Relation ID Concept Person > Name Instance 001 John Figure xa Concept [0001] Person, instance (data value) 001, is related to concept [0002] Name, instance John, using the identifier-descriptor (ID) concept relation. In this case [0001] and [0002] are Concept Unique Identifiers. OR Relation` Concept Instance Page 6 of 17

7 I 1 [0001] Person 001 I 1 D [0002] Name John Figure xb The difference between RDF and the Myers Semantic Data Language is that RDF treats Name as the relation. In the Myers Semantic Data Language Name is treated as a concept of the same order as Person; the relation (Arc or Edge) is expressed using one of 28 possible syntactic structures, not concept. RDF EXAMPLE 2 Another example RDF assertion is shown in Figure x. Locatedin LosAngeles > CA The subject is LosAngeles; the predicate is Locatedin; and the object is CA. Figure x The same assertion may be made using the Myers Semantic Data Language is shown in Figure xa and xb. Relation I 1 <I 2 Concept [0001] City > [0002] State Instance Los Angeles CA Figure xa Page 7 of 17

8 OR Relation Concept Instance I 1 [0001] City Los Angeles I 1 <I 2 [0002] State CA Figure xb Concept [0001] City, instance (data value) Los Angeles, is related to concept [0002] State, instance CA, using the identifier 1 < identifier 2 (I 1 <I 2 ) concept relation because the < logical operator denotes concept dependency. In this case [0001] and [0002] are Concept Unique Identifiers standing for concepts City and State. Note that instance data in the Myers Semantic Data Language does not have to conform to data processing (no spaces, etc.) conventions, e.g., Loa Angeles vs. LasAngeles. ALTERNATE STRUCTURE The relation can be explicitly included in the concept relation by making it a concept of the same order as City and State as shown in Figure xa and xb. Relation I 1 M 1 <I 2 Concept City > Relation > State Instance Los Angeles located in CA Figure xa OR Page 8 of 17

9 Relation Concept Instance I 1 [0001] City Los Angeles I 1 M 1 [0003] Relation located in I 1 M 2 <1 2 [0002] State CA Figure xb The difference between RDF and the Myers Semantic Data Language is that RDF treats the relation instance locatedin as the relation. In the Myers Semantic Data Language the relation is treated as a concept of the same order as City and State; the relation (Arc or Edge) is expressed using identifier 1 modifier 1 < identifier 2 (I 1 M 1 <I 2,) concept relation which is one of 28 possible syntactic structures, not concept. In this case [0001], [0002], and [0003] are Concept Unique Identifiers standing for concepts City, State, and Relation. WORLD WIDE WEB CONSORTIUM The World Wide Web Consortium (W3C) us an ad hoc organization composed of more than 400 dues paying member companies and universities. The W3C was founded in 1994 to serve as the guardian of foundational Web technology and standards. Important goals include developing foundational Web technologies and advancing related standards, which so far includes XML and RDF. The W3C is co-hosted by the Massachusetts Institute of Technology (MIT), where it is based (USA); the European Consortium for Informatics and Mathematics (France); and Keio University (Japan). TAGGING SYSTEMS A tagging system is Page 9 of 17

10 A number of tagging systems are being used on the current Web, which include del.icio.us; Digg; DOI; My space; and Flickr. These tagging systems are not compatible, even when the same term is used. As a result current tagging systems are not scalable to the degree required for Semantic Web use. ONTOLOGY AND TAXONOMY URI The Semantic Web tries to use Uniform Resource Identifiers (URIs), e.g., the strings beginning with http: or ftp: found on the Web, to identify and connect data in a meaningful way. Anything that has an URI is considered to be on the Web. Probably the biggest problem the Semantic Web has is using a data structure based on natural language. Data structure is that of a triple, a triple, i.e., the subject-predicateobject structure taken from natural language. The triple is the basis of RDF. An article published in the December 2007 issue of Scientific American gives the following example of a RDF triple: Flipper is a Dolphin. It was explained that Flipper is a reference to the relationship Is A that references the concept dolphin, i.e., <uri for Flipper> <uri for Is A> <uri for Dophin>. The problem is with the data structure not the use of the URI. The intent is to agree on, or somehow standardize, triples. The use of the URI to identify and describe a concept creates another major problem. The URI does have value for pointing to existing data located on the Web, its intended Page 10 of 17

11 purpose, but its use for describing semantic structure is a terrible mistake. Any semantic model may use the URI to point to where data resides on the Web but the URS is grossly adequate when it comes to representing meaning. The problem is that data must be defined (identified, classified, and related) in a concise, formal way so that it can be interpreted unambiguously in all situations, such as across domains. How concept relations are specified is of particular importance in that the meaning of concepts is generally context sensitive. The potential impact of the Semantic Web is expanding due to the increasing scale and complexity of data. The current Semantic Web effort has all of the inherent problems associated with past attempts at semantic data modeling, making the expected result a repeat of past failures. A profoundly different approach must be taken if the Semantic Web is to be truly successful. The underlying semantic structure must be based on something new, something like the Myers Semantic Data Language. Every resource on the Semantic Web must be tagged. Work on the Semantic Web is scattered though out thousands of individual projects. It is now possible to crisscross the World via the Web. The semantic web would comprise a phenotypic structure of immense proportion. A fundamental assumption of those currently behind the development of the Semantic Web is that the meaning behind words, i.e., what words refer to, can be discovered and understood by computers. This is a laudable goal, but one much easier said than done, Page 11 of 17

12 especially given that meaning is an innate and biological property of the brain-mind. Before such a computer reality could ever come about, additional knowledge must be gained about how meaning exists within the head, including how it relates to the mysterious phenomena of consciousness. The Semantic Web is a rehash of the current Web with extensions. Simply consolidating data and being able to use it across computer applications does not constitute semantics, especially if the underlying data structure is solely based on natural language principles, of which the RDF triple is a subset. There is little question that the current infrastructure of the Web could be made more amenable to intelligent data manipulation by machines by improving data structure, quality, precision, etc. A lot can be accomplished towards this end without claiming to be semantic, including the automatic collection of data from diverse and disparate sources, data integration, and the interoperability of Web tools. Of special concern should be the impact that data structure, or lack of, has had on the Web. The Semantic Web is a vision that could provide the seeds of important discovery. If properly implemented, the Semantic Web could radically change the way in which we look at and process data, opening up new areas of intellectual and organizational opportunity. There are many hurdles to overcome before the concept the Semantic Web can become a success. One is that the Semantic Web must be based on a unified data structure which does not currently exist in the database technology employed (XML and RDF are not unified data structures). Another is that to integrate data using traditional database technology requires the implementation of numerous data standards across the Web, a virtually impossible task. In short, a different approach should be taken to the Semantic Web Page 12 of 17

13 The goal is to turn the current Web into a vast, decentralized, machine-readable database, providing users direct access to a universe of data. The content of the Semantic Web, unlike the current Web, will be both accessible and comprehensible by computer systems. Progress towards the Semantic Web has been limited. All aforementioned issues are a key to the Semantic Web's success. The underlying assumption that XML and RDF adequately satisfy the semantic needs of the Semantic Web is highly questionable. The Semantic Web will still use the Internet backbone. Data is distributed throughout the world, rather than being consolidated into a few databases. The Semantic Web needs some standard way to address data resources as well as documents. ONTOLOGY Ontology as viewed by the Semantic Web is a set of defined vocabulary terms and the relations among them. OWL Page 13 of 17

14 Owl is an ontology development language that is compatible with and can be understood by RDF. It operates at a higher-order than RDF. The W3C is pushing the use of OWL to make statements about concept classes. OWL makes a distinction between individuals, properties, and classes. SPARQL The Semantic Web has focused on the use of SPARQL for query. SPARQL is a query language that operates with RDF data. INFERENCE ENGINE Inference engines are used to find new relations among vocabulary terms to reveal their meaning. They operate at a higher-order than OWL. The following is a RDF inference. <uri for Flipper> <uri for Is A> <uri for Dophin> <uri for Dolphin> <uri for Subclass Of> <uri for Mammal> <uri for Flipper> <uri for Is A> <uir for Mammal> MARC MARC changed the way in which libraries provided access to intellectual works. It is based on Anglo American Cataloguing Rules (AARC). META-DATA The Semantic Web is trying to use RDF to handle its meta-data. Page 14 of 17

15 WEB-BASED SERVICES WEB SEARCH There are typically three components used for Web searching; crawler, index, and browser. WEB CRAWLER A crawler, aka spider, is used to search for data on a Web page. It is only interested in the text, links, and Uniform Record Locator (URL). The need for a crawler is marginal with structured data. Note: a URL is the equivalent of an address for Web pages. The Metadata SSE does not include a crawler, but it can use the capabilities of such a tool. WEB INDEX Traditional Web search engines use an internal file, or index database, of document data, called an inverted index, to find requested search terms. The index processes the data gathered by the spider software according to various criteria. WEB BROWSER Web browsers provide the interactive, graphical user interface for searching, finding, viewing, and/or managing data, typically over the Web. The traditional browser follows a nonconsecutive way through a set of data, where the data may be directly related or not. The goal is to find the most relevant Web pages (documents) for a user query. The SSE browser is content, not source, oriented. Page 15 of 17

16 Browser software handles requests for data based on the search terms entered. It scans the records created by the index software and orders or ranks the matching documents based on some algorithm. Once documents have been ranked the browser displays the most relevant documents for user selection; the most relevant being typically listed first. Users frequently look only at the top 10 results. The comprehensiveness of the index and the ranking of the documents are key factors in obtaining good query results and crucial to query quality. HYPERLINKS Hyperlinks serve as references providing a way to navigate the Web. Invoking a hyperlink switches the browser window to a different part of the same Web page or to a different Web page altogether. An analysis of the hyperlink (reference) structure provides a queryindependent measure of the quality of a Web page. This is often combined with queryspecific measures such as the frequency of the search terms found in a document. If many hyperlinks point to the same document, its rank is large or highly referenced. MYERS SEMANTIC DATA LANUAGE A key advantage the Myers Semantic Data Language has over the Semantic Web is that it can maintain history across interactions, i.e., has state. Semantic Web transactions, on the other hand, are stateless. SUMMARY It seems wiser to encourage a variety of approaches to the Semantic Web than to put our entire trust and hope into a single approach based on natural language. In addition, adopting premature standards, e.g., RDF, OWL, in areas where the science has not been Page 16 of 17

17 fully worked out could be disastrous. We should resist these premature urges to steer development along an uncertain, narrow path with quite possibility erroneous outcomes. There is no unified theory, or shared meta-theory, for Semantic Web development to follow, nor is there a comprehensive statement of semantic requirements. It is blindly assumed that the semantics of natural language will suffice in spite of its known shortcomings. What every speaker knows is that there are many situations which defy adequate description using natural language. Page 17 of 17

Semantic Web: vision and reality

Semantic Web: vision and reality Semantic Web: vision and reality Mile Jovanov, Marjan Gusev Institute of Informatics, FNSM, Gazi Baba b.b., 1000 Skopje {mile, marjan}@ii.edu.mk Abstract. Semantic Web is set of technologies currently

More information

Proposal for Implementing Linked Open Data on Libraries Catalogue

Proposal for Implementing Linked Open Data on Libraries Catalogue Submitted on: 16.07.2018 Proposal for Implementing Linked Open Data on Libraries Catalogue Esraa Elsayed Abdelaziz Computer Science, Arab Academy for Science and Technology, Alexandria, Egypt. E-mail address:

More information

New Approach to Graph Databases

New Approach to Graph Databases Paper PP05 New Approach to Graph Databases Anna Berg, Capish, Malmö, Sweden Henrik Drews, Capish, Malmö, Sweden Catharina Dahlbo, Capish, Malmö, Sweden ABSTRACT Graph databases have, during the past few

More information

Linked Data: What Now? Maine Library Association 2017

Linked Data: What Now? Maine Library Association 2017 Linked Data: What Now? Maine Library Association 2017 Linked Data What is Linked Data Linked Data refers to a set of best practices for publishing and connecting structured data on the Web. URIs - Uniform

More information

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø Towards the Semantic Desktop Dr. Øyvind Hanssen University Library of Tromsø Agenda Background Enabling trends and technologies Desktop computing and The Semantic Web Online Social Networking and P2P Computing

More information

Lecture Telecooperation. D. Fensel Leopold-Franzens- Universität Innsbruck

Lecture Telecooperation. D. Fensel Leopold-Franzens- Universität Innsbruck Lecture Telecooperation D. Fensel Leopold-Franzens- Universität Innsbruck First Lecture: Introduction: Semantic Web & Ontology Introduction Semantic Web and Ontology Part I Introduction into the subject

More information

Linked Open Data: a short introduction

Linked Open Data: a short introduction International Workshop Linked Open Data & the Jewish Cultural Heritage Rome, 20 th January 2015 Linked Open Data: a short introduction Oreste Signore (W3C Italy) Slides at: http://www.w3c.it/talks/2015/lodjch/

More information

Semantic Web Mining and its application in Human Resource Management

Semantic Web Mining and its application in Human Resource Management International Journal of Computer Science & Management Studies, Vol. 11, Issue 02, August 2011 60 Semantic Web Mining and its application in Human Resource Management Ridhika Malik 1, Kunjana Vasudev 2

More information

The Semantic Web & Ontologies

The Semantic Web & Ontologies The Semantic Web & Ontologies Kwenton Bellette The semantic web is an extension of the current web that will allow users to find, share and combine information more easily (Berners-Lee, 2001, p.34) This

More information

Semantic-Based Web Mining Under the Framework of Agent

Semantic-Based Web Mining Under the Framework of Agent Semantic-Based Web Mining Under the Framework of Agent Usha Venna K Syama Sundara Rao Abstract To make automatic service discovery possible, we need to add semantics to the Web service. A semantic-based

More information

Semantic Web and Electronic Information Resources Danica Radovanović

Semantic Web and Electronic Information Resources Danica Radovanović D.Radovanovic: Semantic Web and Electronic Information Resources 1, Infotheca journal 4(2003)2, p. 157-163 UDC 004.738.5:004.451.53:004.22 Semantic Web and Electronic Information Resources Danica Radovanović

More information

The Semantic Web Revisited. Nigel Shadbolt Tim Berners-Lee Wendy Hall

The Semantic Web Revisited. Nigel Shadbolt Tim Berners-Lee Wendy Hall The Semantic Web Revisited Nigel Shadbolt Tim Berners-Lee Wendy Hall Today sweb It is designed for human consumption Information retrieval is mainly supported by keyword-based search engines Some problems

More information

Labelling & Classification using emerging protocols

Labelling & Classification using emerging protocols Labelling & Classification using emerging protocols "wheels you don't have to reinvent & bandwagons you can jump on" Stephen McGibbon Lotus Development Assumptions The business rationale and benefits of

More information

METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE

METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE UDC:681.324 Review paper METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE Alma Butkovi Tomac Nagravision Kudelski group, Cheseaux / Lausanne alma.butkovictomac@nagra.com Dražen Tomac Cambridge Technology

More information

Google indexed 3,3 billion of pages. Google s index contains 8,1 billion of websites

Google indexed 3,3 billion of pages. Google s index contains 8,1 billion of websites Access IT Training 2003 Google indexed 3,3 billion of pages http://searchenginewatch.com/3071371 2005 Google s index contains 8,1 billion of websites http://blog.searchenginewatch.com/050517-075657 Estimated

More information

Semantic Web Fundamentals

Semantic Web Fundamentals Semantic Web Fundamentals Web Technologies (706.704) 3SSt VU WS 2017/18 Vedran Sabol with acknowledgements to P. Höfler, V. Pammer, W. Kienreich ISDS, TU Graz December 11 th 2017 Overview What is Semantic

More information

case study The Asset Description Metadata Schema (ADMS) A common vocabulary to publish semantic interoperability assets on the Web July 2011

case study The Asset Description Metadata Schema (ADMS) A common vocabulary to publish semantic interoperability assets on the Web July 2011 case study July 2011 The Asset Description Metadata Schema (ADMS) A common vocabulary to publish semantic interoperability assets on the Web DISCLAIMER The views expressed in this document are purely those

More information

Library of Congress BIBFRAME Pilot. NOTSL Fall Meeting October 30, 2015

Library of Congress BIBFRAME Pilot. NOTSL Fall Meeting October 30, 2015 Library of Congress BIBFRAME Pilot NOTSL Fall Meeting October 30, 2015 THE BIBFRAME EDITOR AND THE LC PILOT The Semantic Web and Linked Data : a Recap of the Key Concepts Learning Objectives Describe the

More information

THE GETTY VOCABULARIES TECHNICAL UPDATE

THE GETTY VOCABULARIES TECHNICAL UPDATE AAT TGN ULAN CONA THE GETTY VOCABULARIES TECHNICAL UPDATE International Working Group Meetings January 7-10, 2013 Joan Cobb Gregg Garcia Information Technology Services J. Paul Getty Trust International

More information

> Semantic Web Use Cases and Case Studies

> Semantic Web Use Cases and Case Studies > Semantic Web Use Cases and Case Studies Case Study: Improving Web Search using Metadata Peter Mika, Yahoo! Research, Spain November 2008 Presenting compelling search results depends critically on understanding

More information

H1 Spring B. Programmers need to learn the SOAP schema so as to offer and use Web services.

H1 Spring B. Programmers need to learn the SOAP schema so as to offer and use Web services. 1. (24 points) Identify all of the following statements that are true about the basics of services. A. If you know that two parties implement SOAP, then you can safely conclude they will interoperate at

More information

a paradigm for the Introduction to Semantic Web Semantic Web Angelica Lo Duca IIT-CNR Linked Open Data:

a paradigm for the Introduction to Semantic Web Semantic Web Angelica Lo Duca IIT-CNR Linked Open Data: Introduction to Semantic Web Angelica Lo Duca IIT-CNR angelica.loduca@iit.cnr.it Linked Open Data: a paradigm for the Semantic Web Course Outline Introduction to SW Give a structure to data (RDF Data Model)

More information

The Semantic Web: A Vision or a Dream?

The Semantic Web: A Vision or a Dream? The Semantic Web: A Vision or a Dream? Ben Weber Department of Computer Science California Polytechnic State University May 15, 2005 Abstract The Semantic Web strives to be a machine readable version of

More information

Semantic Web Fundamentals

Semantic Web Fundamentals Semantic Web Fundamentals Web Technologies (706.704) 3SSt VU WS 2018/19 with acknowledgements to P. Höfler, V. Pammer, W. Kienreich ISDS, TU Graz January 7 th 2019 Overview What is Semantic Web? Technology

More information

Information Retrieval (IR) through Semantic Web (SW): An Overview

Information Retrieval (IR) through Semantic Web (SW): An Overview Information Retrieval (IR) through Semantic Web (SW): An Overview Gagandeep Singh 1, Vishal Jain 2 1 B.Tech (CSE) VI Sem, GuruTegh Bahadur Institute of Technology, GGS Indraprastha University, Delhi 2

More information

Multi-agent Semantic Web Systems: Data & Metadata

Multi-agent Semantic Web Systems: Data & Metadata Multi-agent Semantic Web Systems: Data & Metadata Ewan Klein School of Informatics MASWS January 26, 2012 Ewan Klein (School of Informatics) Multi-agent Semantic Web Systems: Data & Metadata MASWS January

More information

Oracle Spatial and Graph: Benchmarking a Trillion Edges RDF Graph ORACLE WHITE PAPER NOVEMBER 2016

Oracle Spatial and Graph: Benchmarking a Trillion Edges RDF Graph ORACLE WHITE PAPER NOVEMBER 2016 Oracle Spatial and Graph: Benchmarking a Trillion Edges RDF Graph ORACLE WHITE PAPER NOVEMBER 2016 Introduction One trillion is a really big number. What could you store with one trillion facts?» 1000

More information

Using the Semantic Web in Ubiquitous and Mobile Computing

Using the Semantic Web in Ubiquitous and Mobile Computing Using the Semantic Web in Ubiquitous and Mobile Computing Ora Lassila Research Fellow, Software & Applications Laboratory, Nokia Research Center Elected Member of Advisory Board, World Wide Web Consortium

More information

RDF for Life Sciences

RDF for Life Sciences RDF for Life Sciences Presentation to Oracle Life Sciences User Group June 23, 2004 John Wilbanks World Wide Web Consortium (W3C) What is the W3C? Founded in 1994 by Tim Berners-Lee Develops common protocols

More information

H1 Spring C. A service-oriented architecture is frequently deployed in practice without a service registry

H1 Spring C. A service-oriented architecture is frequently deployed in practice without a service registry 1. (12 points) Identify all of the following statements that are true about the basics of services. A. Screen scraping may not be effective for large desktops but works perfectly on mobile phones, because

More information

JENA: A Java API for Ontology Management

JENA: A Java API for Ontology Management JENA: A Java API for Ontology Management Hari Rajagopal IBM Corporation Page Agenda Background Intro to JENA Case study Tools and methods Questions Page The State of the Web Today The web is more Syntactic

More information

Design & Manage Persistent URIs

Design & Manage Persistent URIs Training Module 2.3 OPEN DATA SUPPORT Design & Manage Persistent URIs PwC firms help organisations and individuals create the value they re looking for. We re a network of firms in 158 countries with close

More information

Web Ontology for Software Package Management

Web Ontology for Software Package Management Proceedings of the 8 th International Conference on Applied Informatics Eger, Hungary, January 27 30, 2010. Vol. 2. pp. 331 338. Web Ontology for Software Package Management Péter Jeszenszky Debreceni

More information

Domain Specific Semantic Web Search Engine

Domain Specific Semantic Web Search Engine Domain Specific Semantic Web Search Engine KONIDENA KRUPA MANI BALA 1, MADDUKURI SUSMITHA 2, GARRE SOWMYA 3, GARIKIPATI SIRISHA 4, PUPPALA POTHU RAJU 5 1,2,3,4 B.Tech, Computer Science, Vasireddy Venkatadri

More information

The Semantic Web DEFINITIONS & APPLICATIONS

The Semantic Web DEFINITIONS & APPLICATIONS The Semantic Web DEFINITIONS & APPLICATIONS Data on the Web There are more an more data on the Web Government data, health related data, general knowledge, company information, flight information, restaurants,

More information

COMP6217 Social Networking Technologies Web evolution and the Social Semantic Web. Dr Thanassis Tiropanis

COMP6217 Social Networking Technologies Web evolution and the Social Semantic Web. Dr Thanassis Tiropanis COMP6217 Social Networking Technologies Web evolution and the Social Semantic Web Dr Thanassis Tiropanis t.tiropanis@southampton.ac.uk The narrative Semantic Web Technologies The Web of data and the semantic

More information

What is the Semantic Web?

What is the Semantic Web? Home Sitemap Deutsch Developer Portal XSLT 2 and XPath 2 Semantic Web Manager Portal XMLSpy Certification Free Tools Data Sheets Altova Reference Tool Whitepapers Books Links Specifications Standards Compliance

More information

WebGUI & the Semantic Web. William McKee WebGUI Users Conference 2009

WebGUI & the Semantic Web. William McKee WebGUI Users Conference 2009 WebGUI & the Semantic Web William McKee william@knowmad.com WebGUI Users Conference 2009 Goals of this Presentation To learn more about the Semantic Web To share Tim Berners-Lee's vision of the Web To

More information

Towards the Semantic Web

Towards the Semantic Web Towards the Semantic Web Ora Lassila Research Fellow, Nokia Research Center (Boston) Chief Scientist, Nokia Venture Partners LLP Advisory Board Member, W3C XML Finland, October 2002 1 NOKIA 10/27/02 -

More information

COMP9321 Web Application Engineering

COMP9321 Web Application Engineering COMP9321 Web Application Engineering Semester 1, 2017 Dr. Amin Beheshti Service Oriented Computing Group, CSE, UNSW Australia Week 12 (Wrap-up) http://webapps.cse.unsw.edu.au/webcms2/course/index.php?cid=2457

More information

A tutorial report for SENG Agent Based Software Engineering. Course Instructor: Dr. Behrouz H. Far. XML Tutorial.

A tutorial report for SENG Agent Based Software Engineering. Course Instructor: Dr. Behrouz H. Far. XML Tutorial. A tutorial report for SENG 609.22 Agent Based Software Engineering Course Instructor: Dr. Behrouz H. Far XML Tutorial Yanan Zhang Department of Electrical and Computer Engineering University of Calgary

More information

Where the Social Web Meets the Semantic Web. Tom Gruber RealTravel.com tomgruber.org

Where the Social Web Meets the Semantic Web. Tom Gruber RealTravel.com tomgruber.org Where the Social Web Meets the Semantic Web Tom Gruber RealTravel.com tomgruber.org Doug Engelbart, 1968 "The grand challenge is to boost the collective IQ of organizations and of society. " Tim Berners-Lee,

More information

Pedigree Management and Assessment Framework (PMAF) Demonstration

Pedigree Management and Assessment Framework (PMAF) Demonstration Pedigree Management and Assessment Framework (PMAF) Demonstration Kenneth A. McVearry ATC-NY, Cornell Business & Technology Park, 33 Thornwood Drive, Suite 500, Ithaca, NY 14850 kmcvearry@atcorp.com Abstract.

More information

Corso di Biblioteche Digitali

Corso di Biblioteche Digitali Corso di Biblioteche Digitali Vittore Casarosa casarosa@isti.cnr.it tel. 050-315 3115 cell. 348-397 2168 Ricevimento dopo la lezione o per appuntamento Valutazione finale 70-75% esame orale 25-30% progetto

More information

The Semantic Planetary Data System

The Semantic Planetary Data System The Semantic Planetary Data System J. Steven Hughes 1, Daniel J. Crichton 1, Sean Kelly 1, and Chris Mattmann 1 1 Jet Propulsion Laboratory 4800 Oak Grove Drive Pasadena, CA 91109 USA {steve.hughes, dan.crichton,

More information

Using RDF to Model the Structure and Process of Systems

Using RDF to Model the Structure and Process of Systems Using RDF to Model the Structure and Process of Systems Marko A. Rodriguez Jennifer H. Watkins Johan Bollen Los Alamos National Laboratory {marko,jhw,jbollen}@lanl.gov Carlos Gershenson New England Complex

More information

Semantic web. Tapas Kumar Mishra 11CS60R32

Semantic web. Tapas Kumar Mishra 11CS60R32 Semantic web Tapas Kumar Mishra 11CS60R32 1 Agenda Introduction What is semantic web Issues with traditional web search The Technology Stack Architecture of semantic web Meta Data Main Tasks Knowledge

More information

Introduction. October 5, Petr Křemen Introduction October 5, / 31

Introduction. October 5, Petr Křemen Introduction October 5, / 31 Introduction Petr Křemen petr.kremen@fel.cvut.cz October 5, 2017 Petr Křemen (petr.kremen@fel.cvut.cz) Introduction October 5, 2017 1 / 31 Outline 1 About Knowledge Management 2 Overview of Ontologies

More information

Web 2.0 and the Semantic Web

Web 2.0 and the Semantic Web Department of Computer Science Web 2.0 and the Semantic Web Group Homework of Internet Services & Protocols 12.06.2006 Chao Xiaojuan Shen Li Wu Weiwei Wu Binbin History of Web:From Web1.0 to Web2.0 Web1.0

More information

Approach for Mapping Ontologies to Relational Databases

Approach for Mapping Ontologies to Relational Databases Approach for Mapping Ontologies to Relational Databases A. Rozeva Technical University Sofia E-mail: arozeva@tu-sofia.bg INTRODUCTION Research field mapping ontologies to databases Research goal facilitation

More information

Integration of resources on the World Wide Web using XML

Integration of resources on the World Wide Web using XML Brouillon d article pour les Cahiers GUTenberg n?? 14 mars 2000 1 Integration of resources on the World Wide Web using XML Roberta Faggian CERN, Genève, Suisse Abstract. An initiative to explain High Energy

More information

Ontology-based Architecture Documentation Approach

Ontology-based Architecture Documentation Approach 4 Ontology-based Architecture Documentation Approach In this chapter we investigate how an ontology can be used for retrieving AK from SA documentation (RQ2). We first give background information on the

More information

Helmi Ben Hmida Hannover University, Germany

Helmi Ben Hmida Hannover University, Germany Helmi Ben Hmida Hannover University, Germany 1 Summarizing the Problem: Computers don t understand Meaning My mouse is broken. I need a new one 2 The Semantic Web Vision the idea of having data on the

More information

Semantic Web Systems Ontologies Jacques Fleuriot School of Informatics

Semantic Web Systems Ontologies Jacques Fleuriot School of Informatics Semantic Web Systems Ontologies Jacques Fleuriot School of Informatics 15 th January 2015 In the previous lecture l What is the Semantic Web? Web of machine-readable data l Aims of the Semantic Web Automated

More information

COMP9321 Web Application Engineering

COMP9321 Web Application Engineering COMP9321 Web Application Engineering Semester 2, 2015 Dr. Amin Beheshti Service Oriented Computing Group, CSE, UNSW Australia Week 12 (Wrap-up) http://webapps.cse.unsw.edu.au/webcms2/course/index.php?cid=2411

More information

Corso di Biblioteche Digitali

Corso di Biblioteche Digitali Corso di Biblioteche Digitali Vittore Casarosa casarosa@isti.cnr.it tel. 050-315 3115 cell. 348-397 2168 Ricevimento dopo la lezione o per appuntamento Valutazione finale 70-75% esame orale 25-30% progetto

More information

Emerging Technologies in Knowledge Management By Ramana Rao, CTO of Inxight Software, Inc.

Emerging Technologies in Knowledge Management By Ramana Rao, CTO of Inxight Software, Inc. Emerging Technologies in Knowledge Management By Ramana Rao, CTO of Inxight Software, Inc. This paper provides an overview of a presentation at the Internet Librarian International conference in London

More information

Extracting knowledge from Ontology using Jena for Semantic Web

Extracting knowledge from Ontology using Jena for Semantic Web Extracting knowledge from Ontology using Jena for Semantic Web Ayesha Ameen I.T Department Deccan College of Engineering and Technology Hyderabad A.P, India ameenayesha@gmail.com Khaleel Ur Rahman Khan

More information

Interoperability for Digital Libraries

Interoperability for Digital Libraries DRTC Workshop on Semantic Web 8 th 10 th December, 2003 DRTC, Bangalore Paper: C Interoperability for Digital Libraries Michael Shepherd Faculty of Computer Science Dalhousie University Halifax, NS, Canada

More information

Linked Data and RDF. COMP60421 Sean Bechhofer

Linked Data and RDF. COMP60421 Sean Bechhofer Linked Data and RDF COMP60421 Sean Bechhofer sean.bechhofer@manchester.ac.uk Building a Semantic Web Annotation Associating metadata with resources Integration Integrating information sources Inference

More information

Knowledge Representation in Social Context. CS227 Spring 2011

Knowledge Representation in Social Context. CS227 Spring 2011 7. Knowledge Representation in Social Context CS227 Spring 2011 Outline Vision for Social Machines From Web to Semantic Web Two Use Cases Summary The Beginning g of Social Machines Image credit: http://www.lifehack.org

More information

The Emerging Data Lake IT Strategy

The Emerging Data Lake IT Strategy The Emerging Data Lake IT Strategy An Evolving Approach for Dealing with Big Data & Changing Environments bit.ly/datalake SPEAKERS: Thomas Kelly, Practice Director Cognizant Technology Solutions Sean Martin,

More information

Semantic Technologies for Nuclear Knowledge Modelling and Applications

Semantic Technologies for Nuclear Knowledge Modelling and Applications Semantic Technologies for Nuclear Knowledge Modelling and Applications D. Beraha 3 rd International Conference on Nuclear Knowledge Management 7.-11.11.2016, Vienna, Austria Why Semantics? Machines understanding

More information

Hyperdata: Update APIs for RDF Data Sources (Vision Paper)

Hyperdata: Update APIs for RDF Data Sources (Vision Paper) Hyperdata: Update APIs for RDF Data Sources (Vision Paper) Jacek Kopecký Knowledge Media Institute, The Open University, UK j.kopecky@open.ac.uk Abstract. The Linked Data effort has been focusing on how

More information

Contribution of OCLC, LC and IFLA

Contribution of OCLC, LC and IFLA Contribution of OCLC, LC and IFLA in The Structuring of Bibliographic Data and Authorities : A path to Linked Data BY Basma Chebani Head of Cataloging and Metadata Services, AUB Libraries Presented to

More information

5 RDF and Inferencing

5 RDF and Inferencing 5 RDF and Inferencing In Chapter 1XXX, we introduced the notion of dumb data, and how a more connected web infrastructure can result in behavior that lets smart applications perform to their potential.

More information

Semantic Web. Tahani Aljehani

Semantic Web. Tahani Aljehani Semantic Web Tahani Aljehani Motivation: Example 1 You are interested in SOAP Web architecture Use your favorite search engine to find the articles about SOAP Keywords-based search You'll get lots of information,

More information

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction Adaptable and Adaptive Web Information Systems School of Computer Science and Information Systems Birkbeck College University of London Lecture 1: Introduction George Magoulas gmagoulas@dcs.bbk.ac.uk October

More information

Introduction to Semantic Web

Introduction to Semantic Web ه عا ی Semantic Web Introduction to Semantic Web Morteza Amini Sharif University of Technology Fall 95-96 Outline Thinking and Intelligent Applications The World Wide Web History The Problem with the Web

More information

XML related Data Exchange from the Test Machine into the Web-enabled Alloys-DB. Nagy M, Over HH, Smith A

XML related Data Exchange from the Test Machine into the Web-enabled Alloys-DB. Nagy M, Over HH, Smith A XML related Data Exchange from the Test Machine into the Web-enabled Alloys-DB Nagy M, Over HH, Smith A Joint Research Centre of the European Commission Institute for Energy, Petten, The Netherlands {miklos.nagy@jrc.nl

More information

Semantics, Metadata and Identifying Master Data

Semantics, Metadata and Identifying Master Data Semantics, Metadata and Identifying Master Data A DataFlux White Paper Prepared by: David Loshin, President, Knowledge Integrity, Inc. Once you have determined that your organization can achieve the benefits

More information

Semantic Web Knowledge Representation in the Web Context. CS 431 March 24, 2008 Carl Lagoze Cornell University

Semantic Web Knowledge Representation in the Web Context. CS 431 March 24, 2008 Carl Lagoze Cornell University Semantic Web Knowledge Representation in the Web Context CS 431 March 24, 2008 Carl Lagoze Cornell University Acknowledgements for various slides and ideas Ian Horrocks (Manchester U.K.) Eric Miller (W3C)

More information

Maximizing the Value of STM Content through Semantic Enrichment. Frank Stumpf December 1, 2009

Maximizing the Value of STM Content through Semantic Enrichment. Frank Stumpf December 1, 2009 Maximizing the Value of STM Content through Semantic Enrichment Frank Stumpf December 1, 2009 What is Semantics and Semantic Processing? Content Knowledge Framework Technology Framework Search Text Images

More information

This is already grossly inconvenient in present formalisms. Why do we want to make this convenient? GENERAL GOALS

This is already grossly inconvenient in present formalisms. Why do we want to make this convenient? GENERAL GOALS 1 THE FORMALIZATION OF MATHEMATICS by Harvey M. Friedman Ohio State University Department of Mathematics friedman@math.ohio-state.edu www.math.ohio-state.edu/~friedman/ May 21, 1997 Can mathematics be

More information

The Open Group SOA Ontology Technical Standard. Clive Hatton

The Open Group SOA Ontology Technical Standard. Clive Hatton The Open Group SOA Ontology Technical Standard Clive Hatton The Open Group Releases SOA Ontology Standard To Increase SOA Adoption and Success Rates Ontology Fosters Common Understanding of SOA Concepts

More information

APPLICATION OF SEMANTIC INTEGRATION METHODS FOR CROSS-AGENCY INFORMATION SHARING IN HEALTHCARE

APPLICATION OF SEMANTIC INTEGRATION METHODS FOR CROSS-AGENCY INFORMATION SHARING IN HEALTHCARE APPLICATION OF SEMANTIC INTEGRATION METHODS FOR CROSS-AGENCY INFORMATION SHARING IN HEALTHCARE Yu. M. Akatkin, E.D. Yasinovskaya, M.G. Bich, A.V. Shilin Plekhanov Russian University of Economics, 36 Stremyanny

More information

STS Infrastructural considerations. Christian Chiarcos

STS Infrastructural considerations. Christian Chiarcos STS Infrastructural considerations Christian Chiarcos chiarcos@uni-potsdam.de Infrastructure Requirements Candidates standoff-based architecture (Stede et al. 2006, 2010) UiMA (Ferrucci and Lally 2004)

More information

XML ALONE IS NOT SUFFICIENT FOR EFFECTIVE WEBEDI

XML ALONE IS NOT SUFFICIENT FOR EFFECTIVE WEBEDI Chapter 18 XML ALONE IS NOT SUFFICIENT FOR EFFECTIVE WEBEDI Fábio Ghignatti Beckenkamp and Wolfgang Pree Abstract: Key words: WebEDI relies on the Internet infrastructure for exchanging documents among

More information

Orchestrating Music Queries via the Semantic Web

Orchestrating Music Queries via the Semantic Web Orchestrating Music Queries via the Semantic Web Milos Vukicevic, John Galletly American University in Bulgaria Blagoevgrad 2700 Bulgaria +359 73 888 466 milossmi@gmail.com, jgalletly@aubg.bg Abstract

More information

Industry Adoption of Semantic Web Technology

Industry Adoption of Semantic Web Technology IBM China Research Laboratory Industry Adoption of Semantic Web Technology Dr. Yue Pan panyue@cn.ibm.com Outline Business Drivers Industries as early adopters A Software Roadmap Conclusion Data Semantics

More information

Extended Identity for Social Networks

Extended Identity for Social Networks Extended Identity for Social Networks Antonio Tapiador, Antonio Fumero, and Joaquín Salvachúa Universidad Politécnica de Madrid, ETSI Telecomunicación, Avenida Complutense 30, 28040 Madrid, Spain {atapiador,amfumero,jsalvachua}@dit.upm.es

More information

Finding Similarity and Comparability from Merged Hetero Data of the Semantic Web by Using Graph Pattern Matching

Finding Similarity and Comparability from Merged Hetero Data of the Semantic Web by Using Graph Pattern Matching Finding Similarity and Comparability from Merged Hetero Data of the Semantic Web by Using Graph Pattern Matching Hiroyuki Sato, Kyoji Iiduka, Takeya Mukaigaito, and Takahiko Murayama Information Sharing

More information

Ontological Modeling: Part 2

Ontological Modeling: Part 2 Ontological Modeling: Part 2 Terry Halpin LogicBlox This is the second in a series of articles on ontology-based approaches to modeling. The main focus is on popular ontology languages proposed for the

More information

Annotation Science From Theory to Practice and Use Introduction A bit of history

Annotation Science From Theory to Practice and Use Introduction A bit of history Annotation Science From Theory to Practice and Use Nancy Ide Department of Computer Science Vassar College Poughkeepsie, New York 12604 USA ide@cs.vassar.edu Introduction Linguistically-annotated corpora

More information

Porting Social Media Contributions with SIOC

Porting Social Media Contributions with SIOC Porting Social Media Contributions with SIOC Uldis Bojars, John G. Breslin, and Stefan Decker DERI, National University of Ireland, Galway, Ireland firstname.lastname@deri.org Abstract. Social media sites,

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION Most of today s Web content is intended for the use of humans rather than machines. While searching documents on the Web using computers, human interpretation is required before

More information

Mapping between Digital Identity Ontologies through SISM

Mapping between Digital Identity Ontologies through SISM Mapping between Digital Identity Ontologies through SISM Matthew Rowe The OAK Group, Department of Computer Science, University of Sheffield, Regent Court, 211 Portobello Street, Sheffield S1 4DP, UK m.rowe@dcs.shef.ac.uk

More information

A Knowledge-Based System for the Specification of Variables in Clinical Trials

A Knowledge-Based System for the Specification of Variables in Clinical Trials A Knowledge-Based System for the Specification of Variables in Clinical Trials Matthias Löbe, Barbara Strotmann, Kai-Uwe Hoop, Roland Mücke Institute for Medical Informatics, Statistics and Epidemiology

More information

Metadata in the Driver's Seat: The Nokia Metia Framework

Metadata in the Driver's Seat: The Nokia Metia Framework Metadata in the Driver's Seat: The Nokia Metia Framework Abstract Patrick Stickler The Metia Framework defines a set of standard, open and portable models, interfaces, and

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 4, Jul-Aug 2015

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 4, Jul-Aug 2015 RESEARCH ARTICLE OPEN ACCESS Multi-Lingual Ontology Server (MOS) For Discovering Web Services Abdelrahman Abbas Ibrahim [1], Dr. Nael Salman [2] Department of Software Engineering [1] Sudan University

More information

Knowledge and Ontological Engineering: Directions for the Semantic Web

Knowledge and Ontological Engineering: Directions for the Semantic Web Knowledge and Ontological Engineering: Directions for the Semantic Web Dana Vaughn and David J. Russomanno Department of Electrical and Computer Engineering The University of Memphis Memphis, TN 38152

More information

Copyright 2012 Taxonomy Strategies. All rights reserved. Semantic Metadata. A Tale of Two Types of Vocabularies

Copyright 2012 Taxonomy Strategies. All rights reserved. Semantic Metadata. A Tale of Two Types of Vocabularies Taxonomy Strategies July 17, 2012 Copyright 2012 Taxonomy Strategies. All rights reserved. Semantic Metadata A Tale of Two Types of Vocabularies What is semantic metadata? Semantic relationships in the

More information

Khartoum, Sudan Dec 2017

Khartoum, Sudan Dec 2017 ITU-SUDACAD Regional Forum on Internet of Things for Development of Smart and Sustainable Cities Khartoum, Sudan 13-14 Dec 2017 Standardized architectures and important standards defining organizations

More information

Profiles Research Networking Software API Guide

Profiles Research Networking Software API Guide Profiles Research Networking Software API Guide Documentation Version: March 13, 2013 Software Version: ProfilesRNS_1.0.3 Table of Contents Overview... 2 PersonID, URI, and Aliases... 3 1) Profiles RNS

More information

CEN MetaLex. Facilitating Interchange in E- Government. Alexander Boer

CEN MetaLex. Facilitating Interchange in E- Government. Alexander Boer CEN MetaLex Facilitating Interchange in E- Government Alexander Boer aboer@uva.nl MetaLex Initiative taken by us in 2002 Workshop on an open XML interchange format for legal and legislative resources www.metalex.eu

More information

Enterprise Multimedia Integration and Search

Enterprise Multimedia Integration and Search Enterprise Multimedia Integration and Search José-Manuel López-Cobo 1 and Katharina Siorpaes 1,2 1 playence, Austria, 2 STI Innsbruck, University of Innsbruck, Austria {ozelin.lopez, katharina.siorpaes}@playence.com

More information

Semantic Web. Ontology Engineering and Evaluation. Morteza Amini. Sharif University of Technology Fall 95-96

Semantic Web. Ontology Engineering and Evaluation. Morteza Amini. Sharif University of Technology Fall 95-96 ه عا ی Semantic Web Ontology Engineering and Evaluation Morteza Amini Sharif University of Technology Fall 95-96 Outline Ontology Engineering Class and Class Hierarchy Ontology Evaluation 2 Outline Ontology

More information

Where is the Semantics on the Semantic Web?

Where is the Semantics on the Semantic Web? Where is the Semantics on the Semantic Web? Ontologies and Agents Workshop Autonomous Agents Montreal, 29 May 2001 Mike Uschold Mathematics and Computing Technology Boeing Phantom Works Acknowledgements

More information

XML Metadata Standards and Topic Maps

XML Metadata Standards and Topic Maps XML Metadata Standards and Topic Maps Erik Wilde 16.7.2001 XML Metadata Standards and Topic Maps 1 Outline what is XML? a syntax (not a data model!) what is the data model behind XML? XML Information Set

More information

Semantic Web Road map

Semantic Web Road map Tim Berners-Lee Date: September 1998. Last modified: $Date: 1998/10/14 20:17:13 $ Status: An attempt to give a high-level plan of the architecture of the Semantic WWW. Editing status: Draft. Comments welcome

More information