summaryrefslogtreecommitdiff
path: root/validate-owl.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-05-12 19:19:46 +0200
committerChristoph Helma <helma@in-silico.ch>2011-05-12 19:19:46 +0200
commit58c449915b607783738ae86f5b5d6ea2b668a0ea (patch)
tree7c4c7919b43868a85fbe7223b4d050092bc13407 /validate-owl.rb
parentd2ca1d714686a23e9e27c9f2845de6cc03f12b73 (diff)
test fixed for linear fragments in regression bbrc
Diffstat (limited to 'validate-owl.rb')
-rw-r--r--validate-owl.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/validate-owl.rb b/validate-owl.rb
index 736531b..bfa2584 100644
--- a/validate-owl.rb
+++ b/validate-owl.rb
@@ -1,5 +1,3 @@
-#require 'nokogiri'
-
def validate_owl(uri, subjectid=nil)
if validator_available?
owl = OpenTox::RestClientWrapper.get(uri,{:accept => "application/rdf+xml",:subjectid => subjectid})