summaryrefslogtreecommitdiff
path: root/lib/environment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/environment.rb')
-rw-r--r--lib/environment.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/environment.rb b/lib/environment.rb
index 7ce6c7e..6100928 100644
--- a/lib/environment.rb
+++ b/lib/environment.rb
@@ -17,6 +17,12 @@ else
exit
end
+# RDF namespaces
+RDF = Redland::Namespace.new 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
+OWL = Redland::Namespace.new 'http://www.w3.org/2002/07/owl#'
+DC = Redland::Namespace.new 'http://purl.org/dc/elements/1.1/'
+OT = Redland::Namespace.new 'http://www.opentox.org/api/1.1#'
+
# configure redis database
=begin
begin