org.bridgedb.rdf.constants.OboConstants Maven / Gradle / Ivy
The newest version!
package org.bridgedb.rdf.constants;
public class OboConstants {
public static final String PREFIX = "http://purl.obolibrary.org/obo#";
public static final String HAS_PART = PREFIX + "has_part";
public static final String PART_OF = PREFIX + "part_of";
public static final String HAS_FUNCTIONAL_PARENT = PREFIX + "has_functional_parent";
public static final String IS_TAUTOMER_OF = PREFIX + "is_tautomer_of";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy