17 Jul
2007
17 Jul
'07
08:33
Hi, I think there is an error in the KVP Inventory examples in the Tapir specification doc.
Examples like http://example.net/tapir.cgi?op=inventory&concept=http://example.net/sch... concept=http://example.net/schema1/Genus
cannot be implemented I think, because concept will not be treated as an array here and only the last concept would be returned.
this would work:
http://example.net/tapir.cgi?op=inventory&concept%5B%5D=http://example.n... concept[]=http://example.net/schema1/Genus
regards,
Wouter Addink