[Home] [By Thread] [By Date] [Recent Entries]

  • To: xml-dev@l...
  • Subject: ANN: OWL API (Java version and XSLT version)
  • From: "Roger L. Costello" <costello@m...>
  • Date: Sun, 08 Jun 2003 10:09:37 -0400
  • Cc: "Costello,Roger L." <costello@m...>
  • Organization: The MITRE Corporation

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) {?}

/Roger


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member