
# this is making me want swan, more....

@prefix : <#>.

:table :column_list 
  ( [ :property :syntax; :title "Syntax" ]
    [ :property :usage; :title "Usage" ]
  );
       :row_list
  (
[
  :syntax :http_uri;
  :usage :no_page;
  :example :foo
]

[
  :syntax :http_uri;
  :usage :no_page;
  :example :foo
]

[
  :syntax :http_uri_ref;
  :usage :no_page;
  :example :foo
]
  ).



