SlideShare a Scribd company logo
1 of 38
Download to read offline
Introduction to OPPL
                                 OPPL Syntax
                                  Using OPPL
                               Future of OPPL




 Ontology Pre-Processor Language (OPPL)
   http://oppl.sourceforge.net/

Mikel Egaña (mikel.eganaaranguren@cs.man.ac.uk)
Robert Stevens (robert.stevens@manchester.ac.uk)
        Bio-Health Informatics Group (BHIG), University of Manchester


            Erick Antezana (erant@psb.ugent.be)
           Department of Plant Systems Biology, VIB, Gent, Belgium
     Department of Molecular Genetics, Ghent University, Gent, Belgium


                                OWLED 2008 DC

  Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                     OPPL Syntax
                                      Using OPPL
                                   Future of OPPL


Introduction to OPPL


  “Macro” language for manipulating content of OWL ontologies

  Motivation: authors’ needs when creating/maintaining
  bio-ontologies (Use cases)

  Nearly API-level functionality with minimum programming/OWL
  knowledge

  Manchester OWL Syntax + SELECT, ADD, REMOVE



      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                     OPPL Syntax
                                      Using OPPL
                                   Future of OPPL


Introduction to OPPL


  “Macro” language for manipulating content of OWL ontologies

  Motivation: authors’ needs when creating/maintaining
  bio-ontologies (Use cases)

  Nearly API-level functionality with minimum programming/OWL
  knowledge

  Manchester OWL Syntax + SELECT, ADD, REMOVE



      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                     OPPL Syntax
                                      Using OPPL
                                   Future of OPPL


Introduction to OPPL


  “Macro” language for manipulating content of OWL ontologies

  Motivation: authors’ needs when creating/maintaining
  bio-ontologies (Use cases)

  Nearly API-level functionality with minimum programming/OWL
  knowledge

  Manchester OWL Syntax + SELECT, ADD, REMOVE



      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                     OPPL Syntax
                                      Using OPPL
                                   Future of OPPL


Introduction to OPPL


  “Macro” language for manipulating content of OWL ontologies

  Motivation: authors’ needs when creating/maintaining
  bio-ontologies (Use cases)

  Nearly API-level functionality with minimum programming/OWL
  knowledge

  Manchester OWL Syntax + SELECT, ADD, REMOVE



      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                      OPPL instruction
                                     OPPL Syntax
                                                      OPPL instruction examples
                                      Using OPPL
                                                      OPPL extra instructions
                                   Future of OPPL


OPPL instruction




   SELECT Class: admin;ADD label "office admin";
   OPPL statement                                   OPPL statement


              OPPL instruction




      Mikel Egaña, Robert Stevens, Erick Antezana     Ontology Pre-Processor Language
Introduction to OPPL
                                                   OPPL instruction
                                    OPPL Syntax
                                                   OPPL instruction examples
                                     Using OPPL
                                                   OPPL extra instructions
                                  Future of OPPL


OPPL instruction examples



  ADD Class:            undergraduate;

  REMOVE Class:                undergraduate;

  SELECT equivalentTo participates_in only
  (intellectual_dinner and party);
  ADD label "professor";
  REMOVE subClassOf lives_on only (not campus);




     Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                   OPPL instruction
                                    OPPL Syntax
                                                   OPPL instruction examples
                                     Using OPPL
                                                   OPPL extra instructions
                                  Future of OPPL


OPPL instruction examples



  ADD Class:            undergraduate;

  REMOVE Class:                undergraduate;

  SELECT equivalentTo participates_in only
  (intellectual_dinner and party);
  ADD label "professor";
  REMOVE subClassOf lives_on only (not campus);




     Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                   OPPL instruction
                                    OPPL Syntax
                                                   OPPL instruction examples
                                     Using OPPL
                                                   OPPL extra instructions
                                  Future of OPPL


OPPL instruction examples



  ADD Class:            undergraduate;

  REMOVE Class:                undergraduate;

  SELECT equivalentTo participates_in only
  (intellectual_dinner and party);
  ADD label "professor";
  REMOVE subClassOf lives_on only (not campus);




     Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                   OPPL instruction
                                    OPPL Syntax
                                                   OPPL instruction examples
                                     Using OPPL
                                                   OPPL extra instructions
                                  Future of OPPL


