= NPD = || Namespace || http://irm.dnv.com/npd/rdl/ || || Prefix || npd || || Example resource || [http://iohn.org/activity-6/rdl/page/VelocityOfHomogeneousFluidMixture iohn6:VelocityOfHomogeneousFluidMixture] || List of resources|| [http://iohn.org/ep/iohn/sparql?query=select+distinct+%3Furi+%3Fname+{%0D%0Agraph+%3Chttp%3A%2F%2Firm.dnv.com%2Fnpd%2Frdl%3E+{%0D%0A%0D%0AFILTER+%28%21isBlank%28%3Furi%29%29%0D%0A%0D%0A%3Furi+%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23label%3E+%3Fname+%0D%0A%0D%0A}%0D%0A}&default-graph-uri=&output=xml&stylesheet=%2Fep%2Fiohn%2Fxml-to-html.xsl Query] || || Download location || http://iohn.org/ontologies/npd.ttl || || Sparql endpoint || 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 [color="deepskyblue", 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 ; }; }}}