Hi Valentina,

The namespaces in your sesame.inmem.conf file are not the right number. They should equal the number of imports. This may be the problem. I have a attached a copy of the file which should work.

Greetings,
Philip


Valentina De Vivo wrote:
Hi all,
Now the output of startKIM.bat is OK!
And my program recognizes well known words, like George Bush, but not R2D2 or VBE... :-(


Today I had a dozen tests, but KIM doesn't recognize my istances. I think there are some problems in sesame.inmem.conf, about 2006/05 or 2006/04... I don't know what it means... so I attach also my old sesame.inmem.conf (before I modified it).
Please, when you have time... check them.
Thansk so much,
Valentina


------------------------------------------------------------------------

_______________________________________________
Kim-discussion mailing list
Kim-discussion@ontotext.com
http://ontotext.com/mailman/listinfo/kim-discussion

<?xml version="1.0" encoding="ISO-8859-1"?>
<system-conf>
	<!-- users -->
	<userlist>
		<!-- User ID's 1 and 2 are reserved for the ADMIN and ANONYMOUS
		accounts respectively. Uncomment these accounts if you need them
		-->
		<user login="admin" id="1">
			<fullname>Admin</fullname>
			<password>admin</password>
		</user>
	</userlist>
	<!-- Set enabled attribute to "true" to enable RMI access.  	-->
	<rmi-factory enabled="true" class="com.ontotext.util.rmi.CustomFactory" port="1098"/>

	<!-- Change value to "ARP" to use ARP for parsing RDF/XML data -->
	<systemprop key="nl.aidministrator.sesame.rdfXmlParser" value="Sesame"/>

<log dir="../../log/sesame" level="3"/>

<!-- repositories -->
<repositorylist>

	<repository id="kim">
	   <title>PROTON In-MemSail</title>
	   <sailstack>
		<sail class="org.openrdf.sesame.sailimpl.OWLIMSchemaRepository">
			<param name="file" value="populated/rkb.nt"/>
			<param name="dataFormat" value="ntriples"/>
			<param name="compressFile" value="no"/>
			<param name="new-triples-file" value="populated/new-temp-triples.nt"/>
			<param name="auto-write-time-minutes" value="15"/>
			<param name="base-URL" value="http://www.ontotext.com/kim/2006/05/wkb#"/>
			<param name="partialRDFS" value="true"/>
			<param name="ruleset" value="kb/KIMRules.pie"/>

			<!-- semicolon should be used as delimiter -->
			<param name="imports" value=
				"kb/owl/owl.rdfs;
                         kb/owl/vbe.owl; 
                         kb/owl/in.space.owl;
                         kb/vbe.nt;
                         kb/in.space.nt;
				 kb/owl/protons.owl;
				 kb/owl/protont.owl;
				 kb/owl/protonu.owl;
				 kb/visibility.nt;
				 kb/wkb.nt;
				 kb/wkbx.nt;"/>
			<param name="defaultNS" value=
				"http://www.w3.org/2002/07/owl#;
                        http://vbe#;
                        http://in.space#;
                        http://vbe#;
                        http://in.space#;
				http://proton.semanticweb.org/2006/05/protons#;
				http://proton.semanticweb.org/2006/05/protont#;
				http://proton.semanticweb.org/2006/05/protonu#;
				http://www.ontotext.com/kim/2006/04/wkb#;
				http://www.ontotext.com/kim/2006/04/wkb#;
				http://www.ontotext.com/kim/2006/04/wkb#;"/>  
  			<param name="concurentInference" value="true"/>
		</sail>
	   </sailstack>

	   <!--Access Control List can contain zero or more 'user' elements-->
	   <acl worldReadable="true" worldWritable="true">
		  <user login="admin" readAccess="true" writeAccess="true"/>
	   </acl>
	</repository>

</repositorylist>
</system-conf>
_______________________________________________
Kim-discussion mailing list
Kim-discussion@ontotext.com
http://ontotext.com/mailman/listinfo/kim-discussion

Reply via email to