Hi Sergey,

In order to use remote sesame repository you need to edit the contents of your kim/config/owlim.ttl file. Here is an example:

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix rep: <http://www.openrdf.org/config/repository#>.
@prefix hr: <http://www.openrdf.org/config/repository/http#>.

rep:kim a rep:Repository ;
   rep:repositoryImpl [
      rep:repositoryType "openrdf:HTTPRepository" ;
      hr:repositoryID "kim" ;
hr:repositoryURL <http://example.com/openrdf-sesame/repositories/kim>
   ];
   rep:repositoryID "kim" ;
   rdfs:label "my remote sesame repository" .

The remote sesame repository is of type openrdf:HTTPRepository. The end of the repositoryURL is your sesame repository ID, so in the example repositoryID is set to "kim". As the remote sesame might be in your private network, make sure that the repositoryURL includes the web container port, i.e. <http://localhost:8080/openrdf-sesame/repositories/kim>

I hope this works for you.

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

Reply via email to