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

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

The newest version!
package lspace.ns.vocab.schema
import lspace.ns.vocab.schema._
import lspace.Label.D._
import lspace.Label.P._
import lspace.structure.{Property => LProperty, PropertyDef}
object isVariantOf extends PropertyDef(
        iri = "http://schema.org/isVariantOf",
        iris = Set("http://schema.org/isVariantOf"),
        label = "isVariantOf",
        comment = """A pointer to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive.""",
        `@extends` = List(),
        `@range` = List(ProductModel.ontology)
       ){

override lazy val properties: List[LProperty] = List()
trait Properties 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy