-
Notifications
You must be signed in to change notification settings - Fork 2
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
clarify runtime and design time metadata #4
Comments
cc @m-burgoyne |
Runtime- EDR core metadata (required) EDR core metadata would align with the OGC-API Records metadata with extension.
Design Time would be what we see in a MetOcean best practices in relation to OGC-API Records
Discussed in 10/22/2020 MetOcean DWG |
Discussion 1/21/21 - Pete T. Need to make it clear that there is metadata for discovery (in finding a collection). But, once you have the collection, we need to be able to describe specifics about the data. Collection Level Discovery
Once in the collection: Specific to the data (geospatial object, and its properties)
This is important for implementation and a decision tree. This is where link relations are important as well. The ability to refer to other records from within a record. In OGC API Records, there is the ability to do associations which would be useful to leverage here. Can leverage the link relations and/or associations to allow consumers to make a graph or decision tree. |
FYI keyword sets proposal in OGC API - Records can be found at opengeospatial/ogcapi-records#70 |
Update on keyword sets proposal from today's OGC API - Records SWG meeting:
"themes": [
{
"scheme": "VOCAB1",
"concepts": ["foo1","bar1","baz1"]
}
] I think this would work for our MetOcean BP here, as well as keeping with core OARec. @chris-little @ShaneMill1 @mburgoyne any objections? Note that there will be some tweaks to OGC API - Records core that I would undertake as a result. |
@tomkralidis I think this provides a good balance between providing specific metadata vocabularies and simplicity. |
@tomkralidis Looks good. So would this be in "Core" and with only one conformance class? |
@chris-little yes this would be in core with a conformance class regarding the OGC API - Records record model. We will also add recommendations and examples in the specification to this effort. |
@tomkralidis I think this looks very good as well. Consensus on 1/28/21 meeting was that this is a good approach forward because it allows us to use OGC-API Records core without needing to create an extension. Steve Olson brought up supporting authoritative thesaurus or vocabularies. The following example gives a way to do this using a still generic approach. opengeospatial/ogcapi-records#70 (comment) Another conversation to be had is if we should supply the actual link relations rather than the paths within the concepts. @tomkralidis will add an example that would represent something from a WMO code list, GCMD example, WIS2 metadata. Could continue to build out examples for different audiences. |
Update: first pass examples published to https://github.com/OGCMetOceanDWG/ogcapi-records-metocean-bp/tree/master/core/examples |
Relied heavily on examples provided above to create an example for the existing collection: Addressed in pull request: |
cc @ShaneMill1
Provide definitions/discussion on meanings of design time metadata and runtime metadata.
The text was updated successfully, but these errors were encountered: