Re: [Virtuoso-users] Session Management Data Structure with RDF Graph

2011-04-19 Thread Aldo Bucchi
Herman, I forgot to mention that Virtuoso provides a full blown web-server and a preprocessor ( something like PHP/ASP ) called Virtuoso Server Pages ( VSP ). It provides session management and low-level integration with all other database features. http://docs.openlinksw.com/virtuoso/vsp1.html

Re: [Virtuoso-users] Session Management Data Structure with RDF Graph

2011-04-19 Thread Aldo Bucchi
Hi Herman, On Mon, Apr 18, 2011 at 10:21 PM, Herman A. Junge wrote: > Hi, > As a first project using an RDF Database, I would like to build an app with > Session Management: storing sessionId, userId, dates (in and out)... All the > traditional components, just using triplets instead of RDB Table

[Virtuoso-users] Session Management Data Structure with RDF Graph

2011-04-19 Thread Herman A. Junge
Hi, As a first project using an RDF Database, I would like to build an app with Session Management: storing sessionId, userId, dates (in and out)... All the traditional components, just using triplets instead of RDB Tables. *Question:* Is there some recommendation on the Data Structure of such ap