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