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
Currently this method just appends input to http://identifiers.org/. A JSONLD (like go_context.jsonld) should be plugged in somewhere and used for when CURIEs are declared.
E.g.
>>> model = GoCamModel("test", context_jsonld="go_context.jsonld")
>>> model.declare_class("PomBase:SPAC19D5.01")
"http://identifiers.org/pombase/SPAC19D5.01"
Hopefully this will help prevent identifier inconsistencies suppressing GP labels.
The text was updated successfully, but these errors were encountered:
Currently this method just appends input to
http://identifiers.org/
. A JSONLD (like go_context.jsonld) should be plugged in somewhere and used for when CURIEs are declared.E.g.
Hopefully this will help prevent identifier inconsistencies suppressing GP labels.
The text was updated successfully, but these errors were encountered: