summaryrefslogtreecommitdiff
path: root/lib/owl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/owl.rb')
-rw-r--r--lib/owl.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/owl.rb b/lib/owl.rb
index a843e59..82d6e0e 100644
--- a/lib/owl.rb
+++ b/lib/owl.rb
@@ -16,7 +16,6 @@ module OpenTox
# reate an anonymous resource for metadata
# this has to be rewritten with an URI as soon as the resource has been saved at an definitive location
tmp = @model.create_resource
- @model.add tmp, RDF['type'], OWL['Ontology']
@model.add tmp, RDF['type'], OT[self.owl_class]
end