View Javadoc
1   package de.dlr.shepard.semantics;
2   
3   public enum SemanticRepositoryType {
4     SPARQL,
5     JSKOS,
6     SKOSMOS,
7   }