File: interpretation.dot

package info (click to toggle)
tinysparql 3.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,528 kB
  • sloc: ansic: 119,209; python: 6,139; javascript: 725; sh: 121; perl: 106; xml: 67; makefile: 31; sql: 1
file content (11 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
digraph {
  rankdir=LR;
  bgcolor=transparent;
  node [shape="box", style="filled,rounded",fontname="sans-serif", fixedsize=true,width=2];

  "DataObject" [fillcolor="#ff000077"];
  "InformationElement" [fillcolor="#00ff0077"];

  "DataObject":n -> "InformationElement":n [color="#777777ff",fontcolor="#777777ff",label="interpretedAs",fontsize=10,fontname="sans-serif"];
  "InformationElement":s -> "DataObject":s [color="#777777ff",fontcolor="#777777ff",label="isStoredAs",fontsize=10,fontname="sans-serif"];
}