We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://agroportal.lirmm.fr/search?q=yield+&lang=all&ontologies=CSOPRA
clicking on the result throws an error: https://agroportal.lirmm.fr/ontologies/CSOPRA?p=classes&conceptid=http://csopralibs.org#Yield
IDs of concepts need to be encoded, in this case: https://agroportal.lirmm.fr/ontologies/CSOPRA?p=classes&conceptid=http://csopralibs.org%23Yield works.
The text was updated successfully, but these errors were encountered:
fixed in #583
Sorry, something went wrong.
Bilelkihal
No branches or pull requests
Example
https://agroportal.lirmm.fr/search?q=yield+&lang=all&ontologies=CSOPRA
clicking on the result throws an error:
https://agroportal.lirmm.fr/ontologies/CSOPRA?p=classes&conceptid=http://csopralibs.org#Yield
Reason:
IDs of concepts need to be encoded, in this case:
https://agroportal.lirmm.fr/ontologies/CSOPRA?p=classes&conceptid=http://csopralibs.org%23Yield
works.
The text was updated successfully, but these errors were encountered: