es.weso.shex.ResolvedSchema
See theResolvedSchema companion object
case class ResolvedSchema(source: Schema, resolvedMapShapeExprs: Map[ShapeLabel, ResolvedShapeExpr], resolvedMapTripleExprs: Map[ShapeLabel, ResolvedTripleExpr], inheritanceGraph: Inheritance[ShapeLabel, ShapesRelation], labelLocationMap: Option[Map[ShapeLabel, Location]]) extends AbstractSchema