Class: SchemaDotOrg::Place

Inherits:
SchemaType show all
Defined in:
app/models/schema_dot_org/place.rb

Overview

https://schema.org/Place
Helper class scoped to SchemaDotOrg.

additionalProperty is the schema.org idiom for a spec table — a list of
PropertyValue. It is declared on Place (and Product), not on CreativeWork,
which is why a project showcase hangs its specs off the installation site
rather than off the Article describing it.

Constant Summary

Constants inherited from SchemaType

SchemaType::ROOT_ATTR, SchemaType::UNQUALIFIED_CLASS_NAME_REGEX

Instance Attribute Summary

Attributes inherited from SchemaType

#id_iri

Method Summary

Methods inherited from SchemaType

#_to_json_struct, attribute, #initialize, #to_json, #to_json_ld, #to_json_struct, #to_s, #un_namespaced_classname

Constructor Details

This class inherits a constructor from SchemaDotOrg::SchemaType