Hi Ricardo,

On 02-Jul-14 7:17 PM, Ricardo Mendes wrote:

Hi,

How can I create a sparql view with composite Primary Keys?

CREATE VIEW <VIEW_NAME> AS SPARQL {SELECT ?s ?o ?p FROM ...


Virtuoso Views do not have primary keys. They're essentially macro definitions and every reference to a view is replaced by the optimizer into a sub-query that is made from the body of the view.
If a view refers to other views, the process is repeated.
The result is an execution plan that refers solely to database tables and table function.

Best Regards,
Rumi Kocis

Regards



------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft


_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to