-
Notifications
You must be signed in to change notification settings - Fork 5
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
Serimi >> execution error #3
Comments
Hi, could you please send me the commands: rvm list The problem is due to wrong versions of gems or ruby. I will try to help you to solve it. |
Dear Mr Araujo, Thank you in advance for your help. The answers of : 2- ruby -v is: 3- jruby -v is: 4- gem list is: Concerning the gems: 2- jruby launcher 1.0.7-java: i cant install by the command: gem install jruby-launcher 1.0.7-java---- i get the following error: Im working on Ubuntu: Best Regards, |
Dear Tamouze, I have very limited time to help you. Try to use this version: https://github.com/samuraraujo/SondaSerimi I cannot help to debug it at the moment. Best, On Thu, Jul 9, 2015 at 6:04 PM, Tamouze [email protected] wrote:
|
Dear Mr Samuraraujo,
Im trying to use SERIMI. I uploaded two RDF datasets (Restaurant from OAEI2010). I put the proper http://dbpedia.org as Named Graph IRI for both datasets. When i execute the following command to interlink the restaurant instances:
Commande:
ruby serimi.rb -s http://dbpedia.org/sparql?default-graph-uri=http://dbpedia.org -t http://dbpedia.org/sparql?default-graph-uri=http://dbpedia.org -c http://dbpedia.org/restaurant
i get the following errors:
c:/SERIMI-RDF-Interlinking-master/active_rdf/lib/active_rdf/objectmanager/bnode
rb:1: uninitialized constant RDFS (NameError)
from C:/Ruby187/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
gem_original_require' from C:/Ruby187/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
require'from c:/SERIMI-RDF-Interlinking-master/active_rdf/lib/active_rdf.rb:30
from C:/Ruby187/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
gem_original_require' from C:/Ruby187/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
require'from c:/SERIMI-RDF-Interlinking-master/active_rdf/lib/active_rdf/object
anager/object_manager.rb:1
from C:/Ruby187/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
gem_original_require' from C:/Ruby187/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
require'from c:/SERIMI-RDF-Interlinking-master/active_rdf/lib/active_rdf/object
anager/resource.rb:4
from C:/Ruby187/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
gem_original_require' from C:/Ruby187/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
require'from ./active_rdf/lib/active_rdf.rb:29
from ./initializer.rb:5:in
require' from ./initializer.rb:5 from ./serimi_class.rb:5:in
require'from ./serimi_class.rb:5
from serimi.rb:124:in `require'
from serimi.rb:124
Please can you help me to resolve these errors?
Thanks you
The text was updated successfully, but these errors were encountered: