11/* This file is part of the FaCT++ DL reasoner
22Copyright (C) 2003-2015 Dmitry Tsarkov and The University of Manchester
33Copyright (C) 2015-2017 Dmitry Tsarkov
4- Copyright (C) 2021-2022 Ivan Rygaev and Tilde MI
4+ Copyright (C) 2021-2024 Ivan Rygaev and Tilde MI
55
66This library is free software; you can redistribute it and/or
77modify it under the terms of the GNU Lesser General Public
@@ -27,11 +27,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2727#include " SaveLoadManager.h"
2828#include " TripleGatherer.h"
2929
30- const char * ReasoningKernel :: Version = " 1.8.1 -SNAPSHOT" ;
30+ const char * ReasoningKernel :: Version = " 1.8.2 -SNAPSHOT" ;
3131const char * ReasoningKernel :: SupportedDL = " SROIQ(D)" ;
3232const char * ReasoningKernel :: Copyright =
33- " Copyright (C) Dmitry Tsarkov, Ivan Rygaev, 2002-2022 " ;
34- const char * ReasoningKernel :: ReleaseDate = " 21 June 2022 " ;
33+ " Copyright (C) Dmitry Tsarkov, Ivan Rygaev, 2002-2024 " ;
34+ const char * ReasoningKernel :: ReleaseDate = " 2 February 2024 " ;
3535
3636// print the FaCT++ information only once
3737static bool KernelFirstRun = true ;
@@ -1135,7 +1135,7 @@ void ReasoningKernel::getTriples(const std::string& q_subj_name, const std::stri
11351135
11361136 getORoleDomain (q_subj_o_role_exp, true , gatherer);
11371137 }
1138-
1138+
11391139 if (q_role_name.empty () || q_role_name == RDFS_RANGE)
11401140 {
11411141 TripleGatherer gatherer (&triples, true , RDFS_RANGE, q_subj_name.c_str (), [q_subj, q_obj_name, q_obj](const ClassifiableEntry* entry)
0 commit comments