@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix : <http://www.w3.org/2001/02pd/rec54#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix doc: <http://www.w3.org/2000/10/swap/pim/doc#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix log: <http://www.w3.org/2000/10/swap/log#> .

<http://www.w3.org/2001/02pd/rec54#> 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.""" ;
	dc:title "Model of the W3C Process" ;
	rdfs:comment "$Id: rec54.rdf,v 1.20 2014-06-12 11:03:50 denis Exp $" ;
	rdfs:seeAlso <http://www.ilrt.bris.ac.uk/discovery/harmony/docs/abc/abc_draft.html> , <http://www.indecs.org/> , <http://www.w3.org/2002/01/tr-automation/> , <http://www.w3.org/Consortium/Process/> , <http://www.w3.org/DesignIssues/PaperTrail> .

:WD rdfs:label "W3C Working Draft" ;
	rdfs:subClassOf :TRPub ;
	:cites :ActivityStatement .

:TRPub rdfs:label "a W3C Technical Report" ;
	rdfs:seeAlso <http://www.w3.org/Consortium/Process/tr.html#Reports> ;
	rdfs:subClassOf doc:Work .

:Superseded rdfs:comment "Another work has superseded this one, which should not be considered as current any more." ;
	rdfs:label "supersed Work" ;
	rdfs:subClassOf doc:Work .

:ActivityStatement a rdfs:Class ;
	rdfs:label "Activity Statement" .

:PER rdfs:label "W3C Proposed Edited Recommendation" ;
	rdfs:subClassOf :TRPub .

:CRreq rdfs:label "CR req." ;
	rdfs:subClassOf :WGAction ;
	:cites :LastCall .

:OrgJoins rdfs:label "Org. Joins" ;
	rdfs:subClassOf :ACaction .

:REC rdfs:label "W3C Recommendation" ;
	rdfs:subClassOf :TRPub ;
	:cites :PR .

:implementationFeedbackDue rdfs:domain :CR ;
	rdfs:label "implementation feedback due" .

:cites rdfs:domain doc:Work ;
	rdfs:label "cites" .

:RECdd rdfs:label "Rec. dd" ;
	rdfs:subClassOf :ACnotice ;
	:cites :CFR , :PRReview , :REC ;
	:effect :REC .

:PR rdfs:label "W3C Proposed Reccommendation" ;
	rdfs:subClassOf :TRPub ;
	:cites :CR , :WD .

:PRReview rdfs:label "PR review" ;
	rdfs:subClassOf :ACaction ;
	:cites :CFR , :OrgJoins , :PR .

:ActivityProposal rdfs:label "Activity Proposal" ;
	rdfs:subClassOf :ACnotice .

:APreview rdfs:label "A.P. review" ;
	rdfs:subClassOf :ACaction ;
	:cites :ActivityProposal , :OrgJoins .

:lastCallFeedBackDue rdfs:domain :LastCall ;
	rdfs:label "last call feedbackdue" .

:editor rdfs:label "editor" ;
	rdfs:subPropertyOf dc:contributor .

:FirstEdition rdfs:label "first Edition of a Recommendation" ;
	rdfs:subClassOf :REC .

:formerShortname rdfs:label "former short name" ;
	rdfs:subPropertyOf dc:identifier .

:replaces rdfs:comment "Specs that shouldn't be used anymore because a newer one is available" ;
	rdfs:domain doc:Work ;
	rdfs:label "replaces" .

:supersedes rdfs:comment "this Work supersedes what was one in that Work" ;
	rdfs:domain doc:Work ;
	rdfs:label "supersedes" ;
	rdfs:range doc:Work ;
	rdfs:subPropertyOf dc:relation .

:participation rdfs:label "participation" ;
	:effect :WDreq .

:PRreq rdfs:label "PR req." ;
	rdfs:subClassOf :WGAction ;
	:cites :ImpEvidence , :LastCall .

:fromSubmission rdfs:domain :NOTE ;
	rdfs:label "published per Member Submission request" .

:effect rdfs:label "has an effect on" .

:previousEdition rdfs:label "previous edition" ;
	rdfs:subPropertyOf dc:relation .

:ImpEvidence rdfs:label "Impl. Evidence" ;
	rdfs:subClassOf :WGAction .

:LastCall rdfs:label "Last Call WD" , "a WD in Last Call" ;
	rdfs:subClassOf :WD ;
	:cites :WD .

:CR rdfs:label "Candidate Recommendation" ;
	rdfs:subClassOf :TRPub ;
	:cites :WD .

:nomination rdfs:label "nomination" ;
	rdfs:subClassOf :ACaction ;
	:cites :Charter , :OrgJoins ;
	:effect :participation .

:LCann rdfs:label "Last Call Ann." ;
	rdfs:subClassOf :WGAction ;
	:cites :Charter ;
	:effect :LastCall .

:RSCND rdfs:label "W3C Rescinded Recommendation" ;
	rdfs:subClassOf :TRPub .

:Charter rdfs:label "charter" .

:Retired rdfs:label "WD not longer in development" ;
	rdfs:subClassOf :WD .

:CFI rdfs:label "CFI" ;
	rdfs:subClassOf :ACnotice ;
	:cites :CR , :CRreq ;
	:effect :CR .

:NOTE rdfs:label "W3C Note" ;
	rdfs:subClassOf :TRPub .

:ActivityCreation rdfs:label "Activity Creation" ;
	rdfs:subClassOf :ACnotice ;
	:cites :APreview ;
	:effect :ActivityStatement .

:WDreq rdfs:label "WD req." ;
	rdfs:subClassOf :WGAction ;
	:effect :WD .

:CFR rdfs:label "Call for Review" ;
	rdfs:subClassOf :ACnotice ;
	:cites :PR , :PRreq ;
	:effect :PR .

:prReviewsDue rdfs:domain :PR ;
	rdfs:label "proposed recommendation feedback due" .

:CFP rdfs:label "CFP" ;
	rdfs:subClassOf :ACnotice ;
	:cites :ActivityCreation , :ActivityStatement , :Charter ;
	:effect :Charter .

:patentRules rdfs:label "governed by patent rules" ;
	rdfs:domain :TRPub .

:ED rdfs:label "Editor's draft" ;
	rdfs:domain :TRPub .
