180 likes | 294 Views
Ontoprise: B 3 - Semantic B2B Broker. whitepaper review. CSCI 8350, Spring 2002,UGA. Bernhard Schueler. Overview. Aim of Ontoprise Problem: interoperability Previous approaches Using ontologies Using RDF Remarks. The aim of Ontoprise is to provide ontology-based B2B-applications.
E N D
Ontoprise: B3 - Semantic B2B Broker whitepaper review CSCI 8350, Spring 2002,UGA Bernhard Schueler
Overview Aim of Ontoprise Problem: interoperability Previous approaches Using ontologies Using RDF Remarks
The aim of Ontoprise is to provide ontology-based B2B-applications. Those applications should make the semantics of business information machine-processable. Aim of Ontoprise
Example: Product Catalogues The seller’s product catalogue is transformed into an electronic data format. Programmers write transformation programs to generate different formats and views required by buyers. This process requires human resources and time.
Seller and buyer have catalogues, which are structured differently. Seller’s catalogue: a printer has an attribute type with values laser, ink or matrix. Buyer’s catalogue:there is a subclass laser printer. Example computer dealer
How can the data formats automatically be mapped between the catalogues? Mapping is necessary to create and update the buyer’s catalogue. It is expensive to program those mappings. Solution:automate the creation of mappings, which can automate creation and update of the catalogue. Problem: Mapping
EDIFACT provides a standardized electronic format to exchange data between sellers and buyers, allows the specification of standards for application areas. The standards cover the semantics of different application areas. Previous approaches - EDIFACT
XML-specifications provide a semi-structured description of products, orders, … . DTDs or XML-schema specifications define the structure of the data. Previous approaches – XML
Readable for non-experts, Integrated with other document/data exchange standards, DTDs, XML-schema enable generation of tools like form editors, Designed for the web. Advantages of XML over EDIFACT
<article><articleid>a_5634</articleid><category>printer</category><type>laser</type><article><articleid>a_5634</articleid><category>printer</category><type>laser</type> </article> <article><articleid>a_5634</articleid><category>laserprinter</category> </article> XML Description, Example:
Implicit agreement on meaning of tags is necessary. Validation of XML using DTDs is only syntactic. The labeled tree structure is checked. There can’t be semantic constraints, e.g. The price of a mouse may only be 1/100 of the price of a computer system. There is no inheritance. Deficiencies of XML – 1
Transformations:They are purely syntactical, using XSLT and DTDs.Therefore they would have to bee hand-coded. Queries:XQL and XML-QL allow to query the document structure.Give me all printers for which cartridges are available that last for more than 5000 pages.Can be done. But it’s very cumbersome and overloaded with syntactic aspects. Deficiencies of XML – 2
Ontologies define a domain and provide a shared vocabulary. “leight-weight” ontologies model concepts with properties and relationships, which are embedded in an is-a-hierarchy.They are comparable to database schemata. “heavy-weight ontologies also contain rules and constraints. Ontologies
Ontology Ontologies in B3 Ontology OntoMap DTD Maker OntoLift DTD DTD Custom DTD XML documents DTD XML documents
Ontology Ontologies in B3 - with RDF Ontology OntoMap RDF documents RDF documents
OntoEdit, OntoFact,generates forms for attributes and relations of instances (of concepts of an ontology), OntoAnnotate,allows the user to add meta information to HTML, Word, PDF. The B3 B2B Broker – Basic tools
OntoLift, provides means to identify concepts and relationships from an XML-DTD or XML-schema, DTDMaker, OntoMap, semi-automated creation of mapping rules, OntoCompile,creates a set of XSLT transformations. The B3 B2B Broker – Advanced tools
By the time the paper was published not all of the tools had been implemented. By now, data would rather be stored using RDF than pure XML. A means to create forms, views and web content form RDF might be more interesting. Remarks