This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/sfmain/do/go/artf6536?selectedTab=attachments at Sun, 06 Nov 2022 22:33:38 GMT SourceForge : artf6536: Service Syntax in XML and RDF

Project Home

Tracker

Documents

Tasks

Source Code

Discussions

File Releases

Wiki

Project Admin

NML-WG Homepage
Search Tracker
Project: NML-WG     Trackers > Schema Progress > View Artifact
Artifact artf6536 : Service Syntax in XML and RDF
Tracker: Schema Progress
Title: Service Syntax in XML and RDF
Description:
NML currently defines three services: AdaptationService, DeadaptationService and SwitchingService.

Proposal for syntax in RDF:

  @prefix  nml:  <http://schemas.ogf.org/nml/2012/10/base#">
  urn:ogf:...:myservice     a                   nml:SwitchingService  .

Proposal for syntax in XML:

  <nml:SwitchingService id="...">


Alternative RDF and XML syntax:

  @prefix  nml:  <http://schemas.ogf.org/nml/2012/10/base#">
  urn:ogf:...:myservice     a                   nml:SwitchingService  .
  nml:SwitchingService      rdfs:isSubclassOf   nml:Service  .

  <nml:Service type="http://schemas.ogf.org/nml/2012/10/base#SwitchingService" id="...">

Rationale for this proposal: because of the very different relations associated with a AdaptationService and a 
SwitchingService (and later perhaps a tunable label service), the different services are described in a different way in
 the document. This is slightly easier to write (e.g. "a Switching Service" instead of a "Service of type 
SwitchingService"), so I thought it would be OK to use the same separation in the XML and RDF syntax.
Submitted By: Jeroen van der Ham
Submitted On: 03/14/2012 10:20 AM EDT
Last Modified: 11/30/2012 7:23 AM EST
Closed: 11/30/2012 7:23 AM EST

Status / Comments Change Log Associations Attachments  
File Name File Size Added By Added On
No results found.

 
 


The Open Grid Forum Contact Webmaster | Report a problem | GridForge Help
This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/sfmain/do/go/artf6536?selectedTab=attachments at Sun, 06 Nov 2022 22:33:38 GMT