@prefix w: <http://www.w3.org/2001/tag/fdesc54/webarch#> .
@prefix g: <http://www.w3.org/2001/02pd/gv#>.
@prefix fd: <http://www.w3.org/2001/tag/fdesc54/classTreeOwl#>.
@prefix : <webarch-ex#>.

:ref a w:URIReference;
  g:label "/paris".

:args
  g:label "(http://weather.example/oxaca, /paris)";
  is :_whole of :id, :ref;#@@
  w:expansion :id2.

:id2 a w:URI; g:label "http://weather.example/paris".


fd:exGraph g:hasNode :ref, :id2, :args;
  g:hasEdgeProperty :_whole, w:expansion.

