- From: Charles McCathieNevile <charles@w3.org>
- Date: Wed, 23 May 2001 14:59:37 -0400 (EDT)
- To: Nikita Ogievetsky <nogievet@cogx.com>
- cc: <www-rdf-interest@w3.org>
Hmm. As far as I can tell you want to be able to point to the bit <s:Creator>tmhead</s:creator> and then you can make statements about that URI. Xpointer does this. Then what you really want is a fragment mechanism that tells you what the context of that thing is. Chaals On Wed, 23 May 2001, Nikita Ogievetsky wrote: Please excuse me this naive question. 1) Lets say somewhere in a document "A" I have a statement: <rdf:Description about="http://www.nnn.com/tmdoc"> <s:Creator resource="http://www.nnn.com/tmhead"> </rdf:Description> In order to express additional info about the guy addressed by "s:Creator" property (identified by resource "http://www.w3.org/Home/tmhead") I can write something like: <rdf:Description about="http://www.nnn.com/tmhead"> <s:age>77</s:age> <s:hobby>scuba</s:hobby> ... </rdf:Description> 2) Suppose that I have somewhere instead: <rdf:Description about="http://www.nnn.com/tmdoc"> <s:Creator>tmhead</s:Creator> </rdf:Description> What is the STANDARD way in RDF to supply information about this guy "tmhead" who is "s:Creator" of the resource without modifying original statement? (i.e. reify?) This must be a very naive question, but I just could not figure it out. Thanks, Nikita. -------------------------------------------- Nikita Ogievetsky Cogitech Inc nogievet@cogx.com -- (917) 406-8734 http://www.cogx.com Cogito Ergo XML -- Charles McCathieNevile http://www.w3.org/People/Charles phone: +61 409 134 136 W3C Web Accessibility Initiative http://www.w3.org/WAI fax: +1 617 258 5999 Location: 21 Mitchell street FOOTSCRAY Vic 3011, Australia (or W3C INRIA, Route des Lucioles, BP 93, 06902 Sophia Antipolis Cedex, France)
Received on Wednesday, 23 May 2001 14:59:47 UTC