lib/rdf/rdfa/reader.rb in rdf-rdfa-0.3.3.3 vs lib/rdf/rdfa/reader.rb in rdf-rdfa-0.3.4
- old
+ new
@@ -4,11 +4,11 @@
##
# An RDFa parser in Ruby
#
# Based on processing rules described here:
# @see http://www.w3.org/TR/rdfa-syntax/#s_model RDFa 1.0
- # @see http://www.w3.org/TR/2010/WD-rdfa-core-20100422/ RDFa Core 1.1
- # @see http://www.w3.org/TR/2010/WD-xhtml-rdfa-20100422/ XHTML+RDFa 1.1
+ # @see http://www.w3.org/TR/2011/WD-rdfa-core-20110331/ RDFa Core 1.1
+ # @see http://www.w3.org/TR/2011/WD-xhtml-rdfa-20110331/ XHTML+RDFa 1.1
#
# @author [Gregg Kellogg](http://kellogg-assoc.com/)
class Reader < RDF::Reader
format Format
XHTML = "http://www.w3.org/1999/xhtml"
\ No newline at end of file