dustinchang / relfinder

Automatically exported from code.google.com/p/relfinder
0 stars 0 forks source link

The problem about Integrating RelFinder #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello everyone,

I am a student working in Fraunhofer. As a part of my task, I should integrate 
the RelFinder to our project. 

I have an example RDF/XML output from Protégé  and import it to Fuseki 
server. Endpoint is localhost:3030/ds/query. RelFinder runs in the same server. 
The Path is http://localhost:3030/Ontology/RelFinder.swf . However, I cannot 
query anything by using query tool in RelFinder. It seems that RelFinder cannot 
attach the endpoint. But through http://yasgui.laurensrietveld.nl/  I can query 
the information from endpoint. Could you please give me some suggestions how 
can I resolve this issue? The configuration of RelFinder is like following

   <endpoint>
      <name>SFB_Product</name>
      <abbreviation>SP</abbreviation>
      <description>Ontology test for production</description>
      <endpointURI>http://localhost:3030/ds/query</endpointURI>
      <dontAppendSPARQL>true</dontAppendSPARQL>
      <isVirtuoso>false</isVirtuoso>
      <useProxy>true</useProxy>
      <method>GET</method>
      <autocompleteURIs>
        <autocompleteURI>http://www.w3.org/2000/01/rdf-schema#label</autocompleteURI>
      </autocompleteURIs>
      <autocompleteLanguage/>
      <abstractURIs>
        <abstractURI>http://www.w3.org/2002/12/cal/ical#description</abstractURI>
      </abstractURIs>
      <imageURIs>
                               <imageURIs>http://xmlns.com/foaf/0.1/depiction</imageURIs>
      </imageURIs>
      <linkURIs>
        <linkURI>http://xmlns.com/foaf/0.1/page</linkURI>
      </linkURIs>
      <maxRelationLength>2</maxRelationLength>
    </endpoint>  

Thanks lot for your help!

Best Regards!

Yi 

Original issue reported on code.google.com by yifa...@gmail.com on 16 Apr 2014 at 9:43