@prefix owl: . @prefix rdfs: . @prefix rdf: . @prefix : . <> "FuXi Reasoning Example". :DaPonteOperaOfMozart a owl:Class; owl:oneOf ( :Nozze_di_Figaro :Don_Giovanni :Cosi_fan_tutte ). :LivingBeing a owl:Class; owl:unionOf ( :Plant :Animal ). :Lion a :Animal. #The following inference should be triggered by the above statement: #{:Lion a :Animal.} => {:Lion a :LivingBeing}