You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll just work around it by disabling that lint rule entirely in the meantime.
FTR: That causes a lot of ("ugly") WARNING:Namespaces:schema namespace is already mapped to https://schema.org/ - Mapping to http://schema.org/ ignored.
Maybe this is more a linkml-lint problem that a prefixmap problem? It would already be nice if linkml-lint could be configured to accept both the http and the https form.
In the context of enola-dev/enola#757, I've just run into:
According to https://schema.org/docs/faq.html#19, both https://schema.org and http://schema.org are valid... and the (current) canonical definition at source is actually using
https
already and nothttp
(anymore, I guess) - so for a new schema, I'd like to usehttps
.It's
http
here, buthttps
here, but that doesn't seem to be loaded or used? (I'm not sure how this relates to #26 ?)According to https://linkml.io/linkml/schemas/linter.html#canonical-prefixes, I suspect I could somehow overwrite this via
prefixmaps_contexts
, but I haven't understood how, yet.I'll just work around it by disabling that lint rule entirely in the meantime.
The text was updated successfully, but these errors were encountered: