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
Add terms4fairskills ontology and allow linking to resources https://github.com/terms4fairskills/FAIRterminology
Ontology related classes are defined here: https://github.com/ElixirTeSS/TeSS/tree/v1.1.0/app/ontologies
Module used to link terms to resources: https://github.com/ElixirTeSS/TeSS/blob/v1.1.0/lib/has_ontology_terms.rb
Example usage: https://github.com/ElixirTeSS/TeSS/blob/v1.1.0/app/models/event.rb#L99-L100 https://github.com/ElixirTeSS/TeSS/blob/v1.1.0/app/controllers/edam_controller.rb https://github.com/ElixirTeSS/TeSS/blob/v1.1.0/app/views/events/_form.html.erb#L64-L68
Some code may need refactoring to cope with non-EDAM ontologies, e.g. concepts like "branches" and "subsets".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add terms4fairskills ontology and allow linking to resources https://github.com/terms4fairskills/FAIRterminology
Ontology related classes are defined here:
https://github.com/ElixirTeSS/TeSS/tree/v1.1.0/app/ontologies
Module used to link terms to resources:
https://github.com/ElixirTeSS/TeSS/blob/v1.1.0/lib/has_ontology_terms.rb
Example usage:
https://github.com/ElixirTeSS/TeSS/blob/v1.1.0/app/models/event.rb#L99-L100
https://github.com/ElixirTeSS/TeSS/blob/v1.1.0/app/controllers/edam_controller.rb
https://github.com/ElixirTeSS/TeSS/blob/v1.1.0/app/views/events/_form.html.erb#L64-L68
Some code may need refactoring to cope with non-EDAM ontologies, e.g. concepts like "branches" and "subsets".
The text was updated successfully, but these errors were encountered: