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

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

The newest version!
package lspace.ns.vocab.schema
import lspace.ns.vocab.schema._
import lspace.structure.{Property => LProperty, OntologyDef}
object CancelAction extends OntologyDef(
        iri = "http://schema.org/CancelAction",
        iris = Set("http://schema.org/CancelAction"),
        label = "CancelAction",
        comment = """The act of asserting that a future event/action is no longer going to happen.

Related actions:

""", `@extends` = List(PlanAction.ontology) ){ object keys extends lspace.ns.vocab.schema.PlanAction.Properties{ } override lazy val properties: List[LProperty] = List() trait Properties extends lspace.ns.vocab.schema.PlanAction.Properties{ } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy