eu.ostrzyciel.jelly.core.proto.v1

Members list

Type members

Classlikes

final case class RdfDatatypeEntry(id: Int, value: String) extends GeneratedMessage

Entry in the datatype lookup table

Entry in the datatype lookup table

Value parameters

id

1-based identifier

value

Value of the datatype (UTF-8 encoded)

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RdfDatatypeEntry extends GeneratedMessageCompanion[RdfDatatypeEntry]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfDatatypeEntry]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class RdfDefaultGraph() extends GeneratedMessage

Empty message indicating the default RDF graph.

Empty message indicating the default RDF graph.

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RdfDefaultGraph extends GeneratedMessageCompanion[RdfDefaultGraph]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfDefaultGraph]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class RdfGraph(graph: Graph) extends GeneratedMessage

RDF graph nodes

RDF graph nodes

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RdfGraph extends GeneratedMessageCompanion[RdfGraph]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfGraph]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
RdfGraph.type
final case class RdfGraphEnd() extends GeneratedMessage

End of a graph in a GRAPHS stream

End of a graph in a GRAPHS stream

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RdfGraphEnd extends GeneratedMessageCompanion[RdfGraphEnd]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfGraphEnd]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class RdfGraphStart(graph: RdfGraph) extends GeneratedMessage

Start of a graph in a GRAPHS stream

Start of a graph in a GRAPHS stream

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RdfGraphStart extends GeneratedMessageCompanion[RdfGraphStart]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfGraphStart]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class RdfIri(prefixId: Int, nameId: Int) extends GeneratedMessage

RDF IRIs Either prefix_id or name_id can be zero if the prefix or the suffix are not used.

RDF IRIs Either prefix_id or name_id can be zero if the prefix or the suffix are not used.

Value parameters

nameId

1-based, refers to an entry in the name lookup.

prefixId

1-based, refers to an entry in the prefix lookup.

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RdfIri extends GeneratedMessageCompanion[RdfIri]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfIri]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
RdfIri.type
final case class RdfLiteral(lex: String, literalKind: LiteralKind) extends GeneratedMessage

RDF literals

RDF literals

Value parameters

lex

The lexical form of the literal.

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RdfLiteral extends GeneratedMessageCompanion[RdfLiteral]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfLiteral]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
RdfLiteral.type
final case class RdfLiteralSimple() extends GeneratedMessage

Empty message indicating a simple literal

Empty message indicating a simple literal

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RdfLiteralSimple extends GeneratedMessageCompanion[RdfLiteralSimple]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfLiteralSimple]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class RdfNameEntry(id: Int, value: String) extends GeneratedMessage

Entry in the name lookup table

Entry in the name lookup table

Value parameters

id

1-based identifier

value

Value of the name (UTF-8 encoded)

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RdfNameEntry extends GeneratedMessageCompanion[RdfNameEntry]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfNameEntry]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class RdfPrefixEntry(id: Int, value: String) extends GeneratedMessage

Entry in the prefix lookup table

Entry in the prefix lookup table

Value parameters

id

1-based identifier

value

Value of the prefix (UTF-8 encoded)

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RdfPrefixEntry extends GeneratedMessageCompanion[RdfPrefixEntry]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfPrefixEntry]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object RdfProto extends GeneratedFileObject

Attributes

Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type
RdfProto.type
final case class RdfQuad(s: RdfTerm, p: RdfTerm, o: RdfTerm, g: RdfGraph) extends GeneratedMessage

RDF quad

RDF quad

Value parameters

g

Quad graph node

o

Quad object

p

Quad predicate

s

Quad subject

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RdfQuad extends GeneratedMessageCompanion[RdfQuad]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfQuad]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
RdfQuad.type
final case class RdfRepeat() extends GeneratedMessage

Empty message indicating a repeated term from the previous statement.

Empty message indicating a repeated term from the previous statement.

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RdfRepeat extends GeneratedMessageCompanion[RdfRepeat]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfRepeat]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
RdfRepeat.type
final case class RdfStreamFrame(rows: Seq[RdfStreamRow]) extends GeneratedMessage

RDF stream frame

RDF stream frame

Value parameters

rows

Stream rows

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RdfStreamFrame extends GeneratedMessageCompanion[RdfStreamFrame]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfStreamFrame]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class RdfStreamOptions(streamName: String, streamType: RdfStreamType, generalizedStatements: Boolean, useRepeat: Boolean, rdfStar: Boolean, maxNameTableSize: Int, maxPrefixTableSize: Int, maxDatatypeTableSize: Int, version: Int) extends GeneratedMessage

RDF stream options

RDF stream options

Value parameters

generalizedStatements

Whether the stream may contain generalized triples, quads, or datasets

maxDatatypeTableSize

Maximum size of the datatype lookup table

maxNameTableSize

Maximum size of the name lookup table

maxPrefixTableSize

Maximum size of the prefix lookup table

rdfStar

Whether the stream may contain RDF-star statements

streamName

Name of the stream (completely optional). This may be used for, e.g., topic names in a pub/sub system.

streamType

Type of the stream (required)

useRepeat

Whether RdfRepeat will be used

version

Protocol version (required) For Jelly 1.0.x value must be 1. For custom extensions, the value must be 1000 or higher.

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RdfStreamOptions extends GeneratedMessageCompanion[RdfStreamOptions]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfStreamOptions]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class RdfStreamRow(row: Row) extends GeneratedMessage

RDF stream row

RDF stream row

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RdfStreamRow extends GeneratedMessageCompanion[RdfStreamRow]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfStreamRow]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
sealed abstract class RdfStreamType(val value: Int) extends GeneratedEnum

RDF stream type

RDF stream type

Attributes

Companion
object
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object GRAPHS.type
object QUADS.type
trait Recognized
object TRIPLES.type
object UNSPECIFIED.type
class Unrecognized
Show all
object RdfStreamType extends GeneratedEnumCompanion[RdfStreamType]

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[RdfStreamType]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class RdfTerm(term: Term) extends GeneratedMessage

RDF terms

RDF terms

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RdfTerm extends GeneratedMessageCompanion[RdfTerm]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfTerm]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
RdfTerm.type
final case class RdfTriple(s: RdfTerm, p: RdfTerm, o: RdfTerm) extends GeneratedMessage

RDF triple

RDF triple

Value parameters

o

Triple object

p

Triple predicate

s

Triple subject

Attributes

Companion
object
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RdfTriple extends GeneratedMessageCompanion[RdfTriple]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RdfTriple]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
RdfTriple.type