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

Definition Classes
override def relativize(maybeBase: Option[IRI]): QueryShapeMap
Definition Classes

Inherited methods

Inherited from:
ShapeMap
Inherited from:
ShapeMap
Inherited from:
Product
def serialize(format: String, base: Option[IRI]): Either[String, String]
Inherited from:
ShapeMap
def showShapeMap(withDetails: Boolean): String
Inherited from:
ShapeMap
Inherited from:
ShapeMap
override def toString: String
Definition Classes
ShapeMap -> Any
Inherited from:
ShapeMap