Difference between revisions of "Customizing metadata"

From NCBO Wiki
Jump to navigation Jump to search
(New page: 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 lis...)
 
Line 7: Line 7:
  
 
The ontology elements on which the code depends:
 
The ontology elements on which the code depends:
 +
 +
----
 +
 +
For the moment, two 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)

Revision as of 15:37, 13 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, two 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)