lspace.ns.vocab.schema.knowsAbout.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 knowsAbout extends PropertyDef(
iri = "http://schema.org/knowsAbout",
iris = Set("http://schema.org/knowsAbout"),
label = "knowsAbout",
comment = """Of a Person, and less typically of an Organization, to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or yet relate this to educational content, events, objectives or JobPosting descriptions.""",
`@extends` = List(),
`@range` = List(URL.ontology, Thing.ontology, `@string`)
){
override lazy val properties: List[LProperty] = List()
trait Properties
}