SGraph

es.weso.rdf.sgraph.SGraph
See theSGraph companion object
case class SGraph(rdfNodeIdMap: Map[RDFNode, Node], edges: List[Edge]) extends LazyLogging

Representation of RDF graphs as simple graphs It is used to serialize RDF graphs to DOT or JSON

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait LazyLogging
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def addEdge(edge: Edge): SGraph
def addNode(node: RDFNode, pm: PrefixMap): (SGraph, Node)

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

lazy protected val logger: Logger

Attributes

Inherited from:
LazyLogging