All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lspace.librarian.structure.util.OntologyDef.scala Maven / Gradle / Ivy

There is a newer version: 0.6.0.12
Show newest version
package lspace.librarian.structure.util

import lspace.librarian.structure.Ontology

object OntologyDef {
  implicit def defToOntology(ontDef: OntologyDef): Ontology = ontDef.ontology
}

trait OntologyDef {
  def ontology: Ontology
  trait Properties
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy