<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16481" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>I think there is an error in the KVP Inventory 
examples in the Tapir specification doc.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Examples like 
<P>http://example.net/tapir.cgi?op=inventory&amp;concept=http://example.net/schema1/Country&amp; 
concept=http://example.net/schema1/Genus </P>
<P>cannot be implemented I think, because concept will not be treated as an 
array here and only the last concept would be returned.</P>
<P>this would work:</P>
<P>http://example.net/tapir.cgi?op=inventory&amp;concept[]=http://example.net/schema1/Country&amp; 
concept[]=http://example.net/schema1/Genus </P>
<P>regards,</P>
<P>Wouter Addink</P>
<P>&nbsp;</P></FONT></DIV></BODY></HTML>