OPPL instruction examples


  SELECT subClassOf MoleOfSalt;
  ADD subClassOf hasDensity value 0.0;

  SELECT inverse participates_in;
  ADD range student;

  ADD Class: professor;
  ADD label "staff";
  ADD equivalentTo participates_in only
  (intellectual_dinner and party);



     Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                   OPPL instruction
                                    OPPL Syntax
                                                   OPPL instruction examples
                                     Using OPPL
                                                   OPPL extra instructions
                                  Future of OPPL


OPPL instruction examples


  SELECT subClassOf MoleOfSalt;
  ADD subClassOf hasDensity value 0.0;

  SELECT inverse participates_in;
  ADD range student;

  ADD Class: professor;
  ADD label "staff";
  ADD equivalentTo participates_in only
  (intellectual_dinner and party);



     Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                   OPPL instruction
                                    OPPL Syntax
                                                   OPPL instruction examples
                                     Using OPPL
                                                   OPPL extra instructions
                                  Future of OPPL


OPPL instruction examples


  SELECT subClassOf MoleOfSalt;
  ADD subClassOf hasDensity value 0.0;

  SELECT inverse participates_in;
  ADD range student;

  ADD Class: professor;
  ADD label "staff";
  ADD equivalentTo participates_in only
  (intellectual_dinner and party);



     Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                   OPPL instruction
                                    OPPL Syntax
                                                   OPPL instruction examples
                                     Using OPPL
                                                   OPPL extra instructions
                                  Future of OPPL


OPPL instruction examples




  disjointWith, differentFrom, sameAs, type,
  descendantOf, ancestorOf, subPropertyOf, ...

  http://oppl.sourceforge.net/test.oppl




     Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                   OPPL instruction
                                    OPPL Syntax
                                                   OPPL instruction examples
                                     Using OPPL
                                                   OPPL extra instructions
                                  Future of OPPL


OPPL instruction examples




  disjointWith, differentFrom, sameAs, type,
  descendantOf, ancestorOf, subPropertyOf, ...

  http://oppl.sourceforge.net/test.oppl




     Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                    OPPL instruction
                                     OPPL Syntax
                                                    OPPL instruction examples
                                      Using OPPL
                                                    OPPL extra instructions
                                   Future of OPPL


OPPL extra instructions


  SELECT_PRIMITIVE descendantOf student;

  SELECT_DEFINED descendantOf student;

  SELECT descendantOf person;
  ADD disjointWithSiblings;

  SELECT assertedSubClassOf participates_in some
  sport;




      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                    OPPL instruction
                                     OPPL Syntax
                                                    OPPL instruction examples
                                      Using OPPL
                                                    OPPL extra instructions
                                   Future of OPPL


OPPL extra instructions


  SELECT_PRIMITIVE descendantOf student;

  SELECT_DEFINED descendantOf student;

  SELECT descendantOf person;
  ADD disjointWithSiblings;

  SELECT assertedSubClassOf participates_in some
  sport;




      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                    OPPL instruction
                                     OPPL Syntax
                                                    OPPL instruction examples
                                      Using OPPL
                                                    OPPL extra instructions
                                   Future of OPPL


OPPL extra instructions


  SELECT_PRIMITIVE descendantOf student;

  SELECT_DEFINED descendantOf student;

  SELECT descendantOf person;
  ADD disjointWithSiblings;

  SELECT assertedSubClassOf participates_in some
  sport;




      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                    OPPL software
                                     OPPL Syntax
                                                    Use case 1: Bio-ontology axiomatic enrichment
                                      Using OPPL
                                                    Use case 2: Cell Cycle Ontology
                                   Future of OPPL


OPPL software


  http://oppl.sourceforge.net/

  OPPLInstructionManager
  Java library for processing OPPL instructions (LGPL)
  OWL API, Pellet, FaCT++, DIG

  OPPL reference implementation: OPPL instructions in flat file
  java -jar oppl.jar
  pellet ins.oppl ont.owl new_ont.owl



      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                    OPPL software
                                     OPPL Syntax
                                                    Use case 1: Bio-ontology axiomatic enrichment
                                      Using OPPL
                                                    Use case 2: Cell Cycle Ontology
                                   Future of OPPL


OPPL software


  http://oppl.sourceforge.net/

  OPPLInstructionManager
  Java library for processing OPPL instructions (LGPL)
  OWL API, Pellet, FaCT++, DIG

  OPPL reference implementation: OPPL instructions in flat file
  java -jar oppl.jar
  pellet ins.oppl ont.owl new_ont.owl



      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                    OPPL software
                                     OPPL Syntax
                                                    Use case 1: Bio-ontology axiomatic enrichment
                                      Using OPPL
                                                    Use case 2: Cell Cycle Ontology
                                   Future of OPPL


