= IOHN Activity 6 RDL = || Namespace || http://iohn.org/activity-6/model/ || || Prefix || iohn6model || The ontology can be downloaded at http://iohn.org/ontologies/SnorreUML.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; pcardl [label="PCA RDL", color="palegreen1"]; } subgraph clusterISO { style=invis; dm -> p8 ; dm -> pcardl ; p8 -> p7tpl ; }; subgraph clusterIOHNRD { node [color=lightblue1]; style=invis IOHN [label="IOHN", URL="http://iohn.org/rdl"]; IOHN6 [label="IOHN-6", URL="http://iohn.org/activity-6/rdl"]; } subgraph IOHNtpl { node [color="lightblue1"]; IOHN6tpl [label="IOHN-6 tpl", URL="http://iohn.org/activity-6/tpl"]; } subgraph hereButNotHere { node [color="lightblue3"]; NPD [label="NPD", URL="http://irm.dnv.com/npd/rdl"]; SnorreModel [color="deepskyblue", Label="Snorre Model", URL="http://iohn.org/activity-6/model"] } IOHNtpl [color=lightgrey,label="IOHN common templates"]; pcardl -> IOHN ; IOHN -> IOHN6 ; IOHN6 -> IOHN6tpl ; p7tpl -> IOHNtpl; IOHN -> IOHNtpl; IOHNtpl -> IOHN6tpl ; NPD -> SnorreModel ; IOHN6tpl -> SnorreModel ; }; }}}