insertInserts statements into a model. Specify the statements either explicitly or by using a To insert a single statement, specify its subject, predicate and object after the insert <ns:subject> <ns:predicate> 'object' into <rmi://mysite.com/server1#model>; To insert multiple statements, repeat the statements one after the other. For example: insert <ns:subject> <ns:predicate> 'object' Note - Inserting multiple statements using a single Blank (anonymous) nodes are inserted using unbound variables. For example: insert <ns:subject> <ns:predicate> $node Where An alternative way to insert a group of statements is to include a The following example selects all the statements in insert select $s $p $o from <rmi://mysite.com/server1#model1> Note - The query must return valid RDF statements. That is, the subject and predicate must be resources, not literals. |
Latest NewsKowari 1.1.0 Pre-release 1 Released ![]() ![]() |
||||
© 2001-2004 Tucana Technologies, Inc. Some rights reserved. |