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

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

The newest version!
package lspace.ns.vocab.schema
import lspace.ns.vocab.schema._
import lspace.structure.{Property => LProperty, OntologyDef}
object DonateAction extends OntologyDef(
        iri = "http://schema.org/DonateAction",
        iris = Set("http://schema.org/DonateAction"),
        label = "DonateAction",
        comment = """The act of providing goods, services, or money without compensation, often for philanthropic reasons.""",
        `@extends` = List(TradeAction.ontology)
       ){
object keys extends lspace.ns.vocab.schema.TradeAction.Properties{
lazy val recipient = lspace.ns.vocab.schema.recipient.property
}
override lazy val properties: List[LProperty] = List(recipient)
trait Properties extends lspace.ns.vocab.schema.TradeAction.Properties{
lazy val recipient = lspace.ns.vocab.schema.recipient.property
}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy