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

org.geneontology.archimedes.owl.OWLVocabulary.scala Maven / Gradle / Ivy

The newest version!
package org.geneontology.archimedes.owl

object OWLVocabulary {

  private val owlNS = "http://www.w3.org/2002/07/owl#"

  val OWLThing: Class = Class(IRI(s"${owlNS}Thing"))

  val OWLNothing: Class = Class(IRI(s"${owlNS}Nothing"))

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy