Searched defs:nonNegativeInteger (Results 1 - 3 of 3) sorted by relevance
/owl-s/src/org/mindswap/owl/vocabulary/ | ||
H A D | XSD.java | 89 /** URI URI for xsd:nonNegativeInteger */
90 public static URI nonNegativeInteger = URI.create(ns + "nonNegativeInteger"); field in class:XSD 204 if (strType.equals(XSD.negativeInteger) || strType.equals(XSD.nonNegativeInteger) || 209 strType.equals(XSD.nonNegativeInteger) || strType.equals(XSD.negativeInteger) || |
/owl-s/lib/pellet/ | ||
H A D | pellet.jar | com/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ... |
/owl-s/lib/jena/ | ||
H A D | jena.jar | com/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ... |
Completed in 16 milliseconds