The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::SoftwareApplication - A software application.

VERSION

version v7.0.0

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

_has_application_category

A predicate for the "application_category" attribute.

application_sub_category

applicationSubCategory

Subcategory of the application, e.g. 'Arcade Game'.

A application_sub_category should be one of the following types:

Str

_has_application_sub_category

A predicate for the "application_sub_category" attribute.

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

_has_application_suite

A predicate for the "application_suite" attribute.

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

_has_available_on_device

A predicate for the "available_on_device" attribute.

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

_has_countries_not_supported

A predicate for the "countries_not_supported" attribute.

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

_has_countries_supported

A predicate for the "countries_supported" attribute.

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

_has_device

A predicate for the "device" attribute.

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

_has_download_url

A predicate for the "download_url" attribute.

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

_has_feature_list

A predicate for the "feature_list" attribute.

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

_has_file_size

A predicate for the "file_size" attribute.

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

_has_install_url

A predicate for the "install_url" attribute.

memory_requirements

memoryRequirements

Minimum memory requirements.

A memory_requirements should be one of the following types:

Str

_has_memory_requirements

A predicate for the "memory_requirements" attribute.

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

_has_operating_system

A predicate for the "operating_system" attribute.

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

_has_permissions

A predicate for the "permissions" attribute.

processor_requirements

processorRequirements

Processor architecture required to run the application (e.g. IA64).

A processor_requirements should be one of the following types:

Str

_has_processor_requirements

A predicate for the "processor_requirements" attribute.

release_notes

releaseNotes

Description of what changed in this version.

A release_notes should be one of the following types:

Str

_has_release_notes

A predicate for the "release_notes" attribute.

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

_has_requirements

A predicate for the "requirements" attribute.

screenshot

A link to a screenshot image of the app.

A screenshot should be one of the following types:

InstanceOf['SemanticWeb::Schema::ImageObject']
Str

_has_screenshot

A predicate for the "screenshot" attribute.

software_add_on

softwareAddOn

Additional content for a software application.

A software_add_on should be one of the following types:

InstanceOf['SemanticWeb::Schema::SoftwareApplication']

_has_software_add_on

A predicate for the "software_add_on" attribute.

software_help

softwareHelp

Software application help.

A software_help should be one of the following types:

InstanceOf['SemanticWeb::Schema::CreativeWork']

_has_software_help

A predicate for the "software_help" attribute.

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

_has_software_requirements

A predicate for the "software_requirements" attribute.

software_version

softwareVersion

Version of the software instance.

A software_version should be one of the following types:

Str

_has_software_version

A predicate for the "software_version" attribute.

storage_requirements

storageRequirements

Storage requirements (free space required).

A storage_requirements should be one of the following types:

Str

_has_storage_requirements

A predicate for the "storage_requirements" attribute.

supporting_data

supportingData

Supporting data for a SoftwareApplication.

A supporting_data should be one of the following types:

InstanceOf['SemanticWeb::Schema::DataFeed']

_has_supporting_data

A predicate for the "supporting_data" attribute.

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-2020 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)