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

lspace.ns.vocab.schema.additionalProperty.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 additionalProperty extends PropertyDef(
        iri = "http://schema.org/additionalProperty",
        iris = Set("http://schema.org/additionalProperty"),
        label = "additionalProperty",
        comment = """A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.

Note: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.""", `@extends` = List(), `@range` = List(PropertyValue.ontology) ){ override lazy val properties: List[LProperty] = List() trait Properties }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy