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/artf6505?selectedTab=comments at Sun, 06 Nov 2022 22:33:38 GMT SourceForge : artf6505: providesLink relation

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 artf6505 : providesLink relation
Tracker: Schema Progress
Title: providesLink relation
Description:
Proposal: the "providesLink" relation define the relation between a switching service and a cross-connect in that 
switching service. A cross-connect is implemented as a nml:Link.

XML Example:

 <nml:SwitchingService id="urn:ogf:network:example.net:2012:myconnectionservice">
   <nml:Relation type=""http://schemas.ogf.org/nml/2013/10/relation#providesLink">
     <nml:Link id="urn:ogf:network:example.net:2012:mycrossconnect">
   </nml:Link>
 </nml:Relation>

RDF Example:

 @prefix nml:    <http://schemas.ogf.org/nml/2013/10/base#>; .
 @prefix nmlrel: <http://schemas.ogf.org/nml/2013/10/relation#>; .
 urn:ogf:network:example.net:2012:myconnectionservice a nml:SwitchingService .
 urn:ogf:network:example.net:2012:myconnectionservice nmlrel:providesLink urn:ogf:network:example.net:2012:
mycrossconnect .
 urn:ogf:network:example.net:2012:mycrossconnect a nml:Port .
Submitted By: Freek Dijkstra
Submitted On: 09/19/2011 10:17 PM EDT
Last Modified: 11/30/2012 7:24 AM EST
Closed: 11/30/2012 7:24 AM EST

Status / Comments Change Log Associations Attachments  
Status  
Status:* Completed
Category:* – Configuration / Crossconnect
Priority: * 4
Assigned To: * None
Comments
Jeroen van der Ham: 11/30/2012 7:24 AM EST
  Comment:
Moved to https://redmine.ogf.org/issues/41
  Action: Update
Closed set to 11/30/2012
Status changed from Under discussion to Completed
Freek Dijkstra: 07/18/2012 11:06 AM EDT
  Action: Update
Status changed from Need proposal to Under discussion
Freek Dijkstra: 07/18/2012 11:06 AM EDT
  Action: Update
Description changed from
Define the relation between cross-connects (implemented as Links in NML) and Switch Matrices.
to
Proposal: the "providesLink" relation define the relation between a switching service and a cross-connect in that 
switching service. A cross-connect is implemented as a nml:Link.

XML Example:

 <nml:SwitchingService id="urn:ogf:network:example.net:2012:myconnectionservice">
   <nml:Relation type=""http://schemas.ogf.org/nml/2013/10/relation#providesLink">;
     <nml:Link id="urn:ogf:network:example.net:2012:mycrossconnect">
   </nml:Link>
 </nml:Relation>

RDF Example:

 @prefix nml:    <http://schemas.ogf.org/nml/2013/10/base#>; .
 @prefix nmlrel: <http://schemas.ogf.org/nml/2013/10/relation#>; .
 urn:ogf:network:example.net:2012:myconnectionservice a nml:SwitchingService .
 urn:ogf:network:example.net:2012:myconnectionservice nmlrel:providesLink urn:ogf:network:example.net:2012:
mycrossconnect .
 urn:ogf:network:example.net:2012:mycrossconnect a nml:Port .

Title changed from Cross-connects - Switch Matrix relation to providesLink relation
Freek Dijkstra: 09/21/2011 6:35 AM EDT
  Action: Update
Status changed from New to Waiting for volunteer
Freek Dijkstra: 09/21/2011 6:33 AM EDT
  Action: Update
Description changed from
Define cross-connects in UML schema. Does this take place in Switch Matrices?
to
Define the relation between cross-connects (implemented as Links in NML) and Switch Matrices.

Title changed from Define cross-connects to Cross-connects - Switch Matrix relation
Freek Dijkstra: 09/19/2011 10:17 PM EDT
  Action: Create


 
 


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/artf6505?selectedTab=comments at Sun, 06 Nov 2022 22:33:38 GMT