EBISPOT / OLS

Ontology Lookup Service from SPOT at EBI
http://www.ebi.ac.uk/ols
Apache License 2.0
95 stars 40 forks source link

Modification for ontology description #607

Closed baiddd closed 2 years ago

baiddd commented 2 years ago

Hi, I am still new to the ontology field, is it possible to add a short description for SHARELOC ontology as following?

ShareLoc defines terms to annotate data sets from single molecule localization microscopy, including but not limited to: imaging technique, biological structures or molecules of interest, cell types, experimental condition, labeling method, fixation protocol, etc. 

Best regards, Jiachuan

henrietteharmse commented 2 years ago

This needs to be updated in your ontology .owl file. In Shareloc you need to replace <Ontology/> with for example

<owl:Ontology rdf:about="https://raw.githubusercontent.com/imodpasteur/ShareLoc.XYZ/ontology/shareloc.owl">
<dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
ShareLoc defines terms to annotate data sets from single molecule localization microscopy, including but not limited to: imaging technique, biological structures or molecules of interest, cell types, experimental condition, labeling method, fixation protocol, etc.
</dc:description>
<dc:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Shareloc</dc:title>
</owl:Ontology>
baiddd commented 2 years ago

Thank you so much, new *.owl file is done