You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assert.IsTrue(issues.TrueForAll(iss =>string.Equals(iss.Description,"Detected object property axioms causing reserved owl:topObjectProperty property to not be the root object property of the ontology")));
Assert.IsTrue(issues.TrueForAll(iss =>string.Equals(iss.Description,"Detected object property axioms causing reserved owl:topObjectProperty property to not be the root object property of the ontology")));
Assert.IsTrue(issues.TrueForAll(iss =>string.Equals(iss.Description,"Detected data property axioms causing reserved owl:topDataProperty property to not be the root data property of the ontology")));
Assert.IsTrue(issues.TrueForAll(iss =>string.Equals(iss.Description,"Detected object property axioms causing reserved owl:bottomObjectProperty property to not be the bottom object property of the ontology")));
Assert.IsTrue(issues.TrueForAll(iss =>string.Equals(iss.Description,"Detected data property axioms causing reserved owl:bottomDataProperty property to not be the bottom data property of the ontology")));
0 commit comments