RM Service Description Vocabulary
1.0 SPECIFICATION
Namespaces
This specification defines terms in the "http://open-services.net/xmlns/rm/1.0/" namespace. Abbreviated "oslc_rm" in this document.
User Dialog Resource
A dialogue resource describes a UI widget. Such widgets have a URI, a preferred width and height, and a title. These resources have rdf:type "oslc_rm:Dialog", with properties whose meaning is defined by the following table:
Property |
Required |
Description |
dc:title |
Yes |
A human-readable title for the widget. |
oslc_rm:hintWidth |
Yes |
Preferred width of the widget. |
oslc_rm:hintHeight |
Yes |
Preferred height of the widget. |
oslc_rm:widget |
Yes |
The URI of the web application which provides the widget. |
Service Descriptor Resource
A resource of rdf:type "oslc_rm:ServiceDescriptor". Has properties whose meaning is defined by the following table:
Property |
Required |
Description |
dc:title |
Yes |
The title of the service. |
dc:description |
Yes |
The description of the service. |
dc:contributor |
No |
The entity which provides this service implementation. |
The dc:contributor, if present, MUST be an inline resource.
Contributor Resource
A resource of rdf:type "oslc_rm:Contributor" with properties whose meaning is defined by the following table:
Property |
Required |
Description |
dc:title |
Yes |
The title of the contributor |
dc:identifier |
Yes |
A means of identifying to the service consumer the contributor of this service. This can be of any form and need not be for human consumption. A domain name, URN or unique string may be appropriate. This identifier may be specifica to a product and/or service. |
oslc_rm:icon |
No |
An icon representing the contributor of this service. The icon MUST be in favicon format and 16x16 pixels in size. |
oslc_rm:home |
No |
An inline resource describing the main application home for this service provider. |
Home Resource
A resource of rdf:type "oslc_rm:Home" may be provided in the dc:contributor of a oslc_rm:ServiceDescriptor. This resource has properties whose meaning is described by the following table:
Property |
Required |
Description |
dc:title |
Yes |
The title of the application. |
oslc_rm:application |
Yes |
The URI of the application. |
Factory Resource
Factory resources have rdf:type "oslc_rm:Factory". Such resources have properties whose meaning is described by the following table:
Property |
Required |
Description |
dc:title |
Yes |
Title of the factory. |
oslc_rm:factory |
Yes |
The URI of the factory. |
Main.RmServiceDescriptionVocabularyV1 moved from Main.RmServiceDescriptionCommonV1 on 21 Jan 2010 - 16:29 by ScottBosworth -
put it back