object Example12BuildModelWithNamedGraphs
(source)
RDF Tutorial example 12: Building a Model with named graphs
In this example, we show how you can use the context mechanism to add statements separate named graphs within the same Model.
Author
Jeen Broekstra
Author
Jonathan Bisson
fun main(args: Array<String>): Unit |