SlideShare a Scribd company logo
1 of 11
Download to read offline
Tractability of the Crisp Representations of
           Tractable Fuzzy Description Logics

                              Fernando Bobillo
                               fbobillo@unizar.es

Department of Computer Science and Systems Engineering
              University of Zaragoza, Spain

    Joint research with M. Delgado (DECSAI, University of Granada, Spain)


                                  URSW 2010
                                Shanghai (China)
                                 November 2010

F. Bobillo (DIIS, Unizar)   Representations of Tractable Fuzzy DLs   URSW 2010   1/9
Introduction
   Classical ontology languages are not appropriate to deal with
   vagueness or imprecision in the knowledge.
        Solution: Fuzzy Description Logics (DLs).

   An important line of research is the computation of an equivalent
   crisp representation of a fuzzy ontology.
   This way, it is possible to reason with the obtained crisp ontology,
   making it possible to reuse classical ontology languages, DL
   reasoners, and other resources.
   It is possible to reason with very expressive fuzzy DLs, and with
   different fuzzy logics:
        Zadeh
          ¨
        Godel
        Łukasiewicz

     Our goal is to study some property (tractability) of the crisp
     representations of fuzzy ontologies. Fuzzy DLs
  F. Bobillo (DIIS, Unizar) Representations of Tractable      URSW 2010   2/9
Tractable DLs

    Expressive power compromised for the efficiency of reasoning.


    The standard language OWL 2 has 3 fragments (profiles):
            OWL 2 EL
            OWL 2 QL
            OWL 2 RL


    Complexity:
            OWL 2 EL, OWL 2 RL: polynomial time w.r.t. the ontology size.
            OWL 2 QL: L OG S PACE w.r.t. the size of the ABox.




  F. Bobillo (DIIS, Unizar)   Representations of Tractable Fuzzy DLs   URSW 2010   3/9
Tractable DLs

    Relation of some OWL 2 constructors and its profiles:

                OWL 2                      OWL 2 EL         OWL 2 QL      OWL 2 RL
                Class
                ObjectIntersectionOf                         restricted
                ObjectUnionOf                                             restricted
                ObjectComplementOf                           restricted   restricted
                ObjectAllValuesFrom                                       restricted
                ObjectSomeValuesFrom                         restricted   restricted
                DataAllValuesFrom                                         restricted
                DataSomeValuesFrom                                        restricted
                ...
                ObjectProperty
                DatatypeProperty
                ...
                ClassAssertion
                ObjectPropertyAssertion
                SubClassOf
                SubObjectPropertyOf
                SubDataPropertyOf
                ...

  F. Bobillo (DIIS, Unizar)    Representations of Tractable Fuzzy DLs                  URSW 2010   3/9
Motivation



Definition
A fuzzy DL language X is closed under reduction iff the crisp
representation of a fuzzy ontology in X is in the (crisp) DL language X .


     Sometimes, fuzzy DL languages are closed under reduction.

     The objective of this paper is to determine in a precise way when
     this property holds, focusing on tractable fuzzy DLs.




   F. Bobillo (DIIS, Unizar)   Representations of Tractable Fuzzy DLs   URSW 2010   4/9
The case of Zadeh fuzzy logic

    Zadeh logic makes it possible to obtain smaller crisp
                                 ¨
    representations than with Godel and Łukasiewicz logics.
    Example:
            From a : C D ≥ 0.6 we can deduce both a : C ≥ 0.6 and
             a : D ≥ 0.6 .
    In Łukasiewicz logic, this is not possible, and we have to build a
    disjunction over all the possibilities.
            From a : C D ≥ 0.6 , deduce a : C ≥ 1 and a : D ≥ 0.6 ,
            or a : C ≥ 0.9 and a : D ≥ 0.7 ,
            or a : C ≥ 0.8 and a : D ≥ 0.8 ,
            or a : C ≥ 0.7 and a : D ≥ 0.9 ,
            or a : C ≥ 0.6 and a : D ≥ 1 .
        ¨
    In Godel implication, we have a similar problem.


  F. Bobillo (DIIS, Unizar)   Representations of Tractable Fuzzy DLs   URSW 2010   5/9
The case of Zadeh fuzzy logic


Property
In Zadeh fuzzy logic, a fuzzy DL language X is closed under reduction
iff it includes GCIs and role hierarchies.

     This result applies to OWL 2 EL, OWL 2 QL, and OWL 2 RL.

Example
     Let us assume the language ALC.
     Since ALC does not contain role hierarchies, the property fails.
     Hence, fuzzy ALC is not closed under reduction.
     This is intuitive, because the crisp representations contains role
     hierarchies (R≥α R≥β ), which are not part of ALC.

   F. Bobillo (DIIS, Unizar)   Representations of Tractable Fuzzy DLs   URSW 2010   5/9
¨
The case of Godel fuzzy logic



Property
In Godel fuzzy logic, a fuzzy DL language X is closed under reduction
       ¨
iff it verifies each of the following conditions:
     X includes GCIs.
     X includes role hierarchies.
     If X includes universal restrictions, then it also include conjunction.

     This result applies to OWL 2 EL, OWL 2 QL, and OWL 2 RL.




   F. Bobillo (DIIS, Unizar)   Representations of Tractable Fuzzy DLs   URSW 2010   6/9
The case of Łukasiewicz fuzzy logic
Property
In Łukasiewicz fuzzy logic, a fuzzy DL language X is not closed under
reduction if it verifies some of the following conditions:
     X does not include GCIs.
     X does not include role hierarchies.
     X includes one and only one of disjunction and conjunction.
     X includes existential restrictions, but not disjunction.
     X includes universal restrictions, but not conjunction.

     This result applies to OWL 2 EL, OWL 2 QL, and OWL 2 RL.
             OWL 2 EL / OWL 2 QL support conjunction but not disjunction.
             OWL 2 RL allows intersection as a superclass expression, but
             it does not allow disjunction there.
     We only have a partial result.
             We only know a crisp representation for Łn ALCHOI.
   F. Bobillo (DIIS, Unizar)   Representations of Tractable Fuzzy DLs   URSW 2010   7/9
Size of the crisp representations
               ¨
    Zadeh and Godel OWL 2 QL:
            Crisp representations are in crisp OWL 2 QL.
            A crisp ontology with an ABox with the same size of the fuzzy one.
                    The complexity of reasoning depends on the number of assertions.
            TBox and RBox are larger than the original fuzzy ones.
               ¨
    Zadeh and Godel OWL 2 EL / OWL 2 RL:
            Crisp representations are in crisp OWL 2 EL / RL.
            TBox and RBox are larger than the original fuzzy ones.
                    Reasoning depends on the size of the ontology.
      ¨
    Godel OWL 2 RL makes concept expressions larger than
    Zadeh, because of universal restrictions.
              ¨
            Godel OWL 2 EL / QL do not, since there are not universal
            restrictions.
    It is specially important to use optimized crisp representa-
    tions (e.g., do not consider domain/range axioms as GCIs).
  F. Bobillo (DIIS, Unizar)    Representations of Tractable Fuzzy DLs    URSW 2010     8/9
Comments?

Thank you very much for your attention




  F. Bobillo (DIIS, Unizar)   Representations of Tractable Fuzzy DLs   URSW 2010   9/9

More Related Content

Similar to Tractability of the Crisp Representations of Tractable Fuzzy Description Logics

Representing and Reasoning with Modular Ontologies (2007)
Representing and Reasoning with Modular Ontologies (2007)Representing and Reasoning with Modular Ontologies (2007)
Representing and Reasoning with Modular Ontologies (2007)Jie Bao
 
Semantic Web languages: Expressivity vs scalability
Semantic Web languages: Expressivity vs scalabilitySemantic Web languages: Expressivity vs scalability
Semantic Web languages: Expressivity vs scalabilitynvitucci
 
A Semantic Importing Approach to Knowledge Reuse from Multiple Ontologies
A Semantic Importing Approach to Knowledge Reuse from Multiple OntologiesA Semantic Importing Approach to Knowledge Reuse from Multiple Ontologies
A Semantic Importing Approach to Knowledge Reuse from Multiple OntologiesJie Bao
 
Relational Patterns in OWL and their application to OBO
Relational Patterns in OWL and their application to OBORelational Patterns in OWL and their application to OBO
Relational Patterns in OWL and their application to OBOMichel Dumontier
 
Jarrar: OWL -Web Ontology Language
Jarrar: OWL -Web Ontology LanguageJarrar: OWL -Web Ontology Language
Jarrar: OWL -Web Ontology LanguageMustafa Jarrar
 
Conservative Extensions and Modularity in Ontologies
Conservative Extensions and Modularity in OntologiesConservative Extensions and Modularity in Ontologies
Conservative Extensions and Modularity in OntologiesJie Bao
 
Semantic Modelling using Semantic Web Technology
Semantic Modelling using Semantic Web TechnologySemantic Modelling using Semantic Web Technology
Semantic Modelling using Semantic Web TechnologyRinke Hoekstra
 

Similar to Tractability of the Crisp Representations of Tractable Fuzzy Description Logics (8)

Representing and Reasoning with Modular Ontologies (2007)
Representing and Reasoning with Modular Ontologies (2007)Representing and Reasoning with Modular Ontologies (2007)
Representing and Reasoning with Modular Ontologies (2007)
 
Semantic Web languages: Expressivity vs scalability
Semantic Web languages: Expressivity vs scalabilitySemantic Web languages: Expressivity vs scalability
Semantic Web languages: Expressivity vs scalability
 
Semantic web Technology
Semantic web TechnologySemantic web Technology
Semantic web Technology
 
A Semantic Importing Approach to Knowledge Reuse from Multiple Ontologies
A Semantic Importing Approach to Knowledge Reuse from Multiple OntologiesA Semantic Importing Approach to Knowledge Reuse from Multiple Ontologies
A Semantic Importing Approach to Knowledge Reuse from Multiple Ontologies
 
Relational Patterns in OWL and their application to OBO
Relational Patterns in OWL and their application to OBORelational Patterns in OWL and their application to OBO
Relational Patterns in OWL and their application to OBO
 
Jarrar: OWL -Web Ontology Language
Jarrar: OWL -Web Ontology LanguageJarrar: OWL -Web Ontology Language
Jarrar: OWL -Web Ontology Language
 
Conservative Extensions and Modularity in Ontologies
Conservative Extensions and Modularity in OntologiesConservative Extensions and Modularity in Ontologies
Conservative Extensions and Modularity in Ontologies
 
Semantic Modelling using Semantic Web Technology
Semantic Modelling using Semantic Web TechnologySemantic Modelling using Semantic Web Technology
Semantic Modelling using Semantic Web Technology
 

More from Rommel Carvalho

Ouvidoria de Balcão vs Ouvidoria Digital: Desafios na Era Big Data
Ouvidoria de Balcão vs Ouvidoria Digital: Desafios na Era Big DataOuvidoria de Balcão vs Ouvidoria Digital: Desafios na Era Big Data
Ouvidoria de Balcão vs Ouvidoria Digital: Desafios na Era Big DataRommel Carvalho
 
Como transformar servidores em cientistas de dados e diminuir a distância ent...
Como transformar servidores em cientistas de dados e diminuir a distância ent...Como transformar servidores em cientistas de dados e diminuir a distância ent...
Como transformar servidores em cientistas de dados e diminuir a distância ent...Rommel Carvalho
 
Proposta de Modelo de Classificação de Riscos de Contratos Públicos
Proposta de Modelo de Classificação de Riscos de Contratos PúblicosProposta de Modelo de Classificação de Riscos de Contratos Públicos
Proposta de Modelo de Classificação de Riscos de Contratos PúblicosRommel Carvalho
 
Categorização de achados em auditorias de TI com modelos supervisionados e nã...
Categorização de achados em auditorias de TI com modelos supervisionados e nã...Categorização de achados em auditorias de TI com modelos supervisionados e nã...
Categorização de achados em auditorias de TI com modelos supervisionados e nã...Rommel Carvalho
 
