Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant