Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add applicationProfile and protocolRequest to onlineResource #232

Closed
jlblcc opened this issue Aug 21, 2019 · 0 comments
Closed

Add applicationProfile and protocolRequest to onlineResource #232

jlblcc opened this issue Aug 21, 2019 · 0 comments
Assignees
Labels
enhancement Improve or modify an existing feature

Comments

@jlblcc
Copy link
Member

jlblcc commented Aug 21, 2019

applicationProfile is needed to support GeoPlatform, see https://www.geoplatform.gov/wp-content/uploads/2018/05/NGDA_Metadata_Guidelines_v3.pdf. Suggest adding protocolRequest just in case it's needed in the future. Both are free text.

  1. applicationProfile(applicationProfile codelist) : name of an application profile that can be used with the online resource
  2. protocolRequest: request used to access the resource depending on the protocol (to be used mainly for POST requests)
            "onlineResource": [
                {
                    "uri": "http://thisisanexample.com",
                    "protocol": "",
                    "name": "",
                    "description": "",
                    "function": "",
                    "applicationProfile": "",
                    "protocolRequest": ""
                }
            ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve or modify an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant