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
the CURIE spec https://www.w3.org/TR/curie/ says that CURIEs work by concatenating the prefix value and the value from the CURIE. the example from the draft http://docs.acme.com/relations/{rel} (using a URI template-ish syntax) makes it look as if i could embed the value somewhere, potentially not just using concatenation.
if the intent is to use CURIEs as defined, i suggest to remove the {ref} part and treat CURIE as specified as a prefix-only mechanism. if the intent is to support something more powerful, then CURIEs are not the right tool for the job.
The text was updated successfully, but these errors were encountered:
the CURIE spec https://www.w3.org/TR/curie/ says that CURIEs work by concatenating the prefix value and the value from the CURIE. the example from the draft
http://docs.acme.com/relations/{rel}
(using a URI template-ish syntax) makes it look as if i could embed the value somewhere, potentially not just using concatenation.if the intent is to use CURIEs as defined, i suggest to remove the
{ref}
part and treat CURIE as specified as a prefix-only mechanism. if the intent is to support something more powerful, then CURIEs are not the right tool for the job.The text was updated successfully, but these errors were encountered: