-
Notifications
You must be signed in to change notification settings - Fork 13
Description
I regularly encounter recurring, incorrect criticisms of .eln. These points have previously been addressed, yet they continue to resurface. I propose creating a "Myth-buster FAQ" (Markdown) and linking it from the main README to provide a single reference.
Myth 1: .eln does not allow semantic annotation
This is incorrect. .eln enables semantic annotation by allowing each entry to include an identifier that can reference an external semantic definition (for example, an ontology PURL). This mechanism supports explicit linking to controlled vocabularies and ontologies, facilitating interoperable, machine-readable semantics.
Myth 2: .eln does not allow for profile validation
Not true. At its core, .eln is built around a JSON‑LD representation that can be validated against JSON Schema using a wide range of existing tools. Example files are validated as part of the publishing workflow, and stricter or custom validation profiles can be implemented for specific use cases when required.
If you have encountered more myths, we could add them there, too.