prop43.n3
4.28 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
136
137
138
139
140
141
142
143
144
# $Id: prop43.n3,v 1.2 2001/02/26 19:55:00 connolly Exp $
#
# hand-edited after...
#Processed by Id: cwm.py,v 1.27 2001/02/05 19:58:24 timbl Exp
# using base file:/home/connolly/w3ccvs/WWW/2000/08/proposal43/proposal.rdf
# Notation3 generation by
# notation3.py,v 1.54 2001/02/12 18:38:31 timbl Exp
# Base was: file:/home/connolly/w3ccvs/WWW/2000/08/proposal43/proposal.rdf
@prefix : <prop43#>.
@prefix web: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix util: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix kpic: <prop43#> .
<> util:seeAlso <http://www.w3.org/History/1989/proposal.html>.
[ a :Concept;
util:label "Computer conferencing";
:forExample :IBMGroupTalk,
:mesh,
:uucp,
:vaxNotes ].
[ a :Concept;
util:label "Hierarchical systems";
:forExample :IBMGroupTalk,
:cern,
:cernDoc,
:uucp,
:vaxNotes ].
:Concept a util:Class;
util:label "Concept";
util:subClassOf util:Class .
:Document a util:Class;
kpic:nodeClass [
a kpic:NodeClass;
kpic:shape :quadrilateral;
kpic:hasRule """
""" ];
util:label "Document" .
:Hypertext a :Concept;
util:label "Hypertext";
:includes [
util:label "Linked information";
a :Concept;
:forExample [
util:label "Hyper Card" ],
:enquire ],
[
util:label "Hypermedia";
a :Concept ] .
:IBMGroupTalk util:label "IBM GroupTalk" .
:Person a util:Class;
util:label "Person" .
:Proposal a util:Class;
kpic:nodeStyle "@@default + get label from util:label";
util:label "Proposal" .
:cern a :Organization;
util:label "C.E.R.N";
:hasPart [
a :Division;
:hasPart [
a :Group;
:produces :cernDoc ],
[
a :Group;
:hasPart [
a :Section;
:hasPart [
util:label "Tim Berners-Lee";
a :Person;
:wrote :thisDocument ],
[
],
[
],
[
] ],
[
] ] ] .
:cernDoc util:label "CERNDOC";
:includes :thisDocument .
:describes a util:Property;
kpic:arcStyle "@@default + get label from util:label";
util:domain :Document;
util:label "describes". #@@ range isn't necessarily a document!
:enquire util:label "ENQUIRE" .
:forExample a util:Property;
kpic:arcStyle "@@dotted + get label from util:label";
util:label "for example" .
:includes a util:Property;
kpic:arcStyle "@@dotted + get label from util:label";
util:label "includes" .
:mesh a :Proposal;
<http://purl.org/dc/elements/1.1/title> "Mesh";
:describes :cern;
:unifies :cernDoc,
:enquire,
:uucp,
:vaxNotes .
:refersTo a util:Property;
kpic:arcStyle "@@default + get label from util:label";
util:domain :Document;
util:label "refers to";
util:range :Document .
:thisDocument a :Document;
util:label "This document";
:describes :Hypertext,
:mesh;
:refersTo [
a :Document;
:describes :Hypertext ],
[
a :Document ],
[
a :Document ] .
:unifies a util:Property;
kpic:arcStyle "@@default + get label from util:label";
util:label "unifies" .
:uucp a :Thing;
util:label "uucp News" .
:vaxNotes util:label "VAX/NOTES" .
#ENDS