Difference between revisions of "Sandbox"
From TDWG Terms Wiki
m |
m |
||
Line 6: | Line 6: | ||
-->{{#if: {{#var:graphvizRelation }}<!-- | -->{{#if: {{#var:graphvizRelation }}<!-- | ||
then-->|<!-- | then-->|<!-- | ||
− | -->{{#tag: graphviz|_subPropertyOf{size ="4,4!";node [URL="/\N"];{{#var:graphvizRelation }}}|format="png"}}<!-- | + | -->{{#tag: graphviz|_subPropertyOf{size ="4,4!";node [URL="/\N"];{{#var:graphvizRelation }}}|border="frame"|format="png"}}<!-- |
-->{{#vardefine: graphvizRelation|}}<!-- | -->{{#vardefine: graphvizRelation|}}<!-- | ||
-->}}<!-- end if | -->}}<!-- end if | ||
--> | --> | ||
+ | |||
+ | <graphviz border='frame' format='png'> | ||
+ | Hi{ | ||
+ | size ="2,2!"; | ||
+ | edge [color=red]; | ||
+ | Hello->"World!" Hello->"World2!" | ||
+ | } | ||
+ | </graphviz> | ||
+ | |||
+ | <graphviz border='frame' format='png'> | ||
+ | digraph example2{ | ||
+ | size ="2,2!"; | ||
+ | edge [color=red]; | ||
+ | Hello->"World!" Hello->"World2!" | ||
+ | } | ||
+ | </graphviz> | ||
{{#ask:[[skos:inScheme::+]] | {{#ask:[[skos:inScheme::+]] | ||
Line 44: | Line 60: | ||
<graphviz border='frame' format='png'> | <graphviz border='frame' format='png'> | ||
− | digraph example2 { | + | digraph example2{ |
size ="2,2!"; | size ="2,2!"; | ||
edge [color=red]; | edge [color=red]; |
Revision as of 15:27, 9 January 2013
This is Sandbox page to test things. Property test: Dummypage
Graph image creation requires permission to upload.
Graph image creation requires permission to upload.
Loading...
Loading...
Visualize relations
Graph image creation requires permission to upload.
{{#ask: [[Property:+]] [[Subproperty of::~*skos:*]] |format=oltree |parent=Subproperty of }}
- skos:scopeNote
- skos:broadMatch
- skos:broaderTransitive
- skos:changeNote
- skos:definition
- skos:editorialNote
- skos:example
- skos:mappingRelation
- skos:narrowerTransitive
- skos:related
{{#ask: [[Property:+]] [[Subproperty of::~*skos:*]] |?Subproperty of |format=graph | graphname=test | graphlink=yes | arrowdirection=RL }}