Add two agricultural units: decitonne per hectare, kilogram per hecto… - #16
Open
oldGreyEagle wants to merge 1 commit into
Open
Add two agricultural units: decitonne per hectare, kilogram per hecto…#16oldGreyEagle wants to merge 1 commit into
oldGreyEagle wants to merge 1 commit into
Conversation
…litre Signed-off-by: Lars <155737705+oldGreyEagle@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OCSM mints
ocsm:KiloGM-PER-PLANTbecause QUDT has no per-plant unit. Twofurther units in the same position come up in German arable reporting, and
we would like to reference them from OCSM rather than mint them privately.
DeciTONNE-PER-HA— decitonne per hectare (dt/ha) is the standardyield unit in German-speaking arable farming; harvest records, advisory
reports and farm software all report in it. QUDT defines
DeciTONNEandKiloGM-PER-HAbut no compoundof the two, so there is currently no registered IRI for it.
KiloGM-PER-HectoL— kilogram per hectolitre is the standard expressionof hectolitre weight (Hektolitergewicht), a routine cereal quality
measurement recorded alongside moisture and protein. QUDT has neither the
compound nor, as far as we found, an equivalent.
Both follow QUDT's compound naming convention, as
KiloGM-PER-PLANTdoes,so they read consistently beside the units they are built from. The
declarations mirror that existing individual exactly —
a qudt:Unitwithlabel, comment and
rdfs:isDefinedBy.Context: we are mapping German harvest documentation into OCSM and hit both
units immediately. Our implementation currently emits these IRIs in
anticipation of this proposal.