Difference between revisions of "Projects/Nepomuk/VirtuosoInternal"
(basic structure) |
|||
Line 5: | Line 5: | ||
= List of tables = | = List of tables = | ||
is a relational database and what not | is a relational database and what not | ||
+ | |||
+ | All the tables in Virtuoso start with the <code>DB.DBA.</code> prefix. | ||
+ | |||
+ | * RDF_QUAD -- The main table which contains all the statements. It contains four rows "S", "P", "O" and "G" for the subject, predicate, object and graph. | ||
+ | * | ||
= Default Indexes = | = Default Indexes = |
Revision as of 13:00, 8 August 2012
Connecting directly to virtuoso
via isql
List of tables
is a relational database and what not
All the tables in Virtuoso start with the DB.DBA.
prefix.
- RDF_QUAD -- The main table which contains all the statements. It contains four rows "S", "P", "O" and "G" for the subject, predicate, object and graph.
Default Indexes
Common Commands
status
sparql_to_sql_text
This page was last edited on 8 August 2012, at 13:00. Content is available under Creative Commons License SA 4.0 unless otherwise noted.