gv
5.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!-- Processed by Id: cwm.py,v 1.182 2005/12/21 06:17:03 vkolovsk Exp -->
<!-- using base file:/devel/WWW/2001/02pd/gv.n3-->
<r:RDF xmlns="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:u="http://www.w3.org/2000/01/rdf-schema#">
<r:Description r:about="">
<dc:source r:resource="http://www.research.att.com/sw/tools/graphviz/"/>
<dc:source r:resource="http://www.research.att.com/sw/tools/graphviz/dotguide.pdf"/>
</r:Description>
<r:Description r:about="http://www.research.att.com/sw/tools/graphviz/">
<dc:description>dot from GraphViz by Stephen North et. al. at AT&T Research</dc:description>
</r:Description>
<r:Description r:about="http://www.research.att.com/sw/tools/graphviz/dotguide.pdf">
<dc:creator>Eleftherios Koutsofios</dc:creator>
<dc:creator>Steven C. North</dc:creator>
<dc:date>November 20, 1996</dc:date>
<dc:publisher>AT&T Bell Laboratories Murray Hill, NJ</dc:publisher>
<dc:title>Drawing graphs with dot</dc:title>
</r:Description>
<r:Description r:about="http://www.w3.org/2001/02pd/gv#ColorName">
<label>Color Name</label>
<subClassOf r:resource="http://www.w3.org/2001/02pd/gv#String"/>
</r:Description>
<Class r:about="http://www.w3.org/2001/02pd/gv#Edge">
<comment>note that this class isn't named in the .dot syntax</comment>
<isSubClassOf r:resource="http://www.w3.org/2001/02pd/gv#Graphic"/>
<label>Edge</label>
</Class>
<r:Description r:about="http://www.w3.org/2001/02pd/gv#EdgeProperty">
<comment>use properties of this type to indicate edges</comment>
<label>Edge Property</label>
<subClassOf r:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
</r:Description>
<Class r:about="http://www.w3.org/2001/02pd/gv#Graph">
<comment>note that this class isn't named in the .dot syntax</comment>
<label>Graph</label>
</Class>
<Class r:about="http://www.w3.org/2001/02pd/gv#Graphic">
<comment>Something which appears in the visible output</comment>
<label>Graphic</label>
</Class>
<Class r:about="http://www.w3.org/2001/02pd/gv#Node">
<comment>note that this class isn't named in the .dot syntax</comment>
<isSubClassOf r:resource="http://www.w3.org/2001/02pd/gv#Graphic"/>
<label>Node</label>
</Class>
<r:Description r:about="http://www.w3.org/2001/02pd/gv#Numeral">
<comment>@@use XML Schema string datatype name or daml name</comment>
<label>Numeral</label>
<subClassOf r:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</r:Description>
<r:Description r:about="http://www.w3.org/2001/02pd/gv#String">
<comment>@@use XML Schema string datatype name or daml name</comment>
<label>String</label>
<subClassOf r:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</r:Description>
<r:Property r:about="http://www.w3.org/2001/02pd/gv#URL">
<description>Hypertext reference from the graphic object</description>
<domain r:resource="http://www.w3.org/2001/02pd/gv#Graphic"/>
</r:Property>
<r:Property r:about="http://www.w3.org/2001/02pd/gv#color">
<comment>node shape color</comment>
<label>color</label>
<range r:resource="http://www.w3.org/2001/02pd/gv#ColorName"/>
</r:Property>
<r:Property r:about="http://www.w3.org/2001/02pd/gv#digraph">
<comment>subject is typically the document itself</comment>
<label>diagram</label>
<range r:resource="http://www.w3.org/2001/02pd/gv#Graph"/>
</r:Property>
<r:Property r:about="http://www.w3.org/2001/02pd/gv#fontcolor">
<description>See the ATT Graphviz manual for values</description>
<domain r:resource="http://www.w3.org/2001/02pd/gv#Graphic"/>
<range r:resource="http://www.w3.org/2001/02pd/gv#String"/>
</r:Property>
<r:Property r:about="http://www.w3.org/2001/02pd/gv#hasNode">
<comment>this isn't named in the dot syntax; it's a lexical feature</comment>
<domain r:resource="http://www.w3.org/2001/02pd/gv#Graph"/>
<label>has node</label>
<range r:resource="http://www.w3.org/2001/02pd/gv#Node"/>
</r:Property>
<ObsoleteProperty xmlns="http://www.w3.org/2001/02pd/gv#"
r:about="http://www.w3.org/2001/02pd/gv#id">
</ObsoleteProperty>
<r:Property r:about="http://www.w3.org/2001/02pd/gv#label">
<label>label</label>
<range r:resource="http://www.w3.org/2001/02pd/gv#String"/>
</r:Property>
<r:Property r:about="http://www.w3.org/2001/02pd/gv#rankdir">
<description>See the ATT Graphviz manual for values</description>
<domain r:resource="http://www.w3.org/2001/02pd/gv#Graph"/>
<range r:resource="http://www.w3.org/2001/02pd/gv#String"/>
</r:Property>
<r:Property r:about="http://www.w3.org/2001/02pd/gv#shape">
<description>See the ATT Graphviz manual for values</description>
<domain r:resource="http://www.w3.org/2001/02pd/gv#Node"/>
<range r:resource="http://www.w3.org/2001/02pd/gv#String"/>
</r:Property>
<r:Property r:about="http://www.w3.org/2001/02pd/gv#style">
<description>See the ATT Graphviz manual for values</description>
<domain r:resource="http://www.w3.org/2001/02pd/gv#Graphic"/>
<range r:resource="http://www.w3.org/2001/02pd/gv#String"/>
</r:Property>
<r:Property r:about="http://www.w3.org/2001/02pd/gv#subgraph">
<domain r:resource="http://www.w3.org/2001/02pd/gv#Graph"/>
<label>subgraph</label>
<range r:resource="http://www.w3.org/2001/02pd/gv#Graph"/>
</r:Property>
</r:RDF>