diff --git a/ontology/FakeNewsScore.kif b/ontology/FakeNewsScore.kif index 0b97ce1..0c0e4a8 100644 --- a/ontology/FakeNewsScore.kif +++ b/ontology/FakeNewsScore.kif @@ -1,14 +1,12 @@ -(instance fakeNewsScore SNetAIService) +(instance fakeNewsScore NuNetEnabledSNetAIService) (documentation fakeNewsScore EnglishLanguage "Calls dependent services, calculates summary result from their outputs and calculates the overall probability that the provided content contains fake news") (hasDependency fakeNewsScore uclnlp) (hasInput fakeNewsScore uclnlpOutput) -; there should be a way to infer this from the previous axiom (hasDependency fakeNewsScore fnsBinaryClassifier) (hasInput fakeNewsScore fnsBinaryClassifierOutput) -; there should be a way to infer this from the previous axiom (hasOutput fakeNewsScore fakeNewsScoreOutput) (instance fakeNewsScoreOutputType DataType) diff --git a/ontology/NuNet.kif b/ontology/NuNet.kif index 1c53cd3..035b1e1 100644 --- a/ontology/NuNet.kif +++ b/ontology/NuNet.kif @@ -8,8 +8,7 @@ ) (instance ?SNetAIService NuNetEnabledSNetAIService) ) - -; includes many other prerequisites and special protobuf definitions +; may include many other requirements (subclass NuNetEnabledComputer Computer) (documentation NuNetEnabledComputer EnglishLanguage "A Computer which was onboarded to NuNet platfrom and complies to its requirements.")