Hi Folks, I have implemented an OWL API. It comes in two flavors: Java and XSLT. Here is the URL: http://www.xfront.com/owl/api/ Here is a summary of the API: public String getProperties(String classURI) {…} public String getEquivalentProperties(String propertyURI) {…} public String getSuperClasses(String classURI) {…} public String getPropertyTypes(String propertyURI) {…} public String getClassSpecificPropertyDefinitions(String classURI, String propertyURI) {…} public String getDomain(String propertyURI) {…} public String getRange(String propertyURI) {…} public String getInstances(String classURI) {…} public String getEquivalentClasses(String classURI) {…} /RogerReceived on Sunday, 8 June 2003 12:25:26 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:51:59 GMT