Difference between revisions of "Customizing metadata"

From NCBO Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
----
 
----
  
For the moment, two components are initialized in the code and need to be updated there:
+
For the moment, the following components are initialized in the code and need to be updated there:
 
* the list of core properties (the properties that appear on the Ontology metadata page)
 
* the list of core properties (the properties that appear on the Ontology metadata page)
 
* the list of summary properties  (the properties that appear in the table for the Browse page)
 
* the list of summary properties  (the properties that appear in the table for the Browse page)
 +
* the list of dimensions for ontology reviews

Revision as of 16:55, 15 October 2008

Developers who install their own version of Bioportal, should be able to custom-tailor the metadata that they store and present by custom-tailoring the BioPortal metadata ontology. The list below contains the elements of this ontology that the code uses explicitly. These elements should not be altered. The rest can be extended and/or modified. For example, one can:

  • add new metadata properties
  • change the list of summary properties and core properties
  • add new types of annotations
  • change dimensions of ontology review
  • ...

The ontology elements on which the code depends:


For the moment, the following components are initialized in the code and need to be updated there:

  • the list of core properties (the properties that appear on the Ontology metadata page)
  • the list of summary properties (the properties that appear in the table for the Browse page)
  • the list of dimensions for ontology reviews