RDFElement

sealed class RDFElement(rdf: String)

Simple model class representing an RDF element at its simplest

Value parameters:
rdf

String of RDF data

Companion:
object
Source:
RDFElement.scala
class Object
trait Matchable
class Any

Value members

Concrete fields

val content: String

String content of the RDF element, stripped of whitespaces

String content of the RDF element, stripped of whitespaces

Source:
RDFElement.scala
private val rdf: String