Bnode

eu.ostrzyciel.jelly.core.proto.v1.RdfTerm$.Term$.Bnode
final case class Bnode(value: String) extends Term

Attributes

Graph
Supertypes
trait Term
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type ValueType = String

Value members

Concrete methods

override def bnode: Option[String]

Attributes

Definition Classes
override def isBnode: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof

Inherited methods

def iri: Option[RdfIri]

Attributes

Inherited from:
Term
def isDefined: Boolean

Attributes

Inherited from:
Term
def isEmpty: Boolean

Attributes

Inherited from:
Term
def isIri: Boolean

Attributes

Inherited from:
Term
def isLiteral: Boolean

Attributes

Inherited from:
Term
def isRepeat: Boolean

Attributes

Inherited from:
Term
def isTripleTerm: Boolean

Attributes

Inherited from:
Term
def literal: Option[RdfLiteral]

Attributes

Inherited from:
Term
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def repeat: Option[RdfRepeat]

Attributes

Inherited from:
Term
def tripleTerm: Option[RdfTriple]

Attributes

Inherited from:
Term
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof