.bio-source-reactome.5.1.0.source-code.reactome_additions.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bio-source-reactome Show documentation
Show all versions of bio-source-reactome Show documentation
InterMine bio sources modules
The newest version!
<?xml version="1.0"?> <!-- This file details any extensions needed to the data model to store data from this source, everything else is automatically generated from the model description so this is all we need to do to add to the model. --> <classes> <!-- add any <class> elements here --> <class name="Protein" is-interface="true"> <collection name="pathways" referenced-type="Pathway"/> </class> <!-- populated by postprocess --> <class name="Gene" is-interface="true"> <collection name="pathways" referenced-type="Pathway" reverse-reference="genes" term="http://purl.obolibrary.org/obo/NCIT_R130"/> </class> <class name="Pathway" is-interface="true" term="http://semanticscience.org/resource/SIO_010525"> <attribute name="identifier" type="java.lang.String" term="http://semanticscience.org/resource/SIO_000673"/> <attribute name="name" type="java.lang.String" term="http://www.w3.org/2000/01/rdf-schema#label"/> <attribute name="shortName" type="java.lang.String"/> <attribute name="curated" type="java.lang.Boolean"/> <collection name="genes" referenced-type="Gene" reverse-reference="pathways"/> <collection name="proteins" referenced-type="Protein"/> <collection name="dataSets" referenced-type="DataSet"/> </class> </classes>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy