[Nml-wg] ordered list

Jeroen van der Ham vdham at uva.nl
Thu May 3 10:21:21 EDT 2012


Hi,

Here's a proposal for an OWL notation for ordered lists:

> <!--
>       link A         link B         link C
>  O--------------O--------------O--------------O
> 
>  (--------------------------------------------)
>                      link Z
> -->
> @prefix nml: <http://example.ogf.org/schemas/nml/> .
> @prefix nmlrel: <http://example.ogf.org/schemas/nml-relation/> .
> @prefix ex: <urn:ogf:network:example.net:2012> .
> 
> ex:linkZ a nml:Link ;
> 	nml:capacity 1000000000 ;
> 	nmlrel:serialCompoundLinkSequence ex:linkZ_1 .
> 
> ex:linkZ_1 a nmlrel:serialCompoundLinkSegment ;
> 	nmlrel:serialCompoundLink ex:linkA ;
> 	nmlrel:next ex:linkZ_2 .
> 	
> ex:linkZ_2 a nmlrel:serialCompoundSegment ;
> 	nmlrel:serialCompoundLink ex:linkB ;
> 	nmlrel:next ex:linkZ_3 .
> 
> ex:linkZ_3 a nmlrel:serialCompoundSegment ;
> 	nmlrel:serialCompoundLink ex:linkC .

Jeroen.


More information about the nml-wg mailing list