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

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

The newest version!
package lspace.ns.vocab.schema
import lspace.ns.vocab.schema._
import lspace.structure.{Property => LProperty, OntologyDef}
object Audience extends OntologyDef(
        iri = "http://schema.org/Audience",
        iris = Set("http://schema.org/Audience"),
        label = "Audience",
        comment = """Intended audience for an item, i.e. the group for whom the item was created.""",
        `@extends` = List(Intangible.ontology)
       ){
object keys extends lspace.ns.vocab.schema.Intangible.Properties{
lazy val audienceType = lspace.ns.vocab.schema.audienceType.property
lazy val geographicArea = lspace.ns.vocab.schema.geographicArea.property
}
override lazy val properties: List[LProperty] = List(audienceType, geographicArea)
trait Properties extends lspace.ns.vocab.schema.Intangible.Properties{
lazy val audienceType = lspace.ns.vocab.schema.audienceType.property
lazy val geographicArea = lspace.ns.vocab.schema.geographicArea.property
}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy