{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}RDF{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}
{{ util.flashed_messages(dismissible=True, container=False) }}

RDF Mappings

equivalentTo.

An undirected relationship denoting both pathways refer to the same biological process. The requirements for this relationship are:

  • Scope: both pathways represent the same biological pathway information.
  • Similarity: both pathways must share at minimum of one overlapping gene.
  • Context: both pathways should take place in the same context (e.g., cell line, physiology).

isPartOf.

A directed relationship denoting the hierarchical relationship between the pathway 1 (child) and 2 (parent). The requirements are:

  • Subset Scope: The subject (pathway 1) is a subset of pathway 2 (e.g., Reactome pathway hierarchy).
  • Similarity: same as above.
  • Context: same as above.
{% endblock %}