summaryrefslogtreecommitdiff
path: root/src/raptor_grddl.c
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2007-08-28 05:33:59 +0000
committerDave Beckett <dave@dajobe.org>2007-08-28 05:33:59 +0000
commit9025735b65839a4568ca00cd5f7f1c044a55cf57 (patch)
tree9ecb125310016a5626c8b26f91276c37acc9378b /src/raptor_grddl.c
parented18aa70cdeb80dc7dff97d89883005c7e577cb1 (diff)
downloadraptor-9025735b65839a4568ca00cd5f7f1c044a55cf57.tar.gz
GRDDL and RDFa
Diffstat (limited to 'src/raptor_grddl.c')
-rw-r--r--src/raptor_grddl.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/raptor_grddl.c b/src/raptor_grddl.c
index 590f980c..c457c23e 100644
--- a/src/raptor_grddl.c
+++ b/src/raptor_grddl.c
@@ -1,6 +1,6 @@
/* -*- Mode: c; c-basic-offset: 2 -*-
*
- * raptor_grddl.c - Raptor GRDDL Parser implementation
+ * raptor_grddl.c - Raptor GRDDL (+microformats) and RDFa Parser implementation
*
* Copyright (C) 2005-2007, David Beckett http://purl.org/net/dajobe/
* Copyright (C) 2005, University of Bristol, UK http://www.bristol.ac.uk/
@@ -22,11 +22,16 @@
*/
/*
- * Specification:
+ * Specifications:
* Gleaning Resource Descriptions from Dialects of Languages (GRDDL)
- * W3C Working Draft 2 March 2007
- * http://www.w3.org/TR/2007/WD-grddl-20070302/
+ * W3C Proposed Recommendation 16 July 2007
+ * http://www.w3.org/TR/2007/PR-grddl-20070716/
* http://www.w3.org/TR/grddl/
+ *
+ * RDFa Primer 1.0
+ * W3C Working Draft 12 March 2007
+ * http://www.w3.org/TR/2007/WD-xhtml-rdfa-primer-20070312/
+ * http://www.w3.org/TR/xhtml-rdfa-primer/
*/