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

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

The newest version!
package lspace.ns.vocab.schema
import lspace.ns.vocab.schema._
import lspace.structure.{Property => LProperty, OntologyDef}
object UpdateAction extends OntologyDef(
        iri = "http://schema.org/UpdateAction",
        iris = Set("http://schema.org/UpdateAction"),
        label = "UpdateAction",
        comment = """The act of managing by changing/editing the state of the object.""",
        `@extends` = List(Action.ontology)
       ){
object keys extends lspace.ns.vocab.schema.Action.Properties{
lazy val targetCollection = lspace.ns.vocab.schema.targetCollection.property
}
override lazy val properties: List[LProperty] = List(targetCollection)
trait Properties extends lspace.ns.vocab.schema.Action.Properties{
lazy val targetCollection = lspace.ns.vocab.schema.targetCollection.property
}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy