univie-nutrition / dita

Scientific Nutrition and Dietary Intake Assessment (Umbrella Project)
Apache License 2.0
0 stars 0 forks source link

Redesign Semantic Identifier (Strict Format Rules) #26

Closed andi-huber closed 1 month ago

andi-huber commented 2 months ago
globodiet
  system: at.gd
  version: 2.0
  context: food | recipe | food-desc | recipe-desc
  object: 00123

# formats to -> SID[at.gd/2.0:food/00123]

bls
  system: de.bls
  version: 3.02
  context:
  object: F123456

# formats to -> SID[de.bls/3.02:F123456]

In addition there is need for free-text descriptors for brand names say:

brand
  system: global
  version:
  context: brand
  object: zurück zur natur

# formats to -> SID[global:brand/‹zurück zur natur›] ... literal quotation
andi-huber commented 2 months ago