[DIG-users] Problem with accessing RACER via DIG interface
Brought to you by:
dturi
From: Gennaro B. <gen...@im...> - 2004-06-03 16:50:47
|
Hello everybody, As the subject of my mail explains, I have a problem using the DIG interface for accesing RACER. Let me explain better... What I need to do is accessing an existing ontology by using the DIG interface without be forced to create a new one (newKB) and fill it by using "tells" commands. In my example, I loaded it through the RACER TCP interface by using the following command (daml-read-document "http://www-lsr.imag.fr/Les.Personnes/Gennaro.Bruno/family1.daml") Now, what URI do I have to use for posing ASK QUERIES through the DIG interface? I asked for it because if I use "http://www-lsr.imag.fr/Les.Personnes/Gennaro.Bruno/family1" as URI it does not work. This is an example: <?xml version="1.0" encoding="UTF-8"?> <asks xmlns="http://dl.kr.org/dig/lang" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://dl.kr.org/dig/lang http://potato.cs.man.ac.uk/dig/level0/dig.xsd" uri="http://www-lsr.imag.fr/Les.Personnes/Gennaro.Bruno/family1"> <allConceptNames id="q1"/> <allRoleNames id="q2"/> <allIndividuals id="q3"/> </asks> and this is the response HTTP/1.1 100 Continue HTTP/1.1 200 OK content-length: 350 content-type: text/xml server: CL-HTTP/70.180 (LispWorks; 1.8.9) date: Thu, 03 Jun 2004 14:27:31 GMT content-location: http://129.88.39.33:8080/ <?xml version="1.0" encoding="UTF-8"?> <error message="No such knowledge base known: http://www-lsr.imag.fr/Les.Personnes/Gennaro.Bruno/family1"/> <error message="Cannot handle tag http://dl.kr.org/dig/lang#allConceptNames"/> <error message="Cannot handle tag http://dl.kr.org/dig/lang#allRoleNames"/> <error message="Cannot handle tag http://dl.kr.org/dig/lang#allIndividuals"/> How can I access this KB through the DIG interface? Is this possible? If so what URI do I have to use to access it? Thank you in advance for your answers. Sincerely, Gennaro Bruno |