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

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

The newest version!
package lspace.ns.vocab.schema
import lspace.ns.vocab.schema._
import lspace.structure.{Property => LProperty, OntologyDef}
object CampingPitch extends OntologyDef(
        iri = "http://schema.org/CampingPitch",
        iris = Set("http://schema.org/CampingPitch"),
        label = "CampingPitch",
        comment = """A camping pitch is an individual place for overnight stay in the outdoors, typically being part of a larger camping site.


See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.""", `@extends` = List(Accommodation.ontology) ){ object keys extends lspace.ns.vocab.schema.Accommodation.Properties{ override lazy val amenityFeature = lspace.ns.vocab.schema.amenityFeature.property} override lazy val properties: List[LProperty] = List() trait Properties extends lspace.ns.vocab.schema.Accommodation.Properties{ override lazy val amenityFeature = lspace.ns.vocab.schema.amenityFeature.property} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy