Sunday, April 23, 2017

First try at loading FOAF and configuring service_properties for PowerAqua

In service_properties.xml

<REPOSITORY>
      <SERVER>
        http://localhost:8080/openrdf-sesame/
      </SERVER>
      <PROXY></PROXY>
      <PORT>80</PORT>
      <LOGIN></LOGIN>
      <PASSWORD></PASSWORD>
      <PLUGIN_TYPE>sesame</PLUGIN_TYPE>
      <REPOSITORY_NAME>http://localhost:8080/openrdf-sesame/repositories/foaf</REPOSITORY_NAME>
      <TYPE>OWL</TYPE>
</REPOSITORY>

I created the repository at http://localhost:8080/openrdf-sesame/repositories/foaf

But I did all of the above manually. The instructions for PowerAqua suggest using a script called createSesame2Repository.sh .

No comments:

Post a Comment