rec54.n3
5.01 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
<http://www.w3.org/2001/02pd/rec54#>
dc:title "Model of the W3C Process";
dc:description """This is (the start of) an event-based model of the W3C process;
e.g. RECdd is the class of Recommendation Director's Decisions;
i.e. messages to w3c-ac-members announcing a new
W3C Recommendation.""";
rdfs:comment "$Id: rec54.n3,v 1.13 2004/10/07 14:26:50 dom Exp $";
rdfs:seeAlso
<http://www.ilrt.bris.ac.uk/discovery/harmony/docs/abc/abc_draft.html>,
<http://www.indecs.org/>,
<http://www.w3.org/DesignIssues/PaperTrail>,
<http://www.w3.org/Consortium/Process/>,
<http://www.w3.org/2002/01/tr-automation/>.
@prefix : <http://www.w3.org/2001/02pd/rec54#>.
@prefix doc: <http://www.w3.org/2000/10/swap/pim/doc#>.
:REC rdfs:subClassOf :TRPub.
:PR rdfs:subClassOf :TRPub.
:PRReview rdfs:subClassOf :ACaction.
:RECdd rdfs:subClassOf :ACnotice.
:PER rdfs:subClassOf :TRPub;
rdfs:label "W3C Proposed Edited Recommendation".
:RSCND rdfs:subClassOf :TRPub;
rdfs:label "W3C Rescinded Recommendation".
:REC is :effect of :RECdd.
:REC :cites :PR.
:RECdd :cites :REC.
:RECdd :cites :PRReview.
:RECdd :cites :CFR.
:PRReview :cites :PR, :CFR.
:PRReview :cites :OrgJoins. #quarterly/weekly review?
:OrgJoins rdfs:subClassOf :ACaction.
:PR rdfs:subClassOf :TRPub.
:CFR rdfs:subClassOf :ACnotice.
:CFR :cites :PR.
:PR is :effect of :CFR.
:PR :cites :CR. #@@ optional
:PR :cites :LastCall.
:PRreq rdfs:subClassOf :WGAction; rdfs:label "PR req.".
:ImpEvidence rdfs:subClassOf :WGAction; rdfs:label "Impl. Evidence".
:LastCall rdfs:subClassOf :WD; rdfs:label "Last Call WD".
:LCann rdfs:subClassOf :WGAction; rdfs:label "Last Call Ann.".
:CFR :cites :PRreq.
:PRreq :cites :ImpEvidence, :LastCall.
:LastCall :cites :WD.
:LastCall is :effect of :LCann.
:LCann :cites :Charter.
:CFI rdfs:subClassOf :ACnotice; rdfs:label "CFI".
:CR rdfs:subClassOf :TRPub; rdfs:label "Candidate Recommendation".
:CFI :cites :CR.
:CR is :effect of :CFI.
:CR :cites :LastCall.
:CFI :cites :CRreq.
:CRreq rdfs:subClassOf :WGAction; rdfs:label "CR req.".
:CRreq :cites :LastCall.
:WDreq rdfs:subClassOf :WGAction; rdfs:label "WD req.".
:participation rdfs:label "participation".
:WDreq is :effect of :participation.
:participation is :effect of :nomination. #@@ different relation?
:WD rdfs:subClassOf :TRPub; rdfs:label "W3C Working Draft".
:WD :cites :ActivityStatement.
:WD is :effect of :WDreq. #@@sorta
:Charter rdfs:label "charter".
:Charter is :effect of :CFP.
:nomination rdfs:subClassOf :ACaction; rdfs:label "nomination".
:nomination :cites :Charter.
:nomination :cites :OrgJoins.
:ActivityCreation rdfs:subClassOf :ACnotice; rdfs:label "Activity Creation".
:ActivityStatement rdfs:label "Activity Statement"; a rdfs:Class.
:CFP rdfs:subClassOf :ACnotice; rdfs:label "CFP".
:CFP :cites :ActivityCreation, :ActivityStatement.
:CFP :cites :Charter.
:ActivityCreation :cites :APreview.
:ActivityStatement is :effect of :ActivityCreation.
:APreview rdfs:subClassOf :ACaction; rdfs:label "A.P. review".
:ActivityProposal rdfs:subClassOf :ACnotice; rdfs:label "Activity Proposal".
:APreview :cites :ActivityProposal.
:APreview :cites :OrgJoins.
:REC rdfs:label "W3C Recommendation".
:RECdd rdfs:label "Rec. dd".
:PR rdfs:label "W3C Proposed Reccommendation".
:PRReview rdfs:label "PR review".
:CFR rdfs:label "Call for Review".
:OrgJoins rdfs:label "Org. Joins".
:editor rdfs:label "editor";
rdfs:subPropertyOf dc:contributor.
#@@ contact:affiliation,
:formerShortname rdfs:label "former short name";
rdfs:subPropertyOf dc:identifier.
:implementationFeedbackDue rdfs:label "implementation feedback due";
rdfs:domain :CR.
:lastCallFeedBackDue rdfs:label "last call feedbackdue";
rdfs:domain :LastCall. #@@ LastCallWD
:prReviewsDue rdfs:label "proposed recommendation feedback due";
rdfs:domain :PR.
:previousEdition rdfs:label "previous edition";
rdfs:subPropertyOf dc:relation.
:supersedes rdfs:label "supersedes";
rdfs:comment "this Work supersedes what was one in that Work";
rdfs:range doc:Work;
rdfs:domain doc:Work;
rdfs:subPropertyOf dc:relation.
:Superseded rdfs:label "supersed Work";
rdfs:subClassOf doc:Work;
rdfs:comment "Another work has superseded this one, which should not be considered as current any more.".
:TRPub rdfs:label "a W3C Technical Report";
rdfs:subClassOf doc:Work;
rdfs:seeAlso <http://www.w3.org/Consortium/Process/tr.html#Reports>.
:LastCall rdfs:subClassOf :WD;
rdfs:label "WD in Last Call".
:FirstEdition rdfs:subClassOf :REC;
rdfs:label "first Edition of a Recommendation".
:Retired rdfs:subClassOf :WD;
rdfs:label "WD not longer in development".
:fromSubmission rdfs:label "published per Member Submission request";
rdfs:domain :NOTE.
:NOTE rdfs:label "W3C Note";
rdfs:subClassOf :TRPub.
# Not sure what's the real intent of these properties...x
:cites rdfs:label "cites";
rdfs:domain doc:Work.
:effect rdfs:label "has an effect on".
:patentRules rdfs:label "governed by patent rules";
rdfs:domain :TRPub.