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

# info about tr not easily scrapable from /TR/

<http://www.w3.org/TR/html401> rec:superseds <http://www.w3.org/TR/1998/REC-html40-19980424>.

<http://www.w3.org/TR/1998/REC-html40-19980424> a rec:REC;
        rec:previousEdition <http://www.w3.org/TR/REC-html40-971218>;
        dc:title "HTML 4.0 Recommendation";
        dc:date "1998-04-24".

<http://www.w3.org/TR/REC-html40-971218> a rec:REC;
        dc:date "1997-12-18";
        dc:title "HTML 4.0 Recommendation";
        a rec:FirstEdition.

<http://www.w3.org/TR/xhtml-modularization/> rec:superseds <http://www.w3.org/TR/2000/WD-xhtml-building-20000105>.