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

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

The newest version!
package lspace.ns.vocab.schema
import lspace.ns.vocab.schema._
import lspace.structure.{Property => LProperty, OntologyDef}
object TakeAction extends OntologyDef(
        iri = "http://schema.org/TakeAction",
        iris = Set("http://schema.org/TakeAction"),
        label = "TakeAction",
        comment = """The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.

Related actions:

  • GiveAction: The reciprocal of TakeAction.
  • ReceiveAction: Unlike ReceiveAction, TakeAction implies that ownership has been transfered.
""", `@extends` = List(TransferAction.ontology) ){ object keys extends lspace.ns.vocab.schema.TransferAction.Properties{ } override lazy val properties: List[LProperty] = List() trait Properties extends lspace.ns.vocab.schema.TransferAction.Properties{ } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy