<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8582763</id><updated>2011-06-08T07:33:00.905+01:00</updated><title type='text'>dig</title><subtitle type='html'>Blog for the Description Logic Interface working group.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://dl-dig.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://dl-dig.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Daniele</name><uri>http://www.blogger.com/profile/03332192811175640131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8582763.post-111270292312445624</id><published>2005-04-05T13:04:00.000+01:00</published><updated>2005-04-05T13:08:43.126+01:00</updated><title type='text'>Ask v asks</title><content type='html'>When an &lt;span style="font-weight: bold;"&gt;asks&lt;/span&gt; element contains a single query it seems redundant to have an identifier for the query.&lt;br /&gt;I suggest the following:&lt;br /&gt;&lt;ul&gt;   &lt;li&gt;Introduce the verb &lt;span style="font-weight: bold;"&gt;ask&lt;/span&gt; to formulate a single query to the reasoner, without need for an identifier.&lt;/li&gt;   &lt;li&gt;Use &lt;span style="font-weight: bold;"&gt;asks&lt;/span&gt; only for multiple queries.&lt;/li&gt; &lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8582763-111270292312445624?l=dl-dig.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dl-dig.blogspot.com/feeds/111270292312445624/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8582763&amp;postID=111270292312445624' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/111270292312445624'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/111270292312445624'/><link rel='alternate' type='text/html' href='http://dl-dig.blogspot.com/2005/04/ask-v-asks.html' title='Ask v asks'/><author><name>Daniele</name><uri>http://www.blogger.com/profile/03332192811175640131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8582763.post-110986582740734625</id><published>2005-03-03T15:47:00.000Z</published><updated>2005-03-03T16:13:05.840Z</updated><title type='text'>Absorption results request</title><content type='html'>In order to implement precompletion in the instance store we need to have a handle on the state of the TBox after absorption. We therefore introduce four new verbs for DIG asks:&lt;br /&gt;&lt;ol&gt;   &lt;li&gt;allAbsorbedPrimitiveConceptDefinitions&lt;/li&gt;   &lt;li&gt;unabsorbableGCI&lt;/li&gt;   &lt;li&gt;allDomainRestrictions&lt;/li&gt;   &lt;li&gt;allRangeRestrictions&lt;/li&gt; &lt;/ol&gt; and corresponding verbs for DIG responses.&lt;br /&gt;&lt;br /&gt;For example:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&amp;lt;asks&lt;br /&gt; xmlns="&lt;a href="http://dl.kr.org/dig/2003/02/lang" target="_blank"&gt;http://dl.kr.org/dig/2003/02/lang&lt;/a&gt;"&lt;br /&gt; uri="urn:test#uri"&amp;gt;&lt;br /&gt; &amp;lt;allAbsorbedPrimitiveConceptDefinitions id="q1"/&amp;gt;&lt;br /&gt; &amp;lt;unabsorbableGCI id="q2"/&amp;gt;&lt;br /&gt;&amp;lt;/asks&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;responses xmlns="&lt;a href="http://dl.kr.org/dig/2003/02/lang" target="_blank"&gt;http://dl.kr.org/dig/2003/02/lang&lt;/a&gt;"&amp;gt;&lt;br /&gt; &amp;lt;absorbedPrimitiveConceptDefinitions id="q1"&amp;gt;&lt;br /&gt;     &amp;lt;absorbedPrimitiveConceptDefinition&amp;gt;&lt;br /&gt;         &amp;lt;catom name="d"/&amp;gt;&lt;br /&gt;         &amp;lt;and&amp;gt;&lt;br /&gt;             &amp;lt;catom name="e"/&amp;gt;&lt;br /&gt;             &amp;lt;catom name="f"/&amp;gt;&lt;br /&gt;         &amp;lt;/and&amp;gt;&lt;br /&gt;     &amp;lt;/absorbedPrimitiveConceptDefinition&amp;gt;&lt;br /&gt;     &amp;lt;absorbedPrimitiveConceptDefinition&amp;gt;&lt;br /&gt;         &amp;lt;catom name="a"/&amp;gt;&lt;br /&gt;         &amp;lt;catom name="b"/&amp;gt;&lt;br /&gt;     &amp;lt;/absorbedPrimitiveConceptDefinition&amp;gt;&lt;br /&gt;     &amp;lt;absorbedPrimitiveConceptDefinition&amp;gt;&lt;br /&gt;         &amp;lt;catom name="c"/&amp;gt;&lt;br /&gt;         &amp;lt;top/&amp;gt;&lt;br /&gt;     &amp;lt;/absorbedPrimitiveConceptDefinition&amp;gt;&lt;br /&gt; &amp;lt;/absorbedPrimitiveConceptDefinitions&amp;gt;&lt;br /&gt; &amp;lt;unabsorbed id="q2"&amp;gt;&lt;br /&gt;     &amp;lt;or&amp;gt;&lt;br /&gt;         &amp;lt;catom name="d"/&amp;gt;&lt;br /&gt;         &amp;lt;and&amp;gt;&lt;br /&gt;             &amp;lt;catom name="e"/&amp;gt;&lt;br /&gt;             &amp;lt;catom name="f"/&amp;gt;&lt;br /&gt;         &amp;lt;/and&amp;gt;&lt;br /&gt;     &amp;lt;/or&amp;gt;&lt;br /&gt; &amp;lt;/unabsorbed&amp;gt;&lt;br /&gt;&amp;lt;/responses&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8582763-110986582740734625?l=dl-dig.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dl-dig.blogspot.com/feeds/110986582740734625/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8582763&amp;postID=110986582740734625' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/110986582740734625'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/110986582740734625'/><link rel='alternate' type='text/html' href='http://dl-dig.blogspot.com/2005/03/absorption-results-request.html' title='Absorption results request'/><author><name>Daniele</name><uri>http://www.blogger.com/profile/03332192811175640131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8582763.post-110112844084530879</id><published>2004-11-22T13:59:00.000Z</published><updated>2004-11-22T13:00:40.846Z</updated><title type='text'>querying kb uris</title><content type='html'>A user request:&lt;br /&gt; &lt;br /&gt;Is there any possibility to obtain uri of earlier loaded knowledge base?&lt;br /&gt;For example I load some kb in Racer server from protege and afterwards, with using reasoners API, I want to get to know the uri of this kb.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8582763-110112844084530879?l=dl-dig.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dl-dig.blogspot.com/feeds/110112844084530879/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8582763&amp;postID=110112844084530879' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/110112844084530879'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/110112844084530879'/><link rel='alternate' type='text/html' href='http://dl-dig.blogspot.com/2004/11/querying-kb-uris.html' title='querying kb uris'/><author><name>Daniele</name><uri>http://www.blogger.com/profile/03332192811175640131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8582763.post-109811279993781919</id><published>2004-10-18T16:18:00.000+01:00</published><updated>2004-10-19T11:54:59.816+01:00</updated><title type='text'>tells</title><content type='html'>We must be able to tell OWL ontologies or fragments thereof:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&amp;lt;tells&lt;br /&gt;uri=&lt;a href="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/datatypes.html#anyURI"&gt;xsd:anyURI&lt;/a&gt;&lt;br /&gt;&amp;gt;&lt;br /&gt;&lt;i&gt;Content:&lt;/i&gt; (&lt;a href="http://www.w3.org/TR/2003/NOTE-owl-xmlsyntax-20030611/#owls_Ontology"&gt;Ontology&lt;/a&gt; |&lt;br /&gt;   &lt;a href="http://www.w3.org/TR/2003/NOTE-owl-xmlsyntax-20030611/#owls_ClassAxiom"&gt;	Class&lt;/a&gt; |&lt;br /&gt;	&lt;a href="http://www.w3.org/TR/2003/NOTE-owl-xmlsyntax-20030611/#owls_EnumeratedClass"&gt;EnumeratedClass&lt;/a&gt; |&lt;br /&gt;   &lt;a href="http://www.w3.org/TR/2003/NOTE-owl-xmlsyntax-20030611/#owls_SubClassOf"&gt;	SubClassOf&lt;/a&gt; |&lt;br /&gt;	&lt;a href="http://www.w3.org/TR/2003/NOTE-owl-xmlsyntax-20030611/#owls_EquivalentClasses"&gt;EquivalentClasses&lt;/a&gt; |&lt;br /&gt;	&lt;a href="http://www.w3.org/TR/2003/NOTE-owl-xmlsyntax-20030611/#owls_DisjointClasses"&gt;DisjointClasses&lt;/a&gt; |&lt;br /&gt;   &lt;a href="http://www.w3.org/TR/2003/NOTE-owl-xmlsyntax-20030611/#owls_DatatypeProperty"&gt;	DatatypeProperty&lt;/a&gt; | &lt;a href="http://www.w3.org/TR/2003/NOTE-owl-xmlsyntax-20030611/#owls_ObjectProperty"&gt;ObjectProperty&lt;/a&gt; |&lt;br /&gt;   &lt;a href="http://www.w3.org/TR/2003/NOTE-owl-xmlsyntax-20030611/#owls_SubPropertyOf"&gt;	SubPropertyOf&lt;/a&gt; | &lt;a href="http://www.w3.org/TR/2003/NOTE-owl-xmlsyntax-20030611/#owls_EquivalentProperties"&gt;EquivalentProperties&lt;/a&gt; |&lt;br /&gt;   &lt;a href="http://www.w3.org/TR/2003/NOTE-owl-xmlsyntax-20030611/#owls_Individual"&gt;	Individual&lt;/a&gt; | &lt;a href="http://www.w3.org/TR/2003/NOTE-owl-xmlsyntax-20030611/#owls_SameIndividual"&gt;SameIndividual&lt;/a&gt; |&lt;br /&gt;	&lt;a href="http://www.w3.org/TR/2003/NOTE-owl-xmlsyntax-20030611/#owls_DifferentIndividuals"&gt;DifferentIndividuals&lt;/a&gt;)*&lt;br /&gt;&amp;lt;/tells&amp;gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8582763-109811279993781919?l=dl-dig.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dl-dig.blogspot.com/feeds/109811279993781919/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8582763&amp;postID=109811279993781919' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109811279993781919'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109811279993781919'/><link rel='alternate' type='text/html' href='http://dl-dig.blogspot.com/2004/10/tells.html' title='tells'/><author><name>Daniele</name><uri>http://www.blogger.com/profile/03332192811175640131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8582763.post-109801428437608678</id><published>2004-10-17T12:58:00.000+01:00</published><updated>2004-10-17T12:58:04.376+01:00</updated><title type='text'></title><content type='html'>&lt;a href='http://photos1.blogger.com/img/2/1972/640/DSCN2231.jpg'&gt;&lt;img border='0' class='phostImg' src='http://photos1.blogger.com/img/2/1972/320/DSCN2231.jpg'&gt;&lt;/a&gt;&lt;br /&gt;Some of the participants at the DIG 2.0 f2f meeting in Manchester. Left to right: Jeff Pan, Daniele Turi, Ian Horrocks, Matthew Horridge, Dmitry Tsarkov, Birte Glimm, Sean Bechhofer&amp;nbsp;&lt;a href='http://www.hello.com/' target='ext'&gt;&lt;img src='http://photos1.blogger.com/pbh.gif' alt='Posted by Hello' border='0' style='border:0px;padding:0px;background:transparent;' align='absmiddle'&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8582763-109801428437608678?l=dl-dig.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dl-dig.blogspot.com/feeds/109801428437608678/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8582763&amp;postID=109801428437608678' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109801428437608678'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109801428437608678'/><link rel='alternate' type='text/html' href='http://dl-dig.blogspot.com/2004/10/some-of-participants-at-dig-2.html' title=''/><author><name>Ian</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/img/2/1972/320/ian.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8582763.post-109776708795048721</id><published>2004-10-14T16:13:00.000+01:00</published><updated>2004-10-15T12:00:21.970+01:00</updated><title type='text'>DIG 2.0 action plan</title><content type='html'>Produce informal plan and later submit it to W3C.&lt;br /&gt;&lt;br /&gt;Produce draft using same style as &lt;a href="http://owl.man.ac.uk/2003/concrete/latest/"&gt;http://owl.man.ac.uk/2003/concrete/latest/&lt;br /&gt;&lt;/a&gt;Base it on &lt;a href="http://www.w3.org/TR/owl-xmlsyntax/"&gt;OWL-XML&lt;/a&gt;.&lt;br /&gt;Sourceforge issue tracking mechanism will be used for discussion together with this blog.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8582763-109776708795048721?l=dl-dig.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dl-dig.blogspot.com/feeds/109776708795048721/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8582763&amp;postID=109776708795048721' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109776708795048721'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109776708795048721'/><link rel='alternate' type='text/html' href='http://dl-dig.blogspot.com/2004/10/dig-20-action-plan.html' title='DIG 2.0 action plan'/><author><name>Daniele</name><uri>http://www.blogger.com/profile/03332192811175640131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8582763.post-109775225651697683</id><published>2004-10-14T10:53:00.000+01:00</published><updated>2004-10-15T12:08:30.490+01:00</updated><title type='text'>DIG 2.0 meeting notes</title><content type='html'>Supporting DL reasoning rather than generic reasoning.&lt;br /&gt;General or ontology tools?&lt;br /&gt;--&gt; OWL people main customers.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Main novelty&lt;/span&gt; for DIG 2.0:&lt;br /&gt;&lt;blockquote&gt;use &lt;span style="font-style: italic;"&gt;OWL XML schema&lt;/span&gt; as much as possible.&lt;br /&gt;&lt;/blockquote&gt; Publish DIG 2.0 in its own namespace and just use XSLT.&lt;br /&gt;(Communicate with authors of OWL-XML.)&lt;br /&gt;&lt;br /&gt;This solves a lot problems with functionality additions.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Concrete domains&lt;/span&gt;/Data ranges.&lt;br /&gt;XML-schema datatypes already in OWL.&lt;br /&gt;Unary ok, but not n-ary. Postpone n-ary case for the moment.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Error codes&lt;/span&gt;.&lt;br /&gt;Follow suggestion in ID paper.&lt;br /&gt;Copy SOAP (new version). Apache Xerces. (SB.)&lt;br /&gt;&lt;br /&gt;Result v results -&gt;  result&lt;br /&gt;Response v responses -&gt; response&lt;br /&gt;&lt;br /&gt;Query everything and flag whether you want to reason or not.&lt;br /&gt;This means keep track in the reasoner of the asserted stuff.&lt;br /&gt;&lt;br /&gt;Allow client to ask for &lt;span style="font-weight: bold;"&gt;TBox in normalised form&lt;/span&gt;. (Eg absorbed.)&lt;br /&gt;The reasoner is free to answer back with the original kb.&lt;br /&gt;&lt;br /&gt;ID: strive for &lt;span style="font-weight: bold;"&gt;regularity&lt;/span&gt;. This can require extra effort, but might be worthwhile.&lt;br /&gt;Agreement on at least looking into all possible variations of verbs and constructs and then see what has to be in.&lt;br /&gt;&lt;br /&gt;Attribute values. We can assert that Mary's age is 45 but we cannot ask Mary's age.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;UNA&lt;/span&gt;. OWL does not support it. Add functionality to switch it on and off.&lt;br /&gt;Make clear this not OWL but using it to communicate with DL reasoners. Default not on but can be switched on. Or also make UNA relative to namespaces (IH). Maybe a feature too far for the moment.&lt;br /&gt;&lt;br /&gt;Add &lt;span style="font-weight: bold;"&gt;is_consistent&lt;/span&gt; kb_uri. (Implementation: just ask if Thing is equivalent to Nothing.)  Issues relative to ABox reasoning.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Role fillers&lt;/span&gt;. Hard from a reasoning pont of view. Regularisation issue again.&lt;br /&gt;&lt;br /&gt;Anonymous resources. No way of preserving the RDF B-node identities. Not wise pushing them into DL reasoner.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Anonymous individuals&lt;/span&gt; more interesting. Mark them out as such using a standard URI (as in OWL API). Thus Skolemise with &lt;span style="font-style: italic;"&gt;well-defined spec&lt;/span&gt; would do. Both system and client can generate identifiers for anonymous individuals. Use known algorithms to minimise possibility of name clashes. They will be treated specially by system and can be returned to queries. The client will have to handle the answers appropriately.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Query language&lt;/span&gt;.&lt;br /&gt;Add at later stage and make sure no clash with above treatment of anonymous individuals.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Parameters for reasoning behaviour&lt;/span&gt;.&lt;br /&gt;Get set of options from reasoner. Not for common options, which should be general names, but ok for lower level options. Problem is that different implementations can use lower level to control general options. Thus try to identify general options and allow for a back door allowing users to tweak beahaviour. Use property sets.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;KB management&lt;/span&gt; (eg is kb uri valid?).&lt;br /&gt;Multiple kbs managements. Problem is that we might move from a reasoner interface to a reasoner service.&lt;br /&gt;In industrial settings one needs to attach metadata to kbs. Provide this at least.&lt;br /&gt;Cannot use the fact that OWL ontologies have names because of incremental tells.&lt;br /&gt;Keep on using generated kburis. Recommend that &lt;span style="font-weight: bold;"&gt;never &lt;/span&gt;a kburi is reused. Racer seems to violate this.&lt;br /&gt;Ability to query metadata of kburi (last change, when created, etc). Make it optional.&lt;br /&gt;&lt;br /&gt;OWL schema very large (eg imports etc).&lt;br /&gt;We want to pick and choose the constructs we want.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Timings&lt;/span&gt;.&lt;br /&gt;Internal times. An extra attribute in response. Or statistics.&lt;br /&gt;Agreed on general requirement for performance information, but we will come back on actual syntax.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Serialise reasoner content&lt;/span&gt;.&lt;br /&gt;Difficult to make it generic. Enough to reload reasoner from client. Save and restore. Problem is that we assume the same reasoner is used. Complexity issues. Danger is we try and do too much.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Supported functionality&lt;/span&gt;.&lt;br /&gt;Tighten up specification of exiting verb. Again use property sets.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Zip&lt;/span&gt;.&lt;br /&gt;Use v deploy. Since we expect use of this we will test performance on fact++. Problem is all the options for compressing.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Checksums&lt;/span&gt;.&lt;br /&gt;Less needed if kburis unique.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Multiuser&lt;/span&gt;. Typical scenario one writer many readers. But we can do that with a service on top. Maybe the multiuser scenario does not make sense for DIG. Ask Cerebra people about their requirements.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Removing information from kb&lt;/span&gt;.&lt;br /&gt;Easy to do in the interface. Less so at the reasoner level. Support &lt;span style="font-style: italic;"&gt;untell&lt;/span&gt; but not &lt;span style="font-style: italic;"&gt;retract&lt;/span&gt;. Tricky to specify so better be on the safe side and make it as easy as possible for implementors. More like a text editing operation than anything else. This requires identifiers for atomic tells which is problematic. String matching also not very good, but we have to live with that.&lt;br /&gt;To be discussed further.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Checkpoints and rollback&lt;/span&gt;.&lt;br /&gt;Similar to the point above but easier to implement. Would make query of premises easier.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Temporary assertions&lt;/span&gt;.&lt;br /&gt;Put an extra argument in ask containing the temporary assertions.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;OWL extensions&lt;/span&gt; (eg SWRL).&lt;br /&gt;At least qualified cardinality restrictions and allDisjoints.&lt;br /&gt;Having moved to OWL anyway let us postpone further extensions.&lt;br /&gt;In general, we can go ahead and make them de facto standard.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8582763-109775225651697683?l=dl-dig.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dl-dig.blogspot.com/feeds/109775225651697683/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8582763&amp;postID=109775225651697683' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109775225651697683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109775225651697683'/><link rel='alternate' type='text/html' href='http://dl-dig.blogspot.com/2004/10/dig-20-meeting-notes.html' title='DIG 2.0 meeting notes'/><author><name>Daniele</name><uri>http://www.blogger.com/profile/03332192811175640131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8582763.post-109768110581556837</id><published>2004-10-13T16:25:00.000+01:00</published><updated>2004-10-13T16:25:05.816+01:00</updated><title type='text'>DIG 2.0 Specification Meeting</title><content type='html'>&lt;a href="http://dig.sourceforge.net/meeting.html"&gt;DIG 2.0 Specification Meeting&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8582763-109768110581556837?l=dl-dig.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dl-dig.blogspot.com/feeds/109768110581556837/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8582763&amp;postID=109768110581556837' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109768110581556837'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109768110581556837'/><link rel='alternate' type='text/html' href='http://dl-dig.blogspot.com/2004/10/dig-20-specification-meeting.html' title='DIG 2.0 Specification Meeting'/><author><name>Daniele</name><uri>http://www.blogger.com/profile/03332192811175640131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8582763.post-109766459164388317</id><published>2004-10-13T11:47:00.000+01:00</published><updated>2004-10-15T12:04:17.336+01:00</updated><title type='text'>Matthew Horridge's proposals</title><content type='html'>&lt;ol&gt;   &lt;li&gt;Determine whether or not a &lt;span style="font-weight: bold;"&gt;uri 'points' to a valid kb&lt;/span&gt; in the reasoner. (e.g.   &lt;validkb id="q0" uri="http://my.kb.com"&gt;validKB id="q0" uri="http://my.kb.com").&lt;/validkb&gt;&lt;/li&gt;   &lt;li&gt;Get the time that a kb was created.&lt;/li&gt;   &lt;li&gt;Determine the time of the last tell.&lt;/li&gt;   &lt;li&gt;Get a list of &lt;span style="font-weight: bold;"&gt;timings&lt;/span&gt; from the reasoner (e.g. time spent classifying a specific concept, which axioms caused 'bottle necks')&lt;/li&gt;   &lt;li&gt;Be able to &lt;span style="font-weight: bold;"&gt;serialise&lt;/span&gt; and reload the contents of the reasoner (security issues?)&lt;/li&gt;&lt;li&gt;Have a shortcut method of specifying &lt;span style="font-weight: bold;"&gt;inverse properties and functional properties&lt;/span&gt;.&lt;/li&gt;   &lt;li&gt;Have some method of representing &lt;span style="font-weight: bold;"&gt;cardinality restrictions on datatype properties&lt;/span&gt;.&lt;/li&gt;   &lt;li&gt;Have a proper method of representing &lt;span style="font-weight: bold;"&gt;hasValue&lt;/span&gt; restrictions for both object and datatype properties.&lt;/li&gt;   &lt;li&gt;Have some way of saying &lt;span style="font-weight: bold;"&gt;restriction(prop someValuesFrom(xsd:integer)).&lt;/span&gt;&lt;/li&gt;   &lt;li&gt;A recommendation that reasoners should &lt;span style="font-weight: bold;"&gt;explicitly list&lt;/span&gt; all of the elements (Lang, Tell, Ask etc.) that are supported (even if some elements can be inferred by the presence of others).&lt;/li&gt;   &lt;li&gt;Ability to have the option to send and receive compressed XML (&lt;span style="font-weight: bold;"&gt;zipped&lt;/span&gt; format or whatever) to the reasoner - for very large kb this might make a difference in the time spent transmitting large kbs/queries.&lt;/li&gt;   &lt;li&gt;&lt;span style="font-weight: bold;"&gt;Check sum&lt;/span&gt; for knowledge bases/ontologies - then we can identify whether our application side kb is synchronised with the reasoner kb.&lt;/li&gt;   &lt;li&gt;Provision for specifying &lt;span style="font-weight: bold;"&gt;data ranges&lt;/span&gt;  e.g.  hasTemperature &gt; 36.5.   &lt;/li&gt;&lt;li&gt;The ability to &lt;span style="font-weight: bold;"&gt;remove definitions and axioms from the knowledge base&lt;/span&gt;.&lt;/li&gt;  &lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8582763-109766459164388317?l=dl-dig.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dl-dig.blogspot.com/feeds/109766459164388317/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8582763&amp;postID=109766459164388317' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109766459164388317'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109766459164388317'/><link rel='alternate' type='text/html' href='http://dl-dig.blogspot.com/2004/10/matthew-horridges-proposals.html' title='Matthew Horridge&apos;s proposals'/><author><name>Daniele</name><uri>http://www.blogger.com/profile/03332192811175640131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8582763.post-109765725480072927</id><published>2004-10-13T09:45:00.000+01:00</published><updated>2004-10-15T12:03:23.446+01:00</updated><title type='text'>Dmitry Tsarkov's proposals</title><content type='html'>&lt;ol&gt;   &lt;li&gt;Allow clients to control reasoner's behaviour via options. I'll prepare a small presentation on how this can be done.&lt;/li&gt;   &lt;li&gt;Add queries about DL storage (get concept definitions, simplifications, normal forms etc).&lt;/li&gt;   &lt;li&gt;Add SWRL-like rules (as SWRL is going to be a W3C recommendation).&lt;/li&gt; &lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8582763-109765725480072927?l=dl-dig.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dl-dig.blogspot.com/feeds/109765725480072927/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8582763&amp;postID=109765725480072927' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109765725480072927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109765725480072927'/><link rel='alternate' type='text/html' href='http://dl-dig.blogspot.com/2004/10/dmitry-tsarkovs-proposals.html' title='Dmitry Tsarkov&apos;s proposals'/><author><name>Daniele</name><uri>http://www.blogger.com/profile/03332192811175640131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8582763.post-109765711080398896</id><published>2004-10-13T09:44:00.000+01:00</published><updated>2004-10-15T12:03:00.243+01:00</updated><title type='text'>Birte Glimm's proposals</title><content type='html'>&lt;ol&gt;   &lt;li&gt;Add a query language extension to the DIG standard? &lt;/li&gt;   &lt;li&gt;Add the possibility to specify temporary assertions, which are valid only for the time of a query.&lt;/li&gt; &lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8582763-109765711080398896?l=dl-dig.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dl-dig.blogspot.com/feeds/109765711080398896/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8582763&amp;postID=109765711080398896' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109765711080398896'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109765711080398896'/><link rel='alternate' type='text/html' href='http://dl-dig.blogspot.com/2004/10/birte-glimms-proposals.html' title='Birte Glimm&apos;s proposals'/><author><name>Daniele</name><uri>http://www.blogger.com/profile/03332192811175640131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8582763.post-109765698028669984</id><published>2004-10-13T09:40:00.000+01:00</published><updated>2004-10-15T12:02:41.073+01:00</updated><title type='text'>Ian Horrocks' proposals</title><content type='html'>&lt;ol&gt;   &lt;li&gt;KB syntax: should DIG use OWL syntax (either XML or RDF)?&lt;br /&gt;&lt;/li&gt;   &lt;li&gt;Extended functionality: in several applications we find ourselves writing code that duplicates functions performed within the classifier but not accessible via DIG, e.g., KB pre-processing tasks such as lexical normalisation and absorption.&lt;br /&gt;&lt;/li&gt;   &lt;li&gt;Extensions to OWL: if all DIG implementers start to support commonly requested extensions (e.g., qualified cardinality constraints, allDisjoint, complex role inclusions) they could become a de facto standard. &lt;/li&gt; &lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8582763-109765698028669984?l=dl-dig.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dl-dig.blogspot.com/feeds/109765698028669984/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8582763&amp;postID=109765698028669984' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109765698028669984'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109765698028669984'/><link rel='alternate' type='text/html' href='http://dl-dig.blogspot.com/2004/10/ian-horrocks-proposals.html' title='Ian Horrocks&apos; proposals'/><author><name>Daniele</name><uri>http://www.blogger.com/profile/03332192811175640131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8582763.post-109696599194389062</id><published>2004-10-05T09:45:00.000+01:00</published><updated>2004-10-13T09:59:23.796+01:00</updated><title type='text'>Property restriction "equal"</title><content type='html'>Add the property restriction&lt;br /&gt; &lt;blockquote&gt;equal n R E&lt;br /&gt;&lt;/blockquote&gt; to avoid having to use conjunctions of atleast and atmost.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8582763-109696599194389062?l=dl-dig.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dl-dig.blogspot.com/feeds/109696599194389062/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8582763&amp;postID=109696599194389062' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109696599194389062'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109696599194389062'/><link rel='alternate' type='text/html' href='http://dl-dig.blogspot.com/2004/10/property-restriction-equal.html' title='Property restriction &quot;equal&quot;'/><author><name>Daniele</name><uri>http://www.blogger.com/profile/03332192811175640131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8582763.post-109696416180748996</id><published>2004-10-05T09:16:00.000+01:00</published><updated>2004-10-13T09:40:02.623+01:00</updated><title type='text'>Ian Dickinson's report on DIG 1.1</title><content type='html'>&lt;a href="http://www.hpl.hp.com/techreports/2004/HPL-2004-85.html"&gt;Tech Report: HPL-2004-85: Implementation experience with the DIG 1.1 specification&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This contains a detailed analysis of problems encountered using DIG 1.1 and corresponding recommendations.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8582763-109696416180748996?l=dl-dig.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dl-dig.blogspot.com/feeds/109696416180748996/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8582763&amp;postID=109696416180748996' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109696416180748996'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109696416180748996'/><link rel='alternate' type='text/html' href='http://dl-dig.blogspot.com/2004/10/ian-dickinsons-report-on-dig-11.html' title='Ian Dickinson&apos;s report on DIG 1.1'/><author><name>Daniele</name><uri>http://www.blogger.com/profile/03332192811175640131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8582763.post-109689159048066897</id><published>2004-10-04T13:02:00.000+01:00</published><updated>2004-10-04T15:20:00.020+01:00</updated><title type='text'>Ask TBox and optimised TBox</title><content type='html'>For future versions of the &lt;a href="http://instancestore.man.ac.uk/"&gt;Instance Store&lt;/a&gt; we would need to ask the reasoner to return the current TBox and, possibly, the optimised TBox as well (which might be the same as the original TBox).&lt;br /&gt;&lt;br /&gt;The ask language should thus contain the following tags:&lt;br /&gt;&lt;ol&gt;   &lt;li&gt;tbox&lt;/li&gt;   &lt;li&gt;optimised_tbox&lt;br /&gt;  &lt;/li&gt; &lt;/ol&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8582763-109689159048066897?l=dl-dig.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dl-dig.blogspot.com/feeds/109689159048066897/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8582763&amp;postID=109689159048066897' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109689159048066897'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8582763/posts/default/109689159048066897'/><link rel='alternate' type='text/html' href='http://dl-dig.blogspot.com/2004/10/ask-tbox-and-optimised-tbox.html' title='Ask TBox and optimised TBox'/><author><name>Daniele</name><uri>http://www.blogger.com/profile/03332192811175640131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
