Skip to content

Instantly share code, notes, and snippets.

@fvanderbiest
Created October 7, 2014 11:58
Show Gist options
  • Save fvanderbiest/5a80f879091b97cc25c0 to your computer and use it in GitHub Desktop.
Save fvanderbiest/5a80f879091b97cc25c0 to your computer and use it in GitHub Desktop.
operatesOnIdentifier
curl -X POST -H "Content-type: application/xml" -d '<?xml version="1.0" encoding="UTF-8"?><csw:GetRecords xmlns:csw="http://www.opengis.net/cat/csw/2.0.2" service="CSW" version="2.0.2" resultType="results_with_summary" startPosition="1" maxRecords="20" xmlns:gmd="http://www.isotc211.org/2005/gmd"><csw:Query typeNames="csw:Record"><csw:ElementSetName>full</csw:ElementSetName><csw:Constraint version="1.1.0"><ogc:Filter xmlns:ogc="http://www.opengis.net/ogc"><ogc:PropertyIsLike wildCard="*" singleChar="." escapeChar="!"><ogc:PropertyName>operatesOnIdentifier</ogc:PropertyName><ogc:Literal>afeb3f59-136c-4855-b1c7-42c7b46cc9b5</ogc:Literal></ogc:PropertyIsLike></ogc:Filter></csw:Constraint></csw:Query></csw:GetRecords>' http://geobretagne.fr/geonetwork/srv/fre/csw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment