Zhu, Bin wrote: >Hi, > I have a very basic question. RDF statements are all triples. But if >I want to express "Tom borrowed a book from Mike", how do I express this >sentence using triples? Thanks in advance! > > There are a few ways it could be done, depends how you want to model it. One method would be to have "Borrow" as a class, and use properties to fill in the details: x rdf:type ns:Borrow x ns:lender "Mike" x ns:borrower "Tom" x ns:object "a book" The subject x would be a blank node or a URI that identified this particular event. See also: http://esw.w3.org/topic/NaryRelations http://esw.w3.org/topic/RecordDescription Cheers, Danny. -- ---- Raw http://dannyayers.comReceived on Tuesday, 23 March 2004 09:43:57 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:52:05 GMT