Looking for help!
NAME
SemanticWeb::Schema::SoftwareApplication - A software application.
VERSION
version v3.8.1
DESCRIPTION
A software application.
ATTRIBUTES
application_category
applicationCategory
Type of software application, e.g. 'Game, Multimedia'.
A application_category should be one of the following types:
Str
application_sub_category
applicationSubCategory
Subcategory of the application, e.g. 'Arcade Game'.
A application_sub_category should be one of the following types:
Str
application_suite
applicationSuite
The name of the application suite to which the application belongs (e.g. Excel belongs to Office).
A application_suite should be one of the following types:
Str
available_on_device
availableOnDevice
Device required to run the application. Used in cases where a specific make/model is required to run the application.
A available_on_device should be one of the following types:
Str
countries_not_supported
countriesNotSupported
Countries for which the application is not supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.
A countries_not_supported should be one of the following types:
Str
countries_supported
countriesSupported
Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.
A countries_supported should be one of the following types:
Str
device
Device required to run the application. Used in cases where a specific make/model is required to run the application.
A device should be one of the following types:
Str
download_url
downloadUrl
If the file can be downloaded, URL to download the binary.
A download_url should be one of the following types:
Str
feature_list
featureList
Features or modules provided by this application (and possibly required by other applications).
A feature_list should be one of the following types:
Str
file_size
fileSize
Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed.
A file_size should be one of the following types:
Str
install_url
installUrl
URL at which the app may be installed, if different from the URL of the item.
A install_url should be one of the following types:
Str
memory_requirements
memoryRequirements
Minimum memory requirements.
A memory_requirements should be one of the following types:
Str
operating_system
operatingSystem
Operating systems supported (Windows 7, OSX 10.6, Android 1.6).
A operating_system should be one of the following types:
Str
permissions
Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi).
A permissions should be one of the following types:
Str
processor_requirements
processorRequirements
Processor architecture required to run the application (e.g. IA64).
A processor_requirements should be one of the following types:
Str
release_notes
releaseNotes
Description of what changed in this version.
A release_notes should be one of the following types:
Str
requirements
Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).
A requirements should be one of the following types:
Str
screenshot
A link to a screenshot image of the app.
A screenshot should be one of the following types:
software_add_on
softwareAddOn
Additional content for a software application.
A software_add_on should be one of the following types:
software_help
softwareHelp
Software application help.
A software_help should be one of the following types:
software_requirements
softwareRequirements
Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).
A software_requirements should be one of the following types:
Str
software_version
softwareVersion
Version of the software instance.
A software_version should be one of the following types:
Str
storage_requirements
storageRequirements
Storage requirements (free space required).
A storage_requirements should be one of the following types:
Str
supporting_data
supportingData
Supporting data for a SoftwareApplication.
A supporting_data should be one of the following types:
SEE ALSO
SemanticWeb::Schema::CreativeWork
SOURCE
The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2019 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)