object Example05BlankNode
(source)
RDF Tutorial example 05: Adding blank nodes to an RDF Model.
In this example, we show how you can use a blank node for representing composite objects - in this case, an address.
Author
Jeen Broekstra
Author
Jonathan Bisson
fun main(args: Array<String>): Unit |