= IOHN Activity 6 Template = || Namespace || http://iohn.org/activity-6/tpl/ || || Prefix || iohn6tpl || || Download || http://iohn.org/ontologies/iohn6-templates.owl || || Endpoint || http://iohn.org/ep/iohn || || Example resource || [http://iohn.org/activity-6/tpl/FlowConnection iohn6tpl:FlowConnection ] || || List of templates || [http://iohn.org/ep/iohn/sparql?query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E+%0D%0Aprefix+rdfs%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%3E+%0D%0Aprefix+p7tm%3A++%3Chttp%3A%2F%2Fstandards.iso.org%2Fiso%2Fts%2F15926%2F-8%2Fed-1%2Ftech%2Freference-data%2Ftemplate-model%23%3E+%0D%0Aselect+distinct+%3Ftemplate+{%0D%0A%3Ftemplate+rdfs%3AsubClassOf*+p7tm%3ABaseTemplateStatement+%0D%0Agraph+%3Chttp%3A%2F%2Fiohn.org%2Factivity-6%2Ftpl%3E+{%0D%0A%3Ftemplate+%3Fs+%3Ff}}%0D%0A&default-graph-uri=&output=xml&stylesheet=%2Fep%2Fiohn%2Fxml-to-html.xsl Query] || {{{ #!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 [color="deepskyblue",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 [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 ; }; }}}