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

The problem about Integrating RelFinder #51

Description

@GoogleCodeExporter
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions