lspace.ns.vocab.schema.RadiationTherapy.scala Maven / Gradle / Ivy
The newest version!
package lspace.ns.vocab.schema
import lspace.ns.vocab.schema._
import lspace.structure.{Property => LProperty, OntologyDef}
object RadiationTherapy extends OntologyDef(
iri = "http://schema.org/RadiationTherapy",
iris = Set("http://schema.org/RadiationTherapy"),
label = "RadiationTherapy",
comment = """A process of care using radiation aimed at improving a health condition.""",
`@extends` = List(MedicalTherapy.ontology)
){
object keys extends lspace.ns.vocab.schema.MedicalTherapy.Properties{
override lazy val indication = lspace.ns.vocab.schema.indication.property}
override lazy val properties: List[LProperty] = List()
trait Properties extends lspace.ns.vocab.schema.MedicalTherapy.Properties{
override lazy val indication = lspace.ns.vocab.schema.indication.property}
}