AnthroGraph / Phaleron-AppOntology

Support ontology for the implementation of ontologies for the Phaleron Bioarchaeological Project into AnthroGraph.
0 stars 0 forks source link

Bug: Sorting class missing for AddedBoneCharacteristics #1

Closed zarquon42b closed 2 years ago

zarquon42b commented 2 years ago

Title says it all. Please add a sorting class for AddedBoneCharacteristics.

cuboideum commented 2 years ago

More precisely: The category labels that can be selected for the measurement datum phaleron-patho:AddedBoneCharacteristics are to be sorted in a drop-down list.

The measurement datum phaleron-patho:AddedBoneCharacteristics has the value specification standards-patho:TypeOfBoneValueSpecification. The sorting of the category labels is implemented in phaleron-patho, with subclasses of phaleron-patho:TypeOfBoneLabelSorting. The reason for this is that sorting also provides new titles (rdfs:label) for the options which differ slightly from the ones for the original standards-patho category labels (e.g. 'fiberbone' instead of 'woven bone').

So the required label sorting is already implemented.