lspace.ns.vocab.schema.WarrantyScope.scala Maven / Gradle / Ivy
The newest version!
package lspace.ns.vocab.schema
import lspace.ns.vocab.schema._
import lspace.structure.{Property => LProperty, OntologyDef}
object WarrantyScope extends OntologyDef(
iri = "http://schema.org/WarrantyScope",
iris = Set("http://schema.org/WarrantyScope"),
label = "WarrantyScope",
comment = """A range of of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.
Commonly used values:
- http://purl.org/goodrelations/v1#Labor-BringIn
- http://purl.org/goodrelations/v1#PartsAndLabor-BringIn
- http://purl.org/goodrelations/v1#PartsAndLabor-PickUp
""",
`@extends` = List(Enumeration.ontology)
){
object keys extends lspace.ns.vocab.schema.Enumeration.Properties{
}
override lazy val properties: List[LProperty] = List()
trait Properties extends lspace.ns.vocab.schema.Enumeration.Properties{
}
}