BattMoTeam / BattMo-gui

BattMo GUI development
MIT License
4 stars 0 forks source link

JSON-LD Syntax #18

Closed jsimonclark closed 1 year ago

jsimonclark commented 1 year ago

The type definitions in the JSON-LD file don't have the proper syntax. The value for a type should be just an IRI.

Currently, it is expressed like this: "@type": "emmo:NominalProperty http://emmo.info/emmo#EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66"

But it should be: "@type": "http://emmo.info/emmo#EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66"

Or you could shorten it by using the emmo prefix: "@type": "emmo:EMMO_909415d1_7c43_4d5e_bbeb_7e1910159f66"