-
Notifications
You must be signed in to change notification settings - Fork 93
Description
IMHO, schema.org/SoftwareSourceCode and schema.org/SoftwareApplication ought to have a reversible property indicating the relationship between the two. This would allow us to nest properties which are technically part of SoftwareApplication and not part of SoftwareSourceCode (e.g. memoryRequirements) as part of a SoftwareApplication type object, rather than putting them directly as properties of the SoftwareSourceCode object.
SoftwareSourceCode does have targetApplication, but this does not seem to refer to the application that the source-code is defining, but rather a runtime environment (such as an operatingSystem). SoftwareApplication does not seem to have any property corresponding to identifying the application's source code.
Thoughts on this? Shall we open this issue over in https://github.com/schemaorg/schemaorg for discussion?