ShapeMap

es.weso.shapemaps.ShapeMap$
See theShapeMap companion class
object ShapeMap

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class ShapeMapFromPathException(errors: NonEmptyList[String], path: Path, format: String, base: Option[IRI], nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap) extends RuntimeException with NoStackTrace

Attributes

Graph
Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def fixShapeMap(shapeMap: ShapeMap, rdf: RDFReader, nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap): IO[FixedShapeMap]

Resolve triple patterns according to an RDF

Resolve triple patterns according to an RDF

Attributes

def fromCompact(str: String, base: Option[IRI], nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap): Either[NonEmptyList[String], ShapeMap]
def fromInputStream(is: InputStream, format: String, base: Option[IRI], nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap): Either[NonEmptyList[String], ShapeMap]
def fromPath(path: Path, format: String, base: Option[IRI], nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap): IO[ShapeMap]
def fromString(str: String, format: String, base: Option[IRI], nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap): Either[NonEmptyList[String], ShapeMap]
def fromURI(uri: String, format: String, base: Option[IRI], nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap): IO[Either[NonEmptyList[String], ShapeMap]]
def parseResultMap(str: String, base: Option[IRI], rdf: RDFReader, shapesPrefixMap: PrefixMap): IO[ResultShapeMap]

Implicits

Implicits

implicit val showShapeMap: Show[ShapeMap]