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

URIs of conformance classes are inconsistent #269

Closed
dstenger opened this issue Oct 2, 2019 · 1 comment · Fixed by #270
Closed

URIs of conformance classes are inconsistent #269

dstenger opened this issue Oct 2, 2019 · 1 comment · Fixed by #270

Comments

@dstenger
Copy link
Collaborator

dstenger commented Oct 2, 2019

The specification uses two different URI patterns for conformance classes:

  • http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/* (29 occurrences)
  • http://www.opengis.net/spec/ogcapi-features-1/1.0/req/* (12 occurrences)

Which pattern is correct? The specification should be updated according to the answer.

@cportele
Copy link
Member

cportele commented Oct 2, 2019

@dstenger - Except in one place (a separate JSON example file), both URI patterns are correctly used. "conf" is used for conformance classes, "req" for requirements classes. See the OGC modular specification policy document and the OGC Naming Authority URI scheme. Requirements classes aggregate the requirements (these are used in clauses 7/8/9) and conformance classes aggregate test cases and are used in clause 2 and annex A. The conformance declaration is about conformance classes and therefore uses the conformance class URIs. The spec document is consistent with all this as far as I can tell. If not let me know where an incorrect URI is used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants