Skip to content
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

Question: is the attribute :uri of ontologySubmissions used somewhere ? #152

Open
syphax-bouazzouni opened this issue Jul 28, 2022 · 1 comment

Comments

@syphax-bouazzouni
Copy link

Hi,

In the ontology submissions model, we can see that there is attribute :uri, namespace: :omv

But it is empty for all that your submissions https://data.bioontology.org/submissions?display=uri&display_context=false&display_links=false (except https://data.bioontology.org/ontologies/SNPO/submissions/4)

Can you tell me what this attribute means?
In the Agrportal model, we also have the URI attribute, but we use it to save the original ontology URI

For example with following ontology

<owl:Ontology rdf:about="http://www.example.org/foo">
  <owl:versionInfo> ... </owl:versionInfo>
  <rdfs:comment>...</rdfs:comment>
  <owl:imports rdf:resource="..."/>
</owl:Ontology>

The created submission will have its URI equal to "http://www.example.org/foo"

@mdorf
Copy link
Member

mdorf commented Jul 28, 2022

@syphax-bouazzouni, I believe this attribute was created by simply importing all major OMV attributes at the time of the model creation. Obviously, it's not being used (at least the UI for creating a submission does not list it as an editable field). As to the meaning, based on the original description, it should contain the URI of the ontology:

http://cui.unige.ch/isi/onto/tok/OWL_Doc/dataproperties/URI___-623472344.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants