The classification of this paper should be under the XML, but the 9CBS is short, only in the website production technology and the .NET, XML classification. RDF has no relationship with M $, so it is placed under the website production technology - XML.
Hax translated from http://www-db.stanford.edu/~melnik/rdf/db.html copyright open, welcome to copyleft 2003, hax
Please reflect the guidelines for your needs to me! Publications ---------------------- The following paper discusses the relationship table with vertical mode storage and query sparse, this is the spirit of some proposed programs Very similar: R. Agrawal, A. Somani, And Y. XU: Storage and Querying of E-Commerce Data, Proc. VLDB 2001, Roma, Italy, Available As http://www.vldb.org/conf/2001/ P149.pdf Stores RDF database mode ------------------- (Recent Submission in front) Clear model (Explicit Models) --------- ---------------------- Contributor: Brian Macbride
[HAX Note: The upper limit of Oralce's variable string is 4000 bytes] SQL = "CREATE TABLE RDFSTATEMENT" "(" "ID Integer Not Null Primary Key," "Subject Integer Not Null," "Predicate Integer NOT NULL, " " ObjResource Integer Not Null, " " Objliteral Integer Not NULL, " " RES Char (1) Not NULL " ") "; statement [HAX Note: can be translated as a statement or statement] table. Originally a single object field, there can be an object or text constant ID. Use a complex Join expression to list, but not as expected. It may be that I have insufficient SQL experience. And this work and feel more "correct". RES is a flag to illustrate the object is the resource or the text constant. SQL = "CREATE TABLE RDFMODEL" "( " Modelid Integer Not Null, " " Statement Integer Not Null, " " Asserted Char (1) Not Null, " " Reified Char (1) Not null, " "Primary Key (Modelid, Statement)") ")" "") ")"; database can handle multiple models [HAX Note: can be translated into model]. This table holds a list of statements for each model. Initially, the table is combined by the statement table, but it cannot be worked when performing a collection operation. Asserted flag Description This statement is used to make a model for a model. The REIFIED flag indicates that the model is used to make the model. The latter is a hook (HOOK) that is left to future implementation. The specificization is not implemented, so this method is not tested. Each model is a resource and has a record in the resource table. The ModelID field is the identifier of the resource. This way, you can write a statement about a model. There is a class of a model here, which can list the modes that need to be loaded when confirming the model validity.