Difference between revisions of "Sandbox"

From TDWG Terms Wiki
Jump to: navigation, search
m
m
Line 9: Line 9:
 
<graphviz border='frame' format='png'>
 
<graphviz border='frame' format='png'>
 
  digraph example2 {Hello->"World!"}
 
  digraph example2 {Hello->"World!"}
 +
</graphviz>
 +
 +
<graphviz caption='Hello SVG and PNG' alt='phylogenetic tree' format='png'>
 +
digraph G {
 +
                node [shape=plaintext];
 +
                Mollusca [URL="Mollusca"];
 +
                Neomeniomorpha [URL="Neomeniomorpha"];
 +
                X1 [shape=point,label=""];
 +
                Caudofoveata [URL="Caudofoveata"];
 +
                Testaria [URL="Testaria"];
 +
                Polyplacophora [URL="Polyplacophora"];
 +
                Conchifera [URL="Conchifera"];
 +
                Tryblidiida [URL="Tryblidiida"];
 +
                Ganglioneura [URL="Ganglioneura"];
 +
                Bivalvia [URL="Bivalvia"];
 +
                X2 [shape=point,label=""];
 +
                X3 [shape=point,label=""];
 +
                Scaphopoda [URL="Scaphopoda"];
 +
                Cephalopoda [URL="Cephalopoda"];
 +
                Gastropoda [URL="Gastropoda"];
 +
                Mollusca->X1->Testaria->Conchifera->Ganglioneura->X2->Gastropoda
 +
                Mollusca->Neomeniomorpha
 +
                X1->Caudofoveata
 +
                Testaria->Polyplacophora
 +
                Conchifera->Tryblidiida
 +
                Ganglioneura ->Bivalvia
 +
                X2->X3->Cephalopoda
 +
                X3->Scaphopoda
 +
}
 
</graphviz>
 
</graphviz>

Revision as of 00:24, 13 December 2012

This is Sandbox page to test things. Property test: Dummypage

skos:hiddenLabel

owl: disjoint with

skos:prefLabel skos:altLabel

Graph image creation requires permission to upload.

Graph image creation requires permission to upload.