- From: Hart, Lewis <lhart@grci.com>
- Date: Mon, 5 Nov 2001 08:22:26 -0500
- To: www-rdf-logic@w3.org
In theory, DAML-S is should be a collection of DAML+OIL ontologies for describing services, so yes you should be able to use the DAML API to process it. However, the DAML-S folks have chosen to actually use mostly RDFS to define there ontologies, so the DAML API does not process it very well. (DAML-S uses RDFS:Class rather than DAML:Class, RDF:Property rather than DAML:Property, and so on...) The attached XSLT file will transform the RDFS elements into their DAML equivalents. You can preprocess an RDFSish DAML file using the attached file using Xalan from <http://xml.apache.org/> http://xml.apache.org/ (or other XSL processor) then the DAML API can handle it. This transform will most likely be incorporated, in some form, into the next version of the DAML API. - Lewis ___________________________________________ Lewis L Hart GRC International lhart@grci.com 1900 Gallows Rd. Voice (703)506-5938 Vienna, Va 22182 Fax (703)556-4261 -----Original Message----- From: Abir Qasem [mailto:qasem770@db.erau.edu] Sent: Monday, November 05, 2001 7:09 AM To: Charlie Abela; www-rdf-logic@w3.org Subject: RE: DAML-S parsing A DAML+OIL API at http://grcinet.grci.com/maria/www/codipsite/Tools/Components.html <http://grcinet.grci.com/maria/www/codipsite/Tools/Components.html> This works good if you want to do a bit of customized parsing Abir Qasem ERAU -----Original Message----- From: www-rdf-logic-request@w3.org [mailto:www-rdf-logic-request@w3.org]On Behalf Of Charlie Abela Sent: Sunday, November 04, 2001 7:23 AM To: www-rdf-logic@w3.org Subject: DAML-S parsing Hi all. I am currently making some research for my final undergraduate thesis project. This involves matchmaking of web services over the semantic web. One of my priorities is to find a parser capable of parsing DAML and DAML-S. Anyone has an idea in this regard? Thanks Charlie
Received on Monday, 5 November 2001 08:22:53 UTC