org.dbpedia.extraction.ontology

Ontology

class Ontology extends Serializable

Represents an ontology.

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Ontology
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Ontology(classes: Map[String, OntologyClass], properties: Map[String, OntologyProperty], datatypes: Map[String, Datatype], specializations: Map[(OntologyClass, OntologyProperty), UnitDatatype], wikidataPropertiesMap: Map[String, Set[OntologyProperty]], wikidataClassesMap: Map[String, Set[OntologyClass]])

    classes

    The classes of this ontology

    properties

    The properties of this ontology

    datatypes

    The datatypes of this ontology

    specializations

    Map of all ontology properties which are specialized to a specific datatype. Example: The entry (Person, height) -> centimetre denotes a specialized property Person/height which has the range centimetres.

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. val classes: Map[String, OntologyClass]

    The classes of this ontology

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val datatypes: Map[String, Datatype]

    The datatypes of this ontology

  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def getOntologyClass(id: String): Option[OntologyClass]

  13. def getOntologyDatatype(id: String): Option[Datatype]

  14. def getOntologyProperty(id: String): Option[OntologyProperty]

  15. def getWikidataClass(id: String): Option[Set[OntologyClass]]

  16. def getWikidataProperty(id: String): Option[Set[OntologyProperty]]

  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def isSubclassOf(sub: OntologyClass, sup: OntologyClass): Boolean

  20. def isSuperclassOf(sup: OntologyClass, sub: OntologyClass): Boolean

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. val properties: Map[String, OntologyProperty]

    The properties of this ontology

  25. val specializations: Map[(OntologyClass, OntologyProperty), UnitDatatype]

    Map of all ontology properties which are specialized to a specific datatype.

    Map of all ontology properties which are specialized to a specific datatype. Example: The entry (Person, height) -> centimetre denotes a specialized property Person/height which has the range centimetres.

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. val wikidataClassesMap: Map[String, Set[OntologyClass]]

  32. val wikidataPropertiesMap: Map[String, Set[OntologyProperty]]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped