lspace.ns.vocab.schema.editor.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 editor extends PropertyDef(
iri = "http://schema.org/editor",
iris = Set("http://schema.org/editor"),
label = "editor",
comment = """Specifies the Person who edited the CreativeWork.""",
`@extends` = List(),
`@range` = List(Person.ontology)
){
override lazy val properties: List[LProperty] = List()
trait Properties
}