Lines Matching refs:SWRL
80 import org.mindswap.owl.vocabulary.SWRL;
295 new ListConverter(AtomListImpl.class, SWRL.AtomListVocabulary);
297 new GenericOWLSConverter(ClassAtomImpl.class, SWRL.ClassAtom);
299 new GenericOWLSConverter(IndividualPropertyAtomImpl.class, SWRL.IndividualPropertyAtom);
301 new GenericOWLSConverter(DataPropertyAtomImpl.class, SWRL.DatavaluedPropertyAtom);
303 new GenericOWLSConverter(SameIndividualAtomImpl.class, SWRL.SameIndividualAtom);
305 new GenericOWLSConverter(DifferentIndividualsAtomImpl.class, SWRL.DifferentIndividualsAtom);
307 new GenericOWLSConverter(BuiltinAtomImpl.class, SWRL.BuiltinAtom);
314 new GenericOWLSConverter(SWRLIndividualVariableImpl.class, SWRL.Variable),
323 new GenericOWLSConverter(SWRLDataVariableImpl.class, SWRL.Variable),
558 // specificValue = OWLS.Expression.SWRL;
574 ind.hasProperty(OWLS.Expression.expressionLanguage, OWLS.Expression.SWRL);
580 ind.hasProperty(OWLS.Expression.expressionLanguage, OWLS.Expression.SWRL));