- From: Jitao Yang <jitao.yang@gmail.com>
- Date: 2010年5月19日 14:39:52 +0200
- To: David Booth <david@dbooth.org>
- Cc: Peter Ansell <ansell.peter@gmail.com>, Jakub Kotowski <jakubkotowski@gmx.net>, semantic-web@w3.org
- Message-ID: <AANLkTimaFPqE3u98QrSVaXDIyNjwQJ-f_QPTmm8BXj1e@mail.gmail.com>
Dear all, In reference to http://www.w3.org/TR/swbp-n-aryRelations/, suppose we define: "... the formula DescPr(*d, p, o*) , asserting that object *o* is a value of property *p* in description *d*. ..." and we have: DescPr(*d, p, o*) DescPr(*d', p, o'*) the above formula could be represented by RDF like: :d a :DescPr_description ; :has_property :p . :d' a :DescPr_description ; :has_property :p . :p a :DescPr_property ; :has_value :o ; :has_value :o' . >From these triples how can we go back in a unique way to the logical representation. Thanks, Jitao
Received on Wednesday, 19 May 2010 12:40:51 UTC