Mapeamento de risco de corrupção na administração pública federal
Mapeamento de risco de corrupção na administração pública federalMapeamento de risco de corrupção na administração pública federal
Mapeamento de risco de corrupção na administração pública federalRommel Carvalho
 
Ciência de Dados no Combate à Corrupção
Ciência de Dados no Combate à CorrupçãoCiência de Dados no Combate à Corrupção
Ciência de Dados no Combate à CorrupçãoRommel Carvalho
 
Aplicação de técnicas de mineração de textos para classificação automática de...
Aplicação de técnicas de mineração de textos para classificação automática de...Aplicação de técnicas de mineração de textos para classificação automática de...
Aplicação de técnicas de mineração de textos para classificação automática de...Rommel Carvalho
 
Filiação partidária e risco de corrupção de servidores públicos federais
Filiação partidária e risco de corrupção de servidores públicos federaisFiliação partidária e risco de corrupção de servidores públicos federais
Filiação partidária e risco de corrupção de servidores públicos federaisRommel Carvalho
 
Uso de mineração de dados e textos para cálculo de preços de referência em co...
Uso de mineração de dados e textos para cálculo de preços de referência em co...Uso de mineração de dados e textos para cálculo de preços de referência em co...
Uso de mineração de dados e textos para cálculo de preços de referência em co...Rommel Carvalho
 
Detecção preventiva de fracionamento de compras
Detecção preventiva de fracionamento de comprasDetecção preventiva de fracionamento de compras
Detecção preventiva de fracionamento de comprasRommel Carvalho
 
Identificação automática de tipos de pedidos mais frequentes da LAI
Identificação automática de tipos de pedidos mais frequentes da LAIIdentificação automática de tipos de pedidos mais frequentes da LAI
Identificação automática de tipos de pedidos mais frequentes da LAIRommel Carvalho
 
BMAW 2014 - Using Bayesian Networks to Identify and Prevent Split Purchases i...
BMAW 2014 - Using Bayesian Networks to Identify and Prevent Split Purchases i...BMAW 2014 - Using Bayesian Networks to Identify and Prevent Split Purchases i...
BMAW 2014 - Using Bayesian Networks to Identify and Prevent Split Purchases i...Rommel Carvalho
 
URSW 2013 - UMP-ST plug-in
URSW 2013 - UMP-ST plug-inURSW 2013 - UMP-ST plug-in
URSW 2013 - UMP-ST plug-inRommel Carvalho
 
Integração do Portal da Copa @ Comissão CMA do Senado Federal
Integração do Portal da Copa @ Comissão CMA do Senado FederalIntegração do Portal da Copa @ Comissão CMA do Senado Federal
Integração do Portal da Copa @ Comissão CMA do Senado FederalRommel Carvalho
 
Dados Abertos Governamentais
Dados Abertos GovernamentaisDados Abertos Governamentais
Dados Abertos GovernamentaisRommel Carvalho
 
Modeling a Probabilistic Ontology for Maritime Domain Awareness
Modeling a Probabilistic Ontology for Maritime Domain AwarenessModeling a Probabilistic Ontology for Maritime Domain Awareness
Modeling a Probabilistic Ontology for Maritime Domain AwarenessRommel Carvalho
 
Probabilistic Ontology: Representation and Modeling Methodology
Probabilistic Ontology: Representation and Modeling MethodologyProbabilistic Ontology: Representation and Modeling Methodology
Probabilistic Ontology: Representation and Modeling MethodologyRommel Carvalho
 
SWRL-F - A Fuzzy Logic Extension of the Semantic Web Rule Language
SWRL-F - A Fuzzy Logic Extension of the Semantic Web Rule LanguageSWRL-F - A Fuzzy Logic Extension of the Semantic Web Rule Language
SWRL-F - A Fuzzy Logic Extension of the Semantic Web Rule LanguageRommel Carvalho
 
Default Logics for Plausible Reasoning with Controversial Axioms
Default Logics for Plausible Reasoning with Controversial AxiomsDefault Logics for Plausible Reasoning with Controversial Axioms
Default Logics for Plausible Reasoning with Controversial AxiomsRommel Carvalho
 

More from Rommel Carvalho (20)

Ouvidoria de Balcão vs Ouvidoria Digital: Desafios na Era Big Data
Ouvidoria de Balcão vs Ouvidoria Digital: Desafios na Era Big DataOuvidoria de Balcão vs Ouvidoria Digital: Desafios na Era Big Data
Ouvidoria de Balcão vs Ouvidoria Digital: Desafios na Era Big Data
 
Como transformar servidores em cientistas de dados e diminuir a distância ent...
Como transformar servidores em cientistas de dados e diminuir a distância ent...Como transformar servidores em cientistas de dados e diminuir a distância ent...
Como transformar servidores em cientistas de dados e diminuir a distância ent...
 
Proposta de Modelo de Classificação de Riscos de Contratos Públicos
Proposta de Modelo de Classificação de Riscos de Contratos PúblicosProposta de Modelo de Classificação de Riscos de Contratos Públicos
Proposta de Modelo de Classificação de Riscos de Contratos Públicos
 
Categorização de achados em auditorias de TI com modelos supervisionados e nã...
Categorização de achados em auditorias de TI com modelos supervisionados e nã...Categorização de achados em auditorias de TI com modelos supervisionados e nã...
Categorização de achados em auditorias de TI com modelos supervisionados e nã...
 
Mapeamento de risco de corrupção na administração pública federal
Mapeamento de risco de corrupção na administração pública federalMapeamento de risco de corrupção na administração pública federal
Mapeamento de risco de corrupção na administração pública federal
 
Ciência de Dados no Combate à Corrupção
Ciência de Dados no Combate à CorrupçãoCiência de Dados no Combate à Corrupção
Ciência de Dados no Combate à Corrupção
 
Aplicação de técnicas de mineração de textos para classificação automática de...
Aplicação de técnicas de mineração de textos para classificação automática de...Aplicação de técnicas de mineração de textos para classificação automática de...
Aplicação de técnicas de mineração de textos para classificação automática de...
 
Filiação partidária e risco de corrupção de servidores públicos federais
Filiação partidária e risco de corrupção de servidores públicos federaisFiliação partidária e risco de corrupção de servidores públicos federais
Filiação partidária e risco de corrupção de servidores públicos federais
 
Uso de mineração de dados e textos para cálculo de preços de referência em co...
Uso de mineração de dados e textos para cálculo de preços de referência em co...Uso de mineração de dados e textos para cálculo de preços de referência em co...
Uso de mineração de dados e textos para cálculo de preços de referência em co...
 
Detecção preventiva de fracionamento de compras
Detecção preventiva de fracionamento de comprasDetecção preventiva de fracionamento de compras
Detecção preventiva de fracionamento de compras
 
Identificação automática de tipos de pedidos mais frequentes da LAI
Identificação automática de tipos de pedidos mais frequentes da LAIIdentificação automática de tipos de pedidos mais frequentes da LAI
Identificação automática de tipos de pedidos mais frequentes da LAI
 
BMAW 2014 - Using Bayesian Networks to Identify and Prevent Split Purchases i...
BMAW 2014 - Using Bayesian Networks to Identify and Prevent Split Purchases i...BMAW 2014 - Using Bayesian Networks to Identify and Prevent Split Purchases i...
BMAW 2014 - Using Bayesian Networks to Identify and Prevent Split Purchases i...
 
A GUI for MLN
A GUI for MLNA GUI for MLN
A GUI for MLN
 
URSW 2013 - UMP-ST plug-in
URSW 2013 - UMP-ST plug-inURSW 2013 - UMP-ST plug-in
URSW 2013 - UMP-ST plug-in
 
Integração do Portal da Copa @ Comissão CMA do Senado Federal
Integração do Portal da Copa @ Comissão CMA do Senado FederalIntegração do Portal da Copa @ Comissão CMA do Senado Federal
Integração do Portal da Copa @ Comissão CMA do Senado Federal
 
Dados Abertos Governamentais
Dados Abertos GovernamentaisDados Abertos Governamentais
Dados Abertos Governamentais
 
Modeling a Probabilistic Ontology for Maritime Domain Awareness
Modeling a Probabilistic Ontology for Maritime Domain AwarenessModeling a Probabilistic Ontology for Maritime Domain Awareness
Modeling a Probabilistic Ontology for Maritime Domain Awareness
 
Probabilistic Ontology: Representation and Modeling Methodology
Probabilistic Ontology: Representation and Modeling MethodologyProbabilistic Ontology: Representation and Modeling Methodology
Probabilistic Ontology: Representation and Modeling Methodology
 
SWRL-F - A Fuzzy Logic Extension of the Semantic Web Rule Language
SWRL-F - A Fuzzy Logic Extension of the Semantic Web Rule LanguageSWRL-F - A Fuzzy Logic Extension of the Semantic Web Rule Language
SWRL-F - A Fuzzy Logic Extension of the Semantic Web Rule Language
 
Default Logics for Plausible Reasoning with Controversial Axioms
Default Logics for Plausible Reasoning with Controversial AxiomsDefault Logics for Plausible Reasoning with Controversial Axioms
Default Logics for Plausible Reasoning with Controversial Axioms
 

Tractability of the Crisp Representations of Tractable Fuzzy Description Logics

  • 1. Tractability of the Crisp Representations of Tractable Fuzzy Description Logics Fernando Bobillo fbobillo@unizar.es Department of Computer Science and Systems Engineering University of Zaragoza, Spain Joint research with M. Delgado (DECSAI, University of Granada, Spain) URSW 2010 Shanghai (China) November 2010 F. Bobillo (DIIS, Unizar) Representations of Tractable Fuzzy DLs URSW 2010 1/9
  • 2. Introduction Classical ontology languages are not appropriate to deal with vagueness or imprecision in the knowledge. Solution: Fuzzy Description Logics (DLs). An important line of research is the computation of an equivalent crisp representation of a fuzzy ontology. This way, it is possible to reason with the obtained crisp ontology, making it possible to reuse classical ontology languages, DL reasoners, and other resources. It is possible to reason with very expressive fuzzy DLs, and with different fuzzy logics: Zadeh ¨ Godel Łukasiewicz Our goal is to study some property (tractability) of the crisp representations of fuzzy ontologies. Fuzzy DLs F. Bobillo (DIIS, Unizar) Representations of Tractable URSW 2010 2/9
  • 3. Tractable DLs Expressive power compromised for the efficiency of reasoning. The standard language OWL 2 has 3 fragments (profiles): OWL 2 EL OWL 2 QL OWL 2 RL Complexity: OWL 2 EL, OWL 2 RL: polynomial time w.r.t. the ontology size. OWL 2 QL: L OG S PACE w.r.t. the size of the ABox. F. Bobillo (DIIS, Unizar) Representations of Tractable Fuzzy DLs URSW 2010 3/9
  • 4. Tractable DLs Relation of some OWL 2 constructors and its profiles: OWL 2 OWL 2 EL OWL 2 QL OWL 2 RL Class ObjectIntersectionOf restricted ObjectUnionOf restricted ObjectComplementOf restricted restricted ObjectAllValuesFrom restricted ObjectSomeValuesFrom restricted restricted DataAllValuesFrom restricted DataSomeValuesFrom restricted ... ObjectProperty DatatypeProperty ... ClassAssertion ObjectPropertyAssertion SubClassOf SubObjectPropertyOf SubDataPropertyOf ... F. Bobillo (DIIS, Unizar) Representations of Tractable Fuzzy DLs URSW 2010 3/9
  • 5. Motivation Definition A fuzzy DL language X is closed under reduction iff the crisp representation of a fuzzy ontology in X is in the (crisp) DL language X . Sometimes, fuzzy DL languages are closed under reduction. The objective of this paper is to determine in a precise way when this property holds, focusing on tractable fuzzy DLs. F. Bobillo (DIIS, Unizar) Representations of Tractable Fuzzy DLs URSW 2010 4/9
  • 6. The case of Zadeh fuzzy logic Zadeh logic makes it possible to obtain smaller crisp ¨ representations than with Godel and Łukasiewicz logics. Example: From a : C D ≥ 0.6 we can deduce both a : C ≥ 0.6 and a : D ≥ 0.6 . In Łukasiewicz logic, this is not possible, and we have to build a disjunction over all the possibilities. From a : C D ≥ 0.6 , deduce a : C ≥ 1 and a : D ≥ 0.6 , or a : C ≥ 0.9 and a : D ≥ 0.7 , or a : C ≥ 0.8 and a : D ≥ 0.8 , or a : C ≥ 0.7 and a : D ≥ 0.9 , or a : C ≥ 0.6 and a : D ≥ 1 . ¨ In Godel implication, we have a similar problem. F. Bobillo (DIIS, Unizar) Representations of Tractable Fuzzy DLs URSW 2010 5/9
  • 7. The case of Zadeh fuzzy logic Property In Zadeh fuzzy logic, a fuzzy DL language X is closed under reduction iff it includes GCIs and role hierarchies. This result applies to OWL 2 EL, OWL 2 QL, and OWL 2 RL. Example Let us assume the language ALC. Since ALC does not contain role hierarchies, the property fails. Hence, fuzzy ALC is not closed under reduction. This is intuitive, because the crisp representations contains role hierarchies (R≥α R≥β ), which are not part of ALC. F. Bobillo (DIIS, Unizar) Representations of Tractable Fuzzy DLs URSW 2010 5/9
  • 8. ¨ The case of Godel fuzzy logic Property In Godel fuzzy logic, a fuzzy DL language X is closed under reduction ¨ iff it verifies each of the following conditions: X includes GCIs. X includes role hierarchies. If X includes universal restrictions, then it also include conjunction. This result applies to OWL 2 EL, OWL 2 QL, and OWL 2 RL. F. Bobillo (DIIS, Unizar) Representations of Tractable Fuzzy DLs URSW 2010 6/9
  • 9. The case of Łukasiewicz fuzzy logic Property In Łukasiewicz fuzzy logic, a fuzzy DL language X is not closed under reduction if it verifies some of the following conditions: X does not include GCIs. X does not include role hierarchies. X includes one and only one of disjunction and conjunction. X includes existential restrictions, but not disjunction. X includes universal restrictions, but not conjunction. This result applies to OWL 2 EL, OWL 2 QL, and OWL 2 RL. OWL 2 EL / OWL 2 QL support conjunction but not disjunction. OWL 2 RL allows intersection as a superclass expression, but it does not allow disjunction there. We only have a partial result. We only know a crisp representation for Łn ALCHOI. F. Bobillo (DIIS, Unizar) Representations of Tractable Fuzzy DLs URSW 2010 7/9
  • 10. Size of the crisp representations ¨ Zadeh and Godel OWL 2 QL: Crisp representations are in crisp OWL 2 QL. A crisp ontology with an ABox with the same size of the fuzzy one. The complexity of reasoning depends on the number of assertions. TBox and RBox are larger than the original fuzzy ones. ¨ Zadeh and Godel OWL 2 EL / OWL 2 RL: Crisp representations are in crisp OWL 2 EL / RL. TBox and RBox are larger than the original fuzzy ones. Reasoning depends on the size of the ontology. ¨ Godel OWL 2 RL makes concept expressions larger than Zadeh, because of universal restrictions. ¨ Godel OWL 2 EL / QL do not, since there are not universal restrictions. It is specially important to use optimized crisp representa- tions (e.g., do not consider domain/range axioms as GCIs). F. Bobillo (DIIS, Unizar) Representations of Tractable Fuzzy DLs URSW 2010 8/9
  • 11. Comments? Thank you very much for your attention F. Bobillo (DIIS, Unizar) Representations of Tractable Fuzzy DLs URSW 2010 9/9