package scala
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class JenaRdfModel extends RdfModel
- case class Literal(value: String, literalType: Option[String]) extends PropertyObject with Product with Serializable
- case class Node(subject: String, classes: Seq[String], properties: Map[String, Seq[PropertyObject]]) extends Product with Serializable
- class PropertyObject extends AnyRef
- trait RdfFramework extends AnyRef
-
abstract
class
RdfModel extends AnyRef
Base class for all the RDF native models in different platforms
- case class RdfModelDocument(model: RdfModel) extends ParsedDocument with Product with Serializable
- case class Uri(value: String) extends PropertyObject with Product with Serializable
Value Members
-
object
RDFPrinter
Transforms a RDF Model into a JSON-LD string
- object RdfSyntaxPlugin extends AMFSyntaxParsePlugin with RdfPlatformSecrets
- object RdfUnitConverter extends RdfPlatformSecrets