= 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+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+%3Farity+%3Flabel+%3Fcomment%0D%0AWHERE+%7B%0D%0A++%3Ftemplate+rdfs%3AsubClassOf*+p7tm%3ABaseTemplateStatement+.%0D%0A++OPTIONAL+%7B%0D%0A++++%3Ftemplate+rdfs%3Alabel+%3Flabel+.%0D%0A++%7D%0D%0A++OPTIONAL+%7B%0D%0A++++%3Ftemplate+rdfs%3Acomment+%3Fcomment+.%0D%0A++%7D%0D%0A++%5B%5D+a+p7tm%3ATemplateDescription+%3B%0D%0A+++++p7tm%3AisAboutTemplate+%3Ftemplate+%3B%0D%0A+++++p7tm%3AnumberOfRoles+%3Farity+.%0D%0A++graph+%3Chttp%3A%2F%2Fiohn.org%2Factivity-6%2Ftpl%3E+%7B%0D%0A++++%3Ftemplate+%3Fp+%3Fs%0D%0A++%7D%0D%0A%7D%0D%0AORDER+BY+%3Ftemplate&default-graph-uri=&output=xml&stylesheet=%2Fep%2Fiohn%2Fxml-to-html.xsl&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 ; }; }}}