swa2.n3
1.72 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
@prefix u: <http://www.w3.org/2000/01/rdf-schema#>.
<>
u:comment "This is the state of the W3C Semantic Web Activity
and its surroundings as of Feb 2001.";
u:comment "$Id: swa2.n3,v 1.1 2001/02/22 06:17:55 connolly Exp $";
u:seeAlso
<http://www.w3.org/2001/sw/Activity>,
<http://www.w3.org/Consortium/Process/>.
@prefix : <http://www.w3.org/2001/02pd/swa2#>.
@prefix d: <http://www.w3.org/2001/02pd/swa2#>. #@@ belongs elsewhere
<> d:obsoletes <swa.dot>.
:W3C :director :timbl.
:W3C u:label "World Wide Web Consortium".
:timbl u:label "Tim Berners-Lee". #@@ p3p:fullName?
:W3C :hasDomain :TnS.
:TnS u:label "Technology and Society". #@@ groupname?
:TnS :lead :djw.
:djw u:label "Daniel J. Weitzner".
:TnS :hasActivity :SWA.
:SWA u:label "Semantic Web". #@@ Semantic Web Activity? W3C Semantic ...?
:SWA :hasGroup :RDFIG, :RDFCoreWG, :SWAD, :SWCG, :tbdWG;
:lead :em.
:em u:label "Eric Miller".
:RDFIG a :IG;
u:label "RDF Interest Group".
:RDFCoreWG a :WG;
u:label "RDF Core Working Group".
:SWCG a :CG;
u:label "Semantic Web Coordination Group";
:chair :em.
:tbdWG a :WGplanned;
u:label "... WG".
###
#
# Schema-ish bits...
#
:director u:label "director";
u:range :Person. #@@make connection to membership contract?
:lead u:label "lead";
u:range :Person.
:chair u:label "chair";
u:range :Person.
#@@this bit should probably go in another file...
@prefix g: <http://www.w3.org/2001/02pd/gv#>.
@prefix o: <http://www.w3.org/2001/02pd/orgDiagram#>.
<> g:digraph
[ g:label """a view of the world centered on the W3C Semantic Web Activity as of Feb 2001""";
g:id "SWA";
g:hasNode :W3C
].
:cTnS is o:cluster of :TnS;
g:id "clusterTnS". #@@hmm... handle :id in rdf2dot.xsl?
:cSWA is o:cluster of :SWA;
g:id "clusterSWA".