class RDFXMLSyntaxOWLExpressionsRDDBuilder extends Serializable with RDFXMLSyntaxPrefixParsing with RDFXMLSyntaxParsing

Linear Supertypes
RDFXMLSyntaxParsing, RDFXMLSyntaxPrefixParsing, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RDFXMLSyntaxOWLExpressionsRDDBuilder
  2. RDFXMLSyntaxParsing
  3. RDFXMLSyntaxPrefixParsing
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RDFXMLSyntaxOWLExpressionsRDDBuilder()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def build(spark: SparkSession, filePath: String): OWLAxiomsRDD

    Builds a snippet conforming to the RDF/XML syntax which then can be parsed by the OWL API RDF/XML syntax parser.

    Builds a snippet conforming to the RDF/XML syntax which then can be parsed by the OWL API RDF/XML syntax parser. A single expression, e.g.

    <rdf:Description rdf:about="http://swat.cse.lehigh.edu/onto/univ-bench.owl#Person"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/> </rdf:Description>

    has thus to be wrapped into a ontology description as follows

    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:owl="http://www.w3.org/2002/07/owl#"> <owl:Class rdf:about="http://swat.cse.lehigh.edu/onto/univ-bench.owl#Person"/> </rdf:RDF>

    spark

    SparkSession

    filePath

    the path to the input file

    returns

    The set of axioms corresponding to the expression.

  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getOWLOntology(model: Model): OWLOntology
    Definition Classes
    RDFXMLSyntaxParsing
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def isPrefix(expression: String): Boolean
    Definition Classes
    RDFXMLSyntaxPrefixParsing
  15. def makeAxiom(st: Statement): Set[OWLAxiom]
    Definition Classes
    RDFXMLSyntaxParsing
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def parsePrefix(line: String): (String, String)
    Definition Classes
    RDFXMLSyntaxPrefixParsing
  20. def parseRecord(record: String, prefixes: String): ArrayList[OWLAxiom]
    Definition Classes
    RDFXMLSyntaxParsing
  21. def refineOWLAxioms(sc: SparkContext, axiomsRDD: RDD[OWLAxiom]): RDD[OWLAxiom]
    Definition Classes
    RDFXMLSyntaxParsing
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from RDFXMLSyntaxParsing

Inherited from RDFXMLSyntaxPrefixParsing

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped