HistoryViewLinks to this page Revision from: 2013 February 18 | 11:46 am
This is the revision from 2013 February 18 at 11:46 amView the current live version of the article.

Contents

  • ServiceInstance
  • SoftwareServer
  • SoftwareModule

  • Overview

    In an attempt to aid implementers in adopting the OSLC Reconciliation specification, the OSLC Reconciliation workgroup will evolve this document to gather guidance, best practices, tips and other aids. The content here is not intended to be the basis for a toolkit or validation test suite. There may be some references to toolkits to illustrate some specification aspects, though implementers are free to use whatever toolkit or technology for their needs.

    Categorizing Resources

    In case where you want to further detail a resource ( e.g. indicate that a SoftwareServer is a web server ), populate the rdf:type property. You can use the URIs defined in the Common IT Resource Type vocabulary but are not restricted to only these.

    ServiceInstance

    The following set of RDFS classes can be used to define categories of ServiceInstances

    URI Description
    http://open-services.net/ns/crtv#Network The ServiceInstance represent a network service.
    http://open-services.net/ns/crtv#Storage The ServiceInstance represent a storage service.
    http://open-services.net/ns/crtv#Compute The ServiceInstance represent a computational or processing service.
    http://open-services.net/ns/crtv#Application The ServiceInstance represent a business application.
    http://open-services.net/ns/crtv#Transaction The ServiceInstance represent a transactional service.

    SoftwareServer

    The following set of RDFS classes can be used to define categories of SoftwareServers

    URI Description
    http://open-services.net/ns/crtv#J2EEServer This SoftwareServer is a J2EE server.
    http://open-services.net/ns/crtv#WebSphereServer This SoftwareServer is an IBM WebSphere Application Server®.
    http://open-services.net/ns/crtv#WebServer This SoftwareServer is a web server.
    http://open-services.net/ns/crtv#IBMHTTPServer This SoftwareServer is an IBM HTTP® server.
    http://open-services.net/ns/crtv#DatabaseInstance This SoftwareServer is a database instance.
    http://open-services.net/ns/crtv#DB2Instance This SoftwareServer is a IBM DB2® server.
    http://open-services.net/ns/crtv#OracleInstance This SoftwareServer is an Oracle® database server.
    http://open-services.net/ns/crtv#MessagingServer This SoftwareServer is a messaging server.
    http://open-services.net/ns/crtv#MQQueueManager This SoftwareServer is an IBM MQ® server.

    SoftwareModule

    The following set of RDFS classes can be used to define categories of SoftwareModules

    URI Description
    http://open-services.net/ns/crtv#J2EEApplication A SoftwareModule which functions as a J2EE application.
    http://open-services.net/ns/crtv#MQQueue A SoftwareModule representing an IBM MQ® Queue.