-
Notifications
You must be signed in to change notification settings - Fork 142
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
DCAT alias #835
DCAT alias #835
Conversation
Sync with Tobie
* Update WGS84 * rename NIMA version to WGS84-NIMA --------- Co-authored-by: Simon Cox <[email protected]>
* Add keys and patterns for ISO and OGC standard numbers (similar to IETF RFC numbers) * Need to double escape backslash in JSON pattern * Add option for /IEC as part of isoNumber * Add ISO numbers and OGC numbers for some existing entries * Add OMS and O&M (OGC and ISO standards) * Added new versions of GML * Fixed duplicated URL * Add GeoSPARQL 1.1 * OMXML and SensorML * Unbalanced parenthesis * stray comma :-( * Restructure GeoSPARQL version chain * Update WGS84 * rename NIMA version to WGS84-NIMA --------- Co-authored-by: Simon Cox <[email protected]>
* Fix SMIL20 aliases and overwrite rules for media-source I'm working with @deniak on improving the data in the W3C API so that Specref may more easily switch to the W3C API. One rippling effect is that this means that some of the hacks done to get the right entries are no longer needed (and now create duplicates). Adjusting the rules accordingly. * Add updated w3c.json (That's the result of running the W3C script. Needed for tests to pass)
@tidoust this one should be safe |
Tests do pass but note that's the same issue as in #834 that just gets postponed to a future date. The I'm not trying to block this. Other entries got created using that model before, including some I fear I contributed. But that does not fit nicely with the way Specref models things for now. |
So are you saying that there is currently no way to refer to version-free DCAT using specref. I'm editing the new edition of the W3C SSN Ontology and we wish to draw attention to the parallel between ObservationCollection and dcat:Dataset. That DCAT class is in all editions of DCAT, so the reference should reflect that. [vocab-dcat] links to a version that is clearly marked 'obsolete' so I don't want to use that. |
That's correct. For example, there's no way to reference
No good way. There's always a way to force entries into Specref. If "DCAT-20201217": {
"aliasOf": "vocab-dcat-3-20201217"
} This will have to be done for all dated versions of
That seems like a good solution to solve your immediate problem. I suspect I'll look into adding support for specification series to Specref in a not too distant future because I need it as well. But that depends on other pending updates. |
Alias
DCAT --> vocab-dcat-3