A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.w3.org/2002/01/tr-automation/tr-process below:

# @@@@ # When maintaing this file, please keep it in sync # ... with the test version in WWW/2000/10/swap/test/tr-aut/ @prefix dc: . @prefix rcs: . @prefix s: . <> dc:title "TR Papertrail processor"; dc:description """ Compute the current state of the W3C tech reports index from a previous state and a set of publications since then.""" ; rcs:id "$Id: tr-process.n3,v 1.27 2006/01/05 20:34:18 matthieu Exp $"; s:seeAlso ; dc:relation . @prefix rdf: . @prefix doc: . @prefix contact: . @prefix org: . @prefix rec: . @prefix log: . @prefix os: . @prefix mat: . @prefix : . <> dc:description "we use :ALL_CAPS variable style (thx, Sandro)". this log:forAll :CP, :WORK, :WORK2, :GENERIC. :latestVersion s:label "latest version"; s:comments """Links a work to its latest incarnation(s), latest both in term of W3C Track progress (WD->REC) and date [hence the potential plurality, e.g. for a revised edition of a recommendation going through the regular track]""". # We get the name of the checkpoint file # from an environment variable (TRCHECKPOINT) { :CP log:uri [ is os:environ of "TRCHECKPOINT"]. } log:implies { :CP a :Checkpoint. }. # What we want to keep :Interesting is rdf:type of dc:date, dc:title, doc:versionOf, doc:obsoletes, rec:formerShortname, rec:fromSubmission, rec:cites, rec:implementationFeedbackDue, rec:lastCallFeedBackDue, rec:prReviewsDue, rec:previousEdition, rec:supersedes, contact:fullName, org:name, mat:hasTranslations, mat:hasErrata, rdf:type, contact:homePage, rec:minTimeCR, rec:sameWorkAs, rec:perReviewsDue, rec:patentRules . :InterestingVector is rdf:type of rec:editor, org:deliveredBy. # a tr present in the frozen state but not in new-tr is # still the latest version... { [ a :Checkpoint ] log:semantics [ log:includes { :WORK doc:versionOf :GENERIC } ]. log:semantics [ log:notIncludes { [ doc:obsoletes :WORK; doc:versionOf :GENERIC ]}, { [ doc:obsoletes :WORK; doc:versionOf [ rec:sameWorkAs :GENERIC ] ] } ]. } log:implies { :GENERIC :latestVersion :WORK. }. # An updated TR with no more recent update is current... { log:semantics [ log:includes { :WORK doc:versionOf :GENERIC} ]. log:semantics [ log:notIncludes { [ doc:obsoletes :WORK; doc:versionOf :GENERIC ] }, { [ rec:sameWorkAs :GENERIC ] } ]. } log:implies { :GENERIC :latestVersion :WORK. }. # a TR who isn't a Rec, but has a rec:previousEdition-linked object # is part of the TR list { [ a :Checkpoint ] log:semantics [ log:includes { :WORK rec:previousEdition :WORK2; doc:versionOf :GENERIC } ]. log:semantics [ log:notIncludes { [ doc:obsoletes :WORK; doc:versionOf :GENERIC ] } ]. } log:implies { :GENERIC :latestVersion :WORK. }. # same situation for new-tr.rdf { log:semantics [ log:includes { :WORK rec:previousEdition :WORK2; doc:versionOf :GENERIC } ]. log:semantics [ log:notIncludes { [ doc:obsoletes :WORK; doc:versionOf :GENERIC ] } ]. } log:implies { :GENERIC :latestVersion :WORK. }.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3