summaryrefslogtreecommitdiff
path: root/lib/dataset.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dataset.rb')
-rw-r--r--lib/dataset.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dataset.rb b/lib/dataset.rb
index 0baec2f..70edf1c 100644
--- a/lib/dataset.rb
+++ b/lib/dataset.rb
@@ -14,7 +14,7 @@ module OpenTox
def self.find(uri)
- if uri.match(/webservices.in-silico.ch|localhost|ot.dataset.de/) # try to get YAML first
+ if uri.match(/webservices.in-silico.ch|localhost|ot.dataset.de|opentox.informatik.uni-freiburg.de/) # try to get YAML first
d = YAML.load RestClient.get(uri, :accept => 'application/x-yaml').to_s
else # get default rdf+xml
owl = OpenTox::Owl.from_uri(uri)