Packages

package owl

Wrap up implicit classes/methods to read OWL data into either org.apache.spark.sql.Dataset or org.apache.spark.rdd.RDD.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. owl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class OWLAxiomReader extends AnyRef

    Adds methods, owl(syntax: Syntax), functional and manchester, to org.apache.spark.sql.SparkSession that allows to read owl files.

  2. implicit class OWLExpressionsRDDReader extends AnyRef
  3. implicit class OWLWriter extends AnyRef

Value Members

  1. object SaveMode extends Enumeration

    SaveMode is used to specify the expected behavior of saving an OWL dataset/RDD to a path.

    SaveMode is used to specify the expected behavior of saving an OWL dataset/RDD to a path.

    FIXME: This code was copied from SANSA-RDF and should go into a dedicated SANSA commons package

  2. object Syntax extends Enumeration

Inherited from AnyRef

Inherited from Any

Ungrouped