Difference between revisions of "Results"

From ABCD 3.0 (Access to Biological Collection Data)
Jump to: navigation, search
(created page with summaries of result items)
 
(added section Platform Decision)
Line 1: Line 1:
 
On this page, the results of the project will be documented throughout the project.
 
On this page, the results of the project will be documented throughout the project.
 +
 +
== Platform Decision ==
 +
One of the first tasks in the project was to analyze existing semantic platforms and decide which one will be used to document the semantic concepts for ABCD 3.0. The decision was made to use the [http://terms.tdwg.org/wiki/ TDWG Terms Wiki], which is using MediaWiki with the SemanticMediaWiki Extension. Details of the decision process are documented on the page [[Platform Decision]].
  
 
== ABCD Documentation ==
 
== ABCD Documentation ==

Revision as of 11:38, 27 January 2016

On this page, the results of the project will be documented throughout the project.

Platform Decision

One of the first tasks in the project was to analyze existing semantic platforms and decide which one will be used to document the semantic concepts for ABCD 3.0. The decision was made to use the TDWG Terms Wiki, which is using MediaWiki with the SemanticMediaWiki Extension. Details of the decision process are documented on the page Platform Decision.

ABCD Documentation

Previously the documentation for the ABCD elements was spread out at various places. These were the outdated TDWG ABCD Wiki, the documentation elements within the XSD Schema files and an internal database used by the BGBM. One of the first project steps was to consolidate these various sources and create a new and coherent place for the ABCD documentation.

Software

Schema Parser

To consolidate the various existing ABCD documentation, the XSD Schema files were parsed to extract the technical documentation as well as other information about the individual elements. This was done using a generic XSD Schema Parser.

Short Name Generator

Previously the only way to identify an ABCD concept was the XPath of the corresponding element in the ABCD XML. This lead to sometimes quite long paths. To better reference the individual concepts, unique and meaningful short names have been created, by which the concepts will be addressed in the future. These short names were generated by a specialized software, which is documented here: Short Name Generator.