-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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 a natural language selector to the ontology submission form #311
Comments
You can see here the restrictions for the naturalLanguage property including URIs (let's think semantic web!) for the values: |
Hi Clement - I'm aware of AgroPortal's choice to use Lexvo.org URIs for language representation. I broached this topic here at the lab, and also with the team at Berkeley. There was resistance to adopting Lexvo, mainly because others felt that it doesn't naturally align with a variety of standards that use string-based representations, e.g.: JSON-LD: RDF: SHACL: ShEX: |
Well.. not exactly. On my side, I am talking about identifying a langage to assign it as a value of a RDF property. It's not the same. ONTO-URI omv:naturalLanguage "en" The latest triple use an URI to identify the langage, which means a machine can use this too:
We are in the semantic web application and the semantic is built out of URIs not conventional ISO standard code. You can still counter argue than in OMV omv:naturalLanguage is defined has a DataProperty and not an ObjectProperty indeed. But we have not taken care of the logical coherence of the metadata in BioPortal much (in fact the property you will have to stay consistent with BioPortal shall certainly be metadata:omvnaturallanguage) which at the end is a totally different property from OMV making somekind of reference to OMV. So I still believe we shall use an URI for as much metadata value as possible (license, ontology types, syntax, representation language) etc. If you don't like Lexvo, consider the LOC URIs e.g., http://id.loc.gov/vocabulary/iso639-1/en |
@cmungall @matthewhorridge @martinjoconnor Would any of you care to comment on the topic of whether to represent ontology language content in BioPortal as Lexo URIs vs two-letter ISO 639-1 strings? Should this be a separate issue in another location? I'm trying my best to be accommodating, while at the same time moving BioPortal forward on this without a lot of delay. |
Give users the ability to select the language of the content of their ontology when they add or edit ontology submissions. The available options should match the ISO 639-1 standard.
Example options for the select box:
User selections will be recorded in the naturalLanguage attribute on
OntologySubmission
.This is a necessary enhancement to accommodate ncbo/bioportal-project#304.
The text was updated successfully, but these errors were encountered: