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

lspace.ns.vocab.schema.MedicalEnumeration.scala Maven / Gradle / Ivy

The newest version!
package lspace.ns.vocab.schema
import lspace.ns.vocab.schema._
import lspace.structure.{Property => LProperty, OntologyDef}
object MedicalEnumeration extends OntologyDef(
        iri = "http://schema.org/MedicalEnumeration",
        iris = Set("http://schema.org/MedicalEnumeration"),
        label = "MedicalEnumeration",
        comment = """Enumerations related to health and the practice of medicine: A concept that is used to attribute a quality to another concept, as a qualifier, a collection of items or a listing of all of the elements of a set in medicine practice.""",
        `@extends` = List(Enumeration.ontology)
       ){
object keys extends lspace.ns.vocab.schema.Enumeration.Properties{

}
override lazy val properties: List[LProperty] = List()
trait Properties extends lspace.ns.vocab.schema.Enumeration.Properties{

}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy