Closed jcklie closed 5 years ago
The "type" of NamedEntity is put in the LIF label feature rather than the category as LIF expects. That is, we get:
{ "@type":"http://vocab.lappsgrid.org/NamedEntity", "label": "PROTEIN", ... }
rather than:
{ "@type":"http://vocab.lappsgrid.org/NamedEntity", "features": { "category":"PROTEIN", ...}, ... }
See also the LIF specification.
The "type" of NamedEntity is put in the LIF label feature rather than the category as LIF expects. That is, we get:
rather than:
See also the LIF specification.