Skip to content

Use has_name instead of has_chebi_id to match the current bio-atomspace #15

Description

@tanksha

@noskill Its suggested that the human readable names of a molecules (e.g "serotonin") has to be replaced with "ChEBI:28790" to have the following:


(EvaluationLink
        (PredicateNode "has_name")
        (ListLink            
            (MoleculeNode "ChEBI:28790")
            (ConceptNode "serotonin"))))

instead of

(EvaluationLink
        (PredicateNode "has_chebi_id")
        (ListLink
            (MoleculeNode "serotonin")
            (ConceptNode "ChEBI:28790"))))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions