Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

The problem about Integrating RelFinder #51

Open
GoogleCodeExporter opened this issue Dec 5, 2015 · 0 comments
Open

The problem about Integrating RelFinder #51

GoogleCodeExporter opened this issue Dec 5, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 16 Apr 2014 at 9:43

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant