summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/opentox-client.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/opentox-client.rb b/lib/opentox-client.rb
index 1fe084b..b0d0dc9 100644
--- a/lib/opentox-client.rb
+++ b/lib/opentox-client.rb
@@ -16,6 +16,9 @@ RDF::OT = RDF::Vocabulary.new 'http://www.opentox.org/api/1.2#'
RDF::OT1 = RDF::Vocabulary.new 'http://www.opentox.org/api/1.1#'
RDF::OTA = RDF::Vocabulary.new 'http://www.opentox.org/algorithmTypes.owl#'
RDF::OLO = RDF::Vocabulary.new 'http://purl.org/ontology/olo/core#'
+RDF::TB = RDF::Vocabulary.new "http://onto.toxbank.net/api/"
+RDF::ISA = RDF::Vocabulary.new "http://onto.toxbank.net/isa/"
+RDF::OWL = RDF::Vocabulary.new "http://www.w3.org/2002/07/owl#"
CLASSES = ["Generic", "Compound", "Feature", "Dataset", "Algorithm", "Model", "Validation", "Task", "Investigation"]
RDF_FORMATS = [:rdfxml,:ntriples,:turtle]