Richard Wallis
Richard Wallis
I believe I can see where this is coming from - presuming that this is referring to the use case of types of Things (eg. Products) that do not have...
_about_ and _description_ could be considered to be inverse of each other in this context, yes. As in the content of the [description] CreativeWork will be 'about' the Thing it...
@gmackenz Now you explain it that way I am more comfortable. However, are you not proposing what is already possible via the [subjectOf](https://schema.org/subjectOf) property?
@gmackenz now you flesh out that scenario it appears a bit too specific for linking to via the _description_ property. A simple Text description, as you indicate, has no information...
In principle I support your second (TextObject) option - using some of the general CreativeWork subtypes such as VideoObject or Sculpture would not be particularly useful as a description. In...
The clue to the way forward maybe in your wording "_We offer 3 different services_" I suggest you look into individually describing those [Service](https://schema.org/Service)s and link them via [Offer](https://schema.org/Offer)s to...
GameApplication is not defined in the current version of Schema.org. Sounds like a potentially sensible addition to me. Looks as though the author of the [example referenced](http://schema.org/GameApplication) had ambition ahead...
As the definition for [applicationCategory](http://schema.org/applicationCategory) indicates that the expected value is either Text or URL, there is no defined list or enumeration values (in Schema.org) for these. Looking at the...
Using [MonetaryAmount](http://schema.org/MonetaryAmount) would work better eg: ``` javascript .... { "@type": "Investment", "investmentType": "Convertible Note", "amount": { "@type": "MonetaryAmount", "currency": "USD", "value": "2000000" }, "investor": { "@type": "Corporation", "name": "Big...
Taking the properties you reference individually: - [schema:name](https://schema.org/name) is the generic 'name' property for all types - Thing, Place, Volcano, Vehicle, Book, etc. It is defined (see the [More..] option)...