= IOHN Activity 6 RDL = || Namespace || http://iohn.org/activity-6/model/ || || Prefix || iohn6 || The ontology can be downloaded at http://iohn.org/ontologies/iohn6.owl The ontology can be queried at the endpoint at http://iohn.org/ep/iohn {{{ #!graphviz.dot digraph p2_to_act_RD { fontsize=7; rankdir = "LR" node [fontname=Helvetica, fontsize=6, style=filled]; edge [fontsize=6, arrowhead=inv]; { node [color="thistle"]; dm [label="Part 2 (data model)"]; p8 [label="Part 8 (OWL templates)"]; p7tpl [label="Part 7 templates"]; } subgraph clusterPCA { style=invis; p4 [label="Part 4 (core RD)", color="thistle"]; pcardl [label="PCA RDL", color="palegreen1"]; } subgraph clusterISO { style=invis; dm -> p8 ; dm -> p4 ; p8 -> p7tpl ; }; subgraph clusterIOHNRD { node [color=lightblue1]; style=invis; IOHN [label="IOHN", URL="http://iohn.org/rdl"]; IOHN5 [label="IOHN-5"]; } subgraph IOHNtpl { node [color="lightblue2"]; IOHN5tpl [label="IOHN-6 tpl", URL="http://iohn.org/activity-6/tpl"]; IOHNtpl [label="IOHN common templates"]; } p4 -> pcardl ; pcardl -> IOHN ; IOHN -> IOHN5 ; IOHN5 -> IOHN5tpl ; p7tpl -> IOHNtpl; IOHN -> IOHNtpl; IOHNtpl -> IOHN5tpl ; }; }}}