[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: "RDF + Topic Maps" = The Future

  • From: URAMOTO Naohiko <uramoto@t...>
  • To: xmldev <xml-dev@l...>
  • Date: Tue, 19 Dec 2000 02:31:16 +0900

shakespeare maps
Hi,

I'm very interested in the difference between RDF and TM in terms of express
ing power
to use them together or merge them.

For example, suppose we want to express the following statement:

"The Hamlet is (was) written by Shakespeare."  

and let me express it by using RDF and TM (please correct if the description
s are wrong).

RDF expression (namespace is ignored):

<Description ID="hamlet">...</Description>
<Description ID="shakespeare">...</Description>

<Description about="#hamlet">
     <written-by resource="#shakespeare"/>
</Desciprion>

TopicMap expression:

 <topic id="hamlet"><instanceOf> ...</instanceOf> </topic>
 <topic id="shakespeare"><instanceOf> ...</instanceOf></topic>

<association>
   <instanceOf><topicRef xlink:href="#written-by"/></instanceOf>
   <member>
       <roleSpec><topicRef xlink:href="#author"/></roleSpec>
       <topicRef xlink:href="#shakespeare"/>
   </member>      
   <member>
       <roleSpec><topicRef xlink:href="#work"/></roleSpec>
       <topicRef xlink:href="#hamlet"/>
   </member>      

The TopicMap example provides roles for of two topics associated by "written
-by", while
the RDF example cannot. However, I think it is possible to express them by d
efining
domain and range constraints which is the RDF Schema vocabulary.

<rdfs:Property ID="written-by">
  <rdfs:domain rdfs:resource="#work">
  <rdfs:range   rdfs:resource="#author">
</rdfs:Property>

My question is what is the essential difference between RDF and TM...


At 13:24 2000/12/14 -0800, Lisa Rein wrote:
Lisa> Hello all :-)
Lisa> 
Lisa> It's not a question of which one is better.
Lisa> 
Lisa> It's a question of figuring out what we want to do first, now
Lisa> that we are going to be able to use them together.
Lisa> 
Lisa> It's downright exciting!
Lisa> 
Lisa> lisa
Lisa>  
Naohiko URAMOTO
uramoto@t..., uramoto@j...
Tokyo Research Laboratory, IBM Research, and
National Institute of Informatics

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.