bio-tools / biotoolsSchema

biotoolsSchema : Tool description data model for computational tools in life sciences
Creative Commons Attribution Share Alike 4.0 International
36 stars 12 forks source link

Consider codemeta elements currently "missing" from biotoolsSchema #119

Closed joncison closed 5 years ago

joncison commented 5 years ago

from https://github.com/codemeta/codemeta/blob/master/crosswalk.csv

schema.org parent type property type description
schema:SoftwareSourceCode runtimePlatform Text Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0). Supersedes runtime.
schema:SoftwareApplication applicationCategory Text or URL Type of software application, e.g. 'Game, Multimedia'.
schema:SoftwareApplication fileSize Text Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed.
schema:SoftwareApplication installUrl URL URL at which the app may be installed, if different from the URL of the item.
schema:SoftwareApplication memoryRequirements Text or URL Minimum memory requirements.
schema:SoftwareApplication permissions Text Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi).
schema:SoftwareApplication processorRequirements Text Processor architecture required to run the application (e.g. IA64).
schema:SoftwareApplication releaseNotes Text or URL Description of what changed in this version.
schema:SoftwareApplication softwareRequirements SoftwareSourceCode Required software dependencies
schema:SoftwareApplication storageRequirements Text or URL Storage requirements (free space required).
schema:SoftwareApplication supportingData DataFeed Supporting data for a SoftwareApplication.
joncison commented 5 years ago

duplicates https://github.com/bio-tools/biotoolsSchema/issues/113