OPPL software


  http://oppl.sourceforge.net/

  OPPLInstructionManager
  Java library for processing OPPL instructions (LGPL)
  OWL API, Pellet, FaCT++, DIG

  OPPL reference implementation: OPPL instructions in flat file
  java -jar oppl.jar
  pellet ins.oppl ont.owl new_ont.owl



      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                    OPPL software
                                     OPPL Syntax
                                                    Use case 1: Bio-ontology axiomatic enrichment
                                      Using OPPL
                                                    Use case 2: Cell Cycle Ontology
                                   Future of OPPL


Use case 1: Bio-ontology axiomatic enrichment


  Gene Ontology Next Generation
  http://www.gong.manchester.ac.uk/

  alanine:sodium symporter activity

  —— Axiomatic enrichment based in rdfs:label ——

  EquivalentTo: symporter activity
  and transports only (alanine or sodium)




      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                    OPPL software
                                     OPPL Syntax
                                                    Use case 1: Bio-ontology axiomatic enrichment
                                      Using OPPL
                                                    Use case 2: Cell Cycle Ontology
                                   Future of OPPL


Use case 1: Bio-ontology axiomatic enrichment


  Gene Ontology Next Generation
  http://www.gong.manchester.ac.uk/

  alanine:sodium symporter activity

  —— Axiomatic enrichment based in rdfs:label ——

  EquivalentTo: symporter activity
  and transports only (alanine or sodium)




      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                    OPPL software
                                     OPPL Syntax
                                                    Use case 1: Bio-ontology axiomatic enrichment
                                      Using OPPL
                                                    Use case 2: Cell Cycle Ontology
                                   Future of OPPL


Use case 1: Bio-ontology axiomatic enrichment


  rdfs:label: alanine:sodium symporter activity
  rdfs:label: glycine:potassium symporter activity
  rdfs:label: valine:sodium symporter activity
  ...

  —— —— —— —— —— —— —— —— ——

  SELECT label "(.+):(.+) (symporter activity)";
  ADD equivalentTo symporter_activity and
  transports only (<1> or <2>);



      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                    OPPL software
                                     OPPL Syntax
                                                    Use case 1: Bio-ontology axiomatic enrichment
                                      Using OPPL
                                                    Use case 2: Cell Cycle Ontology
                                   Future of OPPL


Use case 2: Cell Cycle Ontology


  http://www.cellcycleontology.org/

  Gather knowledge about the cell cycle in 5 ontologies

  Ontologies created anew each pipeline execution

  Impossible to add new axioms by hand to 5 ontologies:
     - Axioms overwritten each time the pipeline is executed
     - Many axioms in different places
     - Ontologies too big


      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                    OPPL software
                                     OPPL Syntax
                                                    Use case 1: Bio-ontology axiomatic enrichment
                                      Using OPPL
                                                    Use case 2: Cell Cycle Ontology
                                   Future of OPPL


Use case 2: Cell Cycle Ontology


  http://www.cellcycleontology.org/

  Gather knowledge about the cell cycle in 5 ontologies

  Ontologies created anew each pipeline execution

  Impossible to add new axioms by hand to 5 ontologies:
     - Axioms overwritten each time the pipeline is executed
     - Many axioms in different places
     - Ontologies too big


      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                    OPPL software
                                     OPPL Syntax
                                                    Use case 1: Bio-ontology axiomatic enrichment
                                      Using OPPL
                                                    Use case 2: Cell Cycle Ontology
                                   Future of OPPL


Use case 2: Cell Cycle Ontology


  Add axioms automatically each time the pipeline is executed

  Explicit development

  Querying capabilities

  Flexible development

  Ontology Design Patterns
  http://odps.sourceforge.net


      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                    OPPL software
                                     OPPL Syntax
                                                    Use case 1: Bio-ontology axiomatic enrichment
                                      Using OPPL
                                                    Use case 2: Cell Cycle Ontology
                                   Future of OPPL


Use case 2: Cell Cycle Ontology


  Add axioms automatically each time the pipeline is executed

  Explicit development

  Querying capabilities

  Flexible development

  Ontology Design Patterns
  http://odps.sourceforge.net


      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                    OPPL software
                                     OPPL Syntax
                                                    Use case 1: Bio-ontology axiomatic enrichment
                                      Using OPPL
                                                    Use case 2: Cell Cycle Ontology
                                   Future of OPPL


Use case 2: Cell Cycle Ontology


  Add axioms automatically each time the pipeline is executed

  Explicit development

  Querying capabilities

  Flexible development

  Ontology Design Patterns
  http://odps.sourceforge.net


      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                    OPPL software
                                     OPPL Syntax
                                                    Use case 1: Bio-ontology axiomatic enrichment
                                      Using OPPL
                                                    Use case 2: Cell Cycle Ontology
                                   Future of OPPL


Use case 2: Cell Cycle Ontology


  Add axioms automatically each time the pipeline is executed

  Explicit development

  Querying capabilities

  Flexible development

  Ontology Design Patterns
  http://odps.sourceforge.net


      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                    OPPL software
                                     OPPL Syntax
                                                    Use case 1: Bio-ontology axiomatic enrichment
                                      Using OPPL
                                                    Use case 2: Cell Cycle Ontology
                                   Future of OPPL


Use case 2: Cell Cycle Ontology


  Add axioms automatically each time the pipeline is executed

  Explicit development

  Querying capabilities

  Flexible development

  Ontology Design Patterns
  http://odps.sourceforge.net


      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                                     OPPL software
                                      OPPL Syntax
                                                     Use case 1: Bio-ontology axiomatic enrichment
                                       Using OPPL
                                                     Use case 2: Cell Cycle Ontology
                                    Future of OPPL


Use case 2: Cell Cycle Ontology

   # Create object property inmediately_precedes

   ADD ObjectProperty: inmediately_precedes;ADD functional;
   ADD subPropertyOf precedes;ADD inverse inmediately_preceded_by;ADD domain
   CCO_U0000002;ADD range CCO_U0000002;

   # Meiotic cell cycle: G1 -> S -> G2 -> M

   SELECT Class: CCO_P0000327;ADD subClassOf inmediately_preceded_by some
   CCO_P0000325;ADD subClassOf inmediately_precedes some CCO_P0000326;

   # Query 1: Proteins acting in the mitotic S phase (At)

   ADD Class: query_1;ADD subClassOf query;REMOVE subClassOf Thing;
   ADD comment "Proteins acting in the mitotic S phase";

   SELECT subClassOf participates_in some (CCO_P0000014 or (part_of some
   CCO_P0000014));ADD subClassOf query_1;




       Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                      OPPL Syntax
                                       Using OPPL
                                    Future of OPPL


Future of OPPL

  Syntax closer to OWL?
  ADD Class: professor
  ADD professor subClassOf Thing

  Loops, conditional control, subroutines, ...

  Variables?
  SELECT subClassOf part_of some ?x;
  ADD equivalentTo part_of only ?x;

  SET professor label "new label";


       Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                      OPPL Syntax
                                       Using OPPL
                                    Future of OPPL


Future of OPPL

  Syntax closer to OWL?
  ADD Class: professor
  ADD professor subClassOf Thing

  Loops, conditional control, subroutines, ...

  Variables?
  SELECT subClassOf part_of some ?x;
  ADD equivalentTo part_of only ?x;

  SET professor label "new label";


       Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                      OPPL Syntax
                                       Using OPPL
                                    Future of OPPL


Future of OPPL

  Syntax closer to OWL?
  ADD Class: professor
  ADD professor subClassOf Thing

  Loops, conditional control, subroutines, ...

  Variables?
  SELECT subClassOf part_of some ?x;
  ADD equivalentTo part_of only ?x;

  SET professor label "new label";


       Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                      OPPL Syntax
                                       Using OPPL
                                    Future of OPPL


Future of OPPL

  Syntax closer to OWL?
  ADD Class: professor
  ADD professor subClassOf Thing

  Loops, conditional control, subroutines, ...

  Variables?
  SELECT subClassOf part_of some ?x;
  ADD equivalentTo part_of only ?x;

  SET professor label "new label";


       Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                      OPPL Syntax
                                       Using OPPL
                                    Future of OPPL


Future of OPPL




  Formal grammar

  Protégé plugin (autocomplete, syntax validation, logs, ...)




       Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                      OPPL Syntax
                                       Using OPPL
                                    Future of OPPL


Future of OPPL




  Formal grammar

  Protégé plugin (autocomplete, syntax validation, logs, ...)




       Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language
Introduction to OPPL
                                     OPPL Syntax
                                      Using OPPL
                                   Future of OPPL


Acknowledgements



  Mikel Egaña: University of Manchester and EPSRC

  Erick Antezana: European Science Foundation (ESF) for the
  activity entitled Frontiers of Functional Genomics

  http://oppl.sourceforge.net/




      Mikel Egaña, Robert Stevens, Erick Antezana   Ontology Pre-Processor Language

More Related Content

More from Mikel Egaña Aranguren, Ph.D.

More from Mikel Egaña Aranguren, Ph.D. (7)

Life Sciences Linked Data
Life Sciences Linked DataLife Sciences Linked Data
Life Sciences Linked Data
 
OPPL-Galaxy: Enhancing ontology exploitation in Galaxy with OPPL
OPPL-Galaxy: Enhancing ontology exploitation in Galaxy with OPPLOPPL-Galaxy: Enhancing ontology exploitation in Galaxy with OPPL
OPPL-Galaxy: Enhancing ontology exploitation in Galaxy with OPPL
 
Linked data functional genomics
Linked data functional genomicsLinked data functional genomics
Linked data functional genomics
 
Medioambiente Linked Data
Medioambiente Linked DataMedioambiente Linked Data
Medioambiente Linked Data
 
Applying sw mikel_egana
Applying sw mikel_eganaApplying sw mikel_egana
Applying sw mikel_egana
 
Mikel egana itbam_2010_ogo_system
Mikel egana itbam_2010_ogo_systemMikel egana itbam_2010_ogo_system
Mikel egana itbam_2010_ogo_system
 
Ontology Design Patterns (ODPs) for bio-ontologies
Ontology Design Patterns (ODPs) for bio-ontologiesOntology Design Patterns (ODPs) for bio-ontologies
Ontology Design Patterns (ODPs) for bio-ontologies
 

Recently uploaded

31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsPooky Knightsmith
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvRicaMaeCastro1
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptxmary850239
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1GloryAnnCastre1
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 

Recently uploaded (20)

31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young minds
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx
 
Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 

Transforming the Axiomisation of Ontologies: The Ontology Pre-Processor Language

  • 1. Introduction to OPPL OPPL Syntax Using OPPL Future of OPPL Ontology Pre-Processor Language (OPPL) http://oppl.sourceforge.net/ Mikel Egaña (mikel.eganaaranguren@cs.man.ac.uk) Robert Stevens (robert.stevens@manchester.ac.uk) Bio-Health Informatics Group (BHIG), University of Manchester Erick Antezana (erant@psb.ugent.be) Department of Plant Systems Biology, VIB, Gent, Belgium Department of Molecular Genetics, Ghent University, Gent, Belgium OWLED 2008 DC Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 2. Introduction to OPPL OPPL Syntax Using OPPL Future of OPPL Introduction to OPPL “Macro” language for manipulating content of OWL ontologies Motivation: authors’ needs when creating/maintaining bio-ontologies (Use cases) Nearly API-level functionality with minimum programming/OWL knowledge Manchester OWL Syntax + SELECT, ADD, REMOVE Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 3. Introduction to OPPL OPPL Syntax Using OPPL Future of OPPL Introduction to OPPL “Macro” language for manipulating content of OWL ontologies Motivation: authors’ needs when creating/maintaining bio-ontologies (Use cases) Nearly API-level functionality with minimum programming/OWL knowledge Manchester OWL Syntax + SELECT, ADD, REMOVE Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 4. Introduction to OPPL OPPL Syntax Using OPPL Future of OPPL Introduction to OPPL “Macro” language for manipulating content of OWL ontologies Motivation: authors’ needs when creating/maintaining bio-ontologies (Use cases) Nearly API-level functionality with minimum programming/OWL knowledge Manchester OWL Syntax + SELECT, ADD, REMOVE Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 5. Introduction to OPPL OPPL Syntax Using OPPL Future of OPPL Introduction to OPPL “Macro” language for manipulating content of OWL ontologies Motivation: authors’ needs when creating/maintaining bio-ontologies (Use cases) Nearly API-level functionality with minimum programming/OWL knowledge Manchester OWL Syntax + SELECT, ADD, REMOVE Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 6. Introduction to OPPL OPPL instruction OPPL Syntax OPPL instruction examples Using OPPL OPPL extra instructions Future of OPPL OPPL instruction SELECT Class: admin;ADD label "office admin"; OPPL statement OPPL statement OPPL instruction Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 7. Introduction to OPPL OPPL instruction OPPL Syntax OPPL instruction examples Using OPPL OPPL extra instructions Future of OPPL OPPL instruction examples ADD Class: undergraduate; REMOVE Class: undergraduate; SELECT equivalentTo participates_in only (intellectual_dinner and party); ADD label "professor"; REMOVE subClassOf lives_on only (not campus); Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 8. Introduction to OPPL OPPL instruction OPPL Syntax OPPL instruction examples Using OPPL OPPL extra instructions Future of OPPL OPPL instruction examples ADD Class: undergraduate; REMOVE Class: undergraduate; SELECT equivalentTo participates_in only (intellectual_dinner and party); ADD label "professor"; REMOVE subClassOf lives_on only (not campus); Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 9. Introduction to OPPL OPPL instruction OPPL Syntax OPPL instruction examples Using OPPL OPPL extra instructions Future of OPPL OPPL instruction examples ADD Class: undergraduate; REMOVE Class: undergraduate; SELECT equivalentTo participates_in only (intellectual_dinner and party); ADD label "professor"; REMOVE subClassOf lives_on only (not campus); Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 10. Introduction to OPPL OPPL instruction OPPL Syntax OPPL instruction examples Using OPPL OPPL extra instructions Future of OPPL OPPL instruction examples SELECT subClassOf MoleOfSalt; ADD subClassOf hasDensity value 0.0; SELECT inverse participates_in; ADD range student; ADD Class: professor; ADD label "staff"; ADD equivalentTo participates_in only (intellectual_dinner and party); Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 11. Introduction to OPPL OPPL instruction OPPL Syntax OPPL instruction examples Using OPPL OPPL extra instructions Future of OPPL OPPL instruction examples SELECT subClassOf MoleOfSalt; ADD subClassOf hasDensity value 0.0; SELECT inverse participates_in; ADD range student; ADD Class: professor; ADD label "staff"; ADD equivalentTo participates_in only (intellectual_dinner and party); Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 12. Introduction to OPPL OPPL instruction OPPL Syntax OPPL instruction examples Using OPPL OPPL extra instructions Future of OPPL OPPL instruction examples SELECT subClassOf MoleOfSalt; ADD subClassOf hasDensity value 0.0; SELECT inverse participates_in; ADD range student; ADD Class: professor; ADD label "staff"; ADD equivalentTo participates_in only (intellectual_dinner and party); Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 13. Introduction to OPPL OPPL instruction OPPL Syntax OPPL instruction examples Using OPPL OPPL extra instructions Future of OPPL OPPL instruction examples disjointWith, differentFrom, sameAs, type, descendantOf, ancestorOf, subPropertyOf, ... http://oppl.sourceforge.net/test.oppl Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 14. Introduction to OPPL OPPL instruction OPPL Syntax OPPL instruction examples Using OPPL OPPL extra instructions Future of OPPL OPPL instruction examples disjointWith, differentFrom, sameAs, type, descendantOf, ancestorOf, subPropertyOf, ... http://oppl.sourceforge.net/test.oppl Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 15. Introduction to OPPL OPPL instruction OPPL Syntax OPPL instruction examples Using OPPL OPPL extra instructions Future of OPPL OPPL extra instructions SELECT_PRIMITIVE descendantOf student; SELECT_DEFINED descendantOf student; SELECT descendantOf person; ADD disjointWithSiblings; SELECT assertedSubClassOf participates_in some sport; Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 16. Introduction to OPPL OPPL instruction OPPL Syntax OPPL instruction examples Using OPPL OPPL extra instructions Future of OPPL OPPL extra instructions SELECT_PRIMITIVE descendantOf student; SELECT_DEFINED descendantOf student; SELECT descendantOf person; ADD disjointWithSiblings; SELECT assertedSubClassOf participates_in some sport; Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 17. Introduction to OPPL OPPL instruction OPPL Syntax OPPL instruction examples Using OPPL OPPL extra instructions Future of OPPL OPPL extra instructions SELECT_PRIMITIVE descendantOf student; SELECT_DEFINED descendantOf student; SELECT descendantOf person; ADD disjointWithSiblings; SELECT assertedSubClassOf participates_in some sport; Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 18. Introduction to OPPL OPPL software OPPL Syntax Use case 1: Bio-ontology axiomatic enrichment Using OPPL Use case 2: Cell Cycle Ontology Future of OPPL OPPL software http://oppl.sourceforge.net/ OPPLInstructionManager Java library for processing OPPL instructions (LGPL) OWL API, Pellet, FaCT++, DIG OPPL reference implementation: OPPL instructions in flat file java -jar oppl.jar pellet ins.oppl ont.owl new_ont.owl Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 19. Introduction to OPPL OPPL software OPPL Syntax Use case 1: Bio-ontology axiomatic enrichment Using OPPL Use case 2: Cell Cycle Ontology Future of OPPL OPPL software http://oppl.sourceforge.net/ OPPLInstructionManager Java library for processing OPPL instructions (LGPL) OWL API, Pellet, FaCT++, DIG OPPL reference implementation: OPPL instructions in flat file java -jar oppl.jar pellet ins.oppl ont.owl new_ont.owl Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 20. Introduction to OPPL OPPL software OPPL Syntax Use case 1: Bio-ontology axiomatic enrichment Using OPPL Use case 2: Cell Cycle Ontology Future of OPPL OPPL software http://oppl.sourceforge.net/ OPPLInstructionManager Java library for processing OPPL instructions (LGPL) OWL API, Pellet, FaCT++, DIG OPPL reference implementation: OPPL instructions in flat file java -jar oppl.jar pellet ins.oppl ont.owl new_ont.owl Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 21. Introduction to OPPL OPPL software OPPL Syntax Use case 1: Bio-ontology axiomatic enrichment Using OPPL Use case 2: Cell Cycle Ontology Future of OPPL Use case 1: Bio-ontology axiomatic enrichment Gene Ontology Next Generation http://www.gong.manchester.ac.uk/ alanine:sodium symporter activity —— Axiomatic enrichment based in rdfs:label —— EquivalentTo: symporter activity and transports only (alanine or sodium) Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 22. Introduction to OPPL OPPL software OPPL Syntax Use case 1: Bio-ontology axiomatic enrichment Using OPPL Use case 2: Cell Cycle Ontology Future of OPPL Use case 1: Bio-ontology axiomatic enrichment Gene Ontology Next Generation http://www.gong.manchester.ac.uk/ alanine:sodium symporter activity —— Axiomatic enrichment based in rdfs:label —— EquivalentTo: symporter activity and transports only (alanine or sodium) Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 23. Introduction to OPPL OPPL software OPPL Syntax Use case 1: Bio-ontology axiomatic enrichment Using OPPL Use case 2: Cell Cycle Ontology Future of OPPL Use case 1: Bio-ontology axiomatic enrichment rdfs:label: alanine:sodium symporter activity rdfs:label: glycine:potassium symporter activity rdfs:label: valine:sodium symporter activity ... —— —— —— —— —— —— —— —— —— SELECT label "(.+):(.+) (symporter activity)"; ADD equivalentTo symporter_activity and transports only (<1> or <2>); Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 24. Introduction to OPPL OPPL software OPPL Syntax Use case 1: Bio-ontology axiomatic enrichment Using OPPL Use case 2: Cell Cycle Ontology Future of OPPL Use case 2: Cell Cycle Ontology http://www.cellcycleontology.org/ Gather knowledge about the cell cycle in 5 ontologies Ontologies created anew each pipeline execution Impossible to add new axioms by hand to 5 ontologies: - Axioms overwritten each time the pipeline is executed - Many axioms in different places - Ontologies too big Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 25. Introduction to OPPL OPPL software OPPL Syntax Use case 1: Bio-ontology axiomatic enrichment Using OPPL Use case 2: Cell Cycle Ontology Future of OPPL Use case 2: Cell Cycle Ontology http://www.cellcycleontology.org/ Gather knowledge about the cell cycle in 5 ontologies Ontologies created anew each pipeline execution Impossible to add new axioms by hand to 5 ontologies: - Axioms overwritten each time the pipeline is executed - Many axioms in different places - Ontologies too big Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 26. Introduction to OPPL OPPL software OPPL Syntax Use case 1: Bio-ontology axiomatic enrichment Using OPPL Use case 2: Cell Cycle Ontology Future of OPPL Use case 2: Cell Cycle Ontology Add axioms automatically each time the pipeline is executed Explicit development Querying capabilities Flexible development Ontology Design Patterns http://odps.sourceforge.net Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 27. Introduction to OPPL OPPL software OPPL Syntax Use case 1: Bio-ontology axiomatic enrichment Using OPPL Use case 2: Cell Cycle Ontology Future of OPPL Use case 2: Cell Cycle Ontology Add axioms automatically each time the pipeline is executed Explicit development Querying capabilities Flexible development Ontology Design Patterns http://odps.sourceforge.net Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 28. Introduction to OPPL OPPL software OPPL Syntax Use case 1: Bio-ontology axiomatic enrichment Using OPPL Use case 2: Cell Cycle Ontology Future of OPPL Use case 2: Cell Cycle Ontology Add axioms automatically each time the pipeline is executed Explicit development Querying capabilities Flexible development Ontology Design Patterns http://odps.sourceforge.net Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 29. Introduction to OPPL OPPL software OPPL Syntax Use case 1: Bio-ontology axiomatic enrichment Using OPPL Use case 2: Cell Cycle Ontology Future of OPPL Use case 2: Cell Cycle Ontology Add axioms automatically each time the pipeline is executed Explicit development Querying capabilities Flexible development Ontology Design Patterns http://odps.sourceforge.net Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 30. Introduction to OPPL OPPL software OPPL Syntax Use case 1: Bio-ontology axiomatic enrichment Using OPPL Use case 2: Cell Cycle Ontology Future of OPPL Use case 2: Cell Cycle Ontology Add axioms automatically each time the pipeline is executed Explicit development Querying capabilities Flexible development Ontology Design Patterns http://odps.sourceforge.net Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 31. Introduction to OPPL OPPL software OPPL Syntax Use case 1: Bio-ontology axiomatic enrichment Using OPPL Use case 2: Cell Cycle Ontology Future of OPPL Use case 2: Cell Cycle Ontology # Create object property inmediately_precedes ADD ObjectProperty: inmediately_precedes;ADD functional; ADD subPropertyOf precedes;ADD inverse inmediately_preceded_by;ADD domain CCO_U0000002;ADD range CCO_U0000002; # Meiotic cell cycle: G1 -> S -> G2 -> M SELECT Class: CCO_P0000327;ADD subClassOf inmediately_preceded_by some CCO_P0000325;ADD subClassOf inmediately_precedes some CCO_P0000326; # Query 1: Proteins acting in the mitotic S phase (At) ADD Class: query_1;ADD subClassOf query;REMOVE subClassOf Thing; ADD comment "Proteins acting in the mitotic S phase"; SELECT subClassOf participates_in some (CCO_P0000014 or (part_of some CCO_P0000014));ADD subClassOf query_1; Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 32. Introduction to OPPL OPPL Syntax Using OPPL Future of OPPL Future of OPPL Syntax closer to OWL? ADD Class: professor ADD professor subClassOf Thing Loops, conditional control, subroutines, ... Variables? SELECT subClassOf part_of some ?x; ADD equivalentTo part_of only ?x; SET professor label "new label"; Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 33. Introduction to OPPL OPPL Syntax Using OPPL Future of OPPL Future of OPPL Syntax closer to OWL? ADD Class: professor ADD professor subClassOf Thing Loops, conditional control, subroutines, ... Variables? SELECT subClassOf part_of some ?x; ADD equivalentTo part_of only ?x; SET professor label "new label"; Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 34. Introduction to OPPL OPPL Syntax Using OPPL Future of OPPL Future of OPPL Syntax closer to OWL? ADD Class: professor ADD professor subClassOf Thing Loops, conditional control, subroutines, ... Variables? SELECT subClassOf part_of some ?x; ADD equivalentTo part_of only ?x; SET professor label "new label"; Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 35. Introduction to OPPL OPPL Syntax Using OPPL Future of OPPL Future of OPPL Syntax closer to OWL? ADD Class: professor ADD professor subClassOf Thing Loops, conditional control, subroutines, ... Variables? SELECT subClassOf part_of some ?x; ADD equivalentTo part_of only ?x; SET professor label "new label"; Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 36. Introduction to OPPL OPPL Syntax Using OPPL Future of OPPL Future of OPPL Formal grammar Protégé plugin (autocomplete, syntax validation, logs, ...) Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 37. Introduction to OPPL OPPL Syntax Using OPPL Future of OPPL Future of OPPL Formal grammar Protégé plugin (autocomplete, syntax validation, logs, ...) Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language
  • 38. Introduction to OPPL OPPL Syntax Using OPPL Future of OPPL Acknowledgements Mikel Egaña: University of Manchester and EPSRC Erick Antezana: European Science Foundation (ESF) for the activity entitled Frontiers of Functional Genomics http://oppl.sourceforge.net/ Mikel Egaña, Robert Stevens, Erick Antezana Ontology Pre-Processor Language