wikipathways / WpVocabularies

WikiPathways vocabularies for RDF representation
https://vocabularies.wikipathways.org/
Apache License 2.0
1 stars 3 forks source link

two MIM types not supported #17

Open egonw opened 6 years ago

egonw commented 6 years ago

The WPRDF code has these else clauses, both throwing "TODO:"s in the WPRDF conversion logs:

    } else if (lt.equals(MIMShapes.MIM_NECESSARY_STIMULATION)) {
        System.out.println("TODO: necessary stimulation");
    } else if (lt.equals(MIMShapes.MIM_MODIFICATION)) {
        System.out.println("TODO: modification");

Should these be part of our WP ontology?