QueryShapeMap

case
class QueryShapeMap(associations: List[Association], nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap) extends ShapeMap

Input shape map also known as Query shape map

Companion
object
trait Serializable
trait Product
trait Equals
class ShapeMap
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def addAssociation(a: Association): Either[String, QueryShapeMap]
Definition Classes
override
def relativize(maybeBase: Option[IRI]): QueryShapeMap
Definition Classes

Inherited methods

def add(node: RDFNode, label: ShapeMapLabel): Either[String, ShapeMap]
Inherited from
ShapeMap
def isEmpty: Boolean
Inherited from
ShapeMap
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def serialize(format: String, base: Option[IRI]): Either[String, String]
Inherited from
ShapeMap
def showShapeMap(withDetails: Boolean): String
Inherited from
ShapeMap
def toJson: Json
Inherited from
ShapeMap
override
def toString: String
Definition Classes
ShapeMap -> Any
Inherited from
ShapeMap