Welcome to the beta GBIF OGC services.
These services are hosted on a development server and thus are not considered stable or for production use.
Comments are welome to Tim Robertson
The OGC filter required for all things:
<Filter>
<And>
<PropertyIsEqualTo>
<PropertyName>type</PropertyName>
<Literal>0</Literal>
</PropertyIsEqualTo>
<PropertyIsEqualTo>
<PropertyName>concept</PropertyName>
<Literal>0</Literal>
</PropertyIsEqualTo>
</And>
</Filter>
The OGC filter required for a taxon (regardless of rank):
<Filter>
<And>
<PropertyIsEqualTo>
<PropertyName>type</PropertyName>
<Literal>1</Literal>
</PropertyIsEqualTo>
<PropertyIsEqualTo>
<PropertyName>concept</PropertyName>
<Literal>13534258</Literal>
</PropertyIsEqualTo>
</And>
</Filter>
The OGC filter required for country data:
<Filter>
<And>
<PropertyIsEqualTo>
<PropertyName>type</PropertyName>
<Literal>2</Literal>
</PropertyIsEqualTo>
<PropertyIsEqualTo>
<PropertyName>concept</PropertyName>
<Literal>AU</Literal>
</PropertyIsEqualTo>
</And>
</Filter>
The OGC filter required for provider data:
<Filter>
<And>
<PropertyIsEqualTo>
<PropertyName>type</PropertyName>
<Literal>3</Literal>
</PropertyIsEqualTo>
<PropertyIsEqualTo>
<PropertyName>concept</PropertyName>
<Literal>92</Literal>
</PropertyIsEqualTo>
</And>
</Filter>
The OGC filter required for resource data:
<Filter>
<And>
<PropertyIsEqualTo>
<PropertyName>type</PropertyName>
<Literal>4</Literal>
</PropertyIsEqualTo>
<PropertyIsEqualTo>
<PropertyName>concept</PropertyName>
<Literal>328</Literal>
</PropertyIsEqualTo>
</And>
</Filter>
The OGC filter required for resource network data:
<Filter>
<And>
<PropertyIsEqualTo>
<PropertyName>type</PropertyName>
<Literal>5</Literal>
</PropertyIsEqualTo>
<PropertyIsEqualTo>
<PropertyName>concept</PropertyName>
<Literal>3</Literal>
</PropertyIsEqualTo>
</And>
</Filter>
The OGC filter required for host country data:
<Filter>
<And>
<PropertyIsEqualTo>
<PropertyName>type</PropertyName>
<Literal>6</Literal>
</PropertyIsEqualTo>
<PropertyIsEqualTo>
<PropertyName>concept</PropertyName>
<Literal>BE</Literal>
</PropertyIsEqualTo>
</And>
</Filter>
The GIS server capabilities can be found here
Please note that only "PropertyIsEqualTo" is supported
The following overview of the feature types may be used for quick reference:
Example filter for class of Aves (13140955):
<Filter>
<And>
<PropertyIsEqualTo>
<PropertyName>type</PropertyName>
<Literal>1</Literal>
</PropertyIsEqualTo>
<PropertyIsEqualTo>
<PropertyName>concept</PropertyName>
<Literal>13140955</Literal>
</PropertyIsEqualTo>
</And>
</Filter>