Vocabulary for OSLC Service Description 
 Namespaces 
This specification defines terms in the "http://open-services.net/xmlns/commons/servicedescription/1.0/" namespace. Abbreviated "oslc_sd" 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_sd: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_sd:hintWidth  | 
			 Yes  | 
			 Preferred width of the widget.  | 
		
		
			|  oslc_sd:hintHeight  | 
			 Yes  | 
			 Preferred height of the widget.  | 
		
		
			|  oslc_sd:widget  | 
			 Yes  | 
			 The URI of the web application which provides the widget.  | 
		
 Service Descriptor Resource 
 A resource of rdf:type "oslc_sd: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_sd: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_sd:icon  | 
			 No  | 
			 An icon representing the contributor of this service. The icon MUST be in favicon format and 16x16 pixels in size.  | 
		
		
			|  oslc_sd:home  | 
			 No  | 
			 An inline resource describing the main application home for this service provider.  | 
		
 Home Resource 
A resource of rdf:type "oslc_sd:Home" may be provided in the dc:contributor of a oslc_sd: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_sd:application  | 
			 Yes  | 
			 The URI of the application.  | 
		
 Factory Resource 
Factory resources have rdf:type "oslc_sd:Factory". Such resources have properties whose meaning is described by the following table:
		
			|  Property  | 
			 Required  | 
			 Description  | 
		
		
			|  dc:title  | 
			 Yes  | 
			 Title of the factory.  | 
		
		
			|  oslc_sd:factory  | 
			 Yes  | 
			 The URI of the factory.  | 
		
  
 
Topic revision: r6 - 31 Mar 2011 - 13:21:40 - 
DaveJohnson