This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/go/artf6555?nav=1 at Fri, 04 Nov 2022 23:47:20 GMT SourceForge : artf6555: Non-authoritative statements

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 artf6555 : Non-authoritative statements
Tracker: Schema Progress
Title: Non-authoritative statements
Description:
It is useful to include non-authoritative statements in NML messages. For example:

"I think that your Port A is the source of my Link A"

Currently, this statement is written as:

<nml:Link id="urn:ogf:network:provider.com:2012:PortA">
  <nml:Relation type="isSource">
    <nml:Port idRef="urn:ogf:network:client.net:2012:LinkA"/>
  </nml:Relation>
</nml:Link>

There is currently no means to convey that the client is not authoritative for urn:ogf:network:provider.com:2012:PortA.

The following 2 proposals can be used to signify authority or non-authority.

Proposal 1)
XML: The client is authoritative for every element with an "id" attribute.
RDF: The client is authoritative for every element mentioned as a subject in a triplet

Proposal 2)
Add a new "authoritative" property to the NML Network Object.

XML:
 <nml:Port idRef="urn:ogf:network:client.net:2012:PortA"/>
   <nml:authoritative />
 </nml:Port>

RDF:
 urn:ogf:network:client.net:2012:PortA  nml:authoritative  True .
Submitted By: Freek Dijkstra
Submitted On: 04/02/2012 10:28 AM EDT
Last Modified: 07/30/2012 7:48 AM EDT
Closed: 07/30/2012 7:48 AM EDT

Status / Comments Change Log Associations Attachments  
 (2 Items)
Field Old Value New Value Date Performed By
Closed 07/30/2012 07/30/2012 7:48 AM EDT Freek Dijkstra
Status
Under discussion
Duplicate
07/30/2012 7:48 AM EDT Freek Dijkstra

 
 
 
< Previous
 
 
Next >
 


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/go/artf6555?nav=1 at Fri, 04 Nov 2022 23:47:25 GMT