ProyectoAether / BIGOWL

BIGOWL ontologies family is composed of BIGOWLWorkflows, BIGOWLProblems, BIGOWLData and BIGOWLAlgorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BIGOWL

BIGOWL (BIG data analytics OWL2 ontology) acts as a formal schema for representing and consolidating knowledge in Big Data analytics. Knowledge incorporation is, in turn, beneficial for efficient algorithmic performance by taking part in the operator’s design, parameter selection, and human interactive and decision-making strategies.

BIGOWL ontologies family is composed of the following ontologies

  • BIGOWLData. This ontology contains all the classes and properties related to data. Data is devoted to annotating all the data flowing throughout the analytic workflow. It is declared as EquivalentTo IO-Class of DMOP. This aligning enables datatypes defined by third parties’ ontologies to be contextualised in the analysis. BIGOWLData contains the main data properties defined for this class, namely: path, to annotate the origin of data; and hasDataType, which establishes the relationship with class DataType. This last is used to define the data type, i.e. PrimitiveType (Double, Integer, Boolean, etc.) or StructuredType (Graph, Tree, Matrix, Vector, Tuple, etc.).
  • BIGOWLProblems. It is used to represent the problem class and its properties. Problem is oriented to the specific problem domain (Smart Cities, Biology, etc.).
  • BIGOWLAlgorithms. This ontology covers all possible kinds. It has two main subclasses: DataMiningAlgorithm and OptimizationAlgorithm, which are used to distinguish between these two families of algorithms. The former is included in the form of equivalence with the class DM-Algorithm, which is linked from DMOP.
  • BIGOWLWorkflows. It is used to guide the correct orchestration of a workflow, including elements like tasks, components, parameters, etc. This ontology imports BIGOWLData and BIGOWLAlgorithms to define all the pieces in a workflow.

About

BIGOWL ontologies family is composed of BIGOWLWorkflows, BIGOWLProblems, BIGOWLData and BIGOWLAlgorithms

License:MIT License