swa2
1.85 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
/* transformed by by $Id: swa2.dot,v 1.1 2001/02/22 06:21:58 connolly Exp $ */
digraph SWA {
label="a view of the world centered on the W3C Semantic Web Activity as of Feb 2001";
N157 [ /* node attributes http://www.w3.org/2001/02pd/swa2#W3C */
];
N157 -> N233 [ /* edge attributes */
label="director",
label="director",
];
N157 -> N117 [ /* edge attributes */
];
N233 [ /* node attributes http://www.w3.org/2001/02pd/swa2#timbl */
label="Tim Berners-Lee",
shape="plaintext",
];
subgraph clusterTnS {
label="Technology and Society";
N117 [ /* node attributes http://www.w3.org/2001/02pd/swa2#TnS */
label="",
];
N117 -> N278 [ /* edge attributes */
];
N117 -> N308 [ /* edge attributes */
label="lead",
label="lead",
];
N308 [ /* node attributes http://www.w3.org/2001/02pd/swa2#djw */
label="Daniel J. Weitzner",
shape="plaintext",
];
subgraph clusterSWA {
label="Semantic Web";
N12 [ /* node attributes http://www.w3.org/2001/02pd/swa2#RDFCoreWG */
label="RDF Core Working Group",
shape="polygon",
style="bold",
];
N101 [ /* node attributes http://www.w3.org/2001/02pd/swa2#RDFIG */
label="RDF Interest Group",
shape="polygon",
];
N278 [ /* node attributes http://www.w3.org/2001/02pd/swa2#SWA */
label="",
];
N278 -> N12 [ /* edge attributes */
];
N278 -> N101 [ /* edge attributes */
];
N278 -> N211 [ /* edge attributes */
];
N278 -> N138 [ /* edge attributes */
];
N278 -> N324 [ /* edge attributes */
label="lead",
label="lead",
];
N211 [ /* node attributes http://www.w3.org/2001/02pd/swa2#SWCG */
label="Semantic Web Coordination Group",
shape="diamond",
style="bold",
];
N211 -> N324 [ /* edge attributes */
label="chair",
label="chair",
];
N324 [ /* node attributes http://www.w3.org/2001/02pd/swa2#em */
label="Eric Miller",
shape="plaintext",
];
N138 [ /* node attributes http://www.w3.org/2001/02pd/swa2#tbdWG */
label="... WG",
shape="polygon",
style="bold,dotted",
];
}
}
}