lib/rdf/vocab/xhtml.rb in rdf-vocab-2.1.0 vs lib/rdf/vocab/xhtml.rb in rdf-vocab-2.1.1

- old
+ new

@@ -6,7 +6,12 @@ # @!parse # # Vocabulary for <http://www.w3.org/1999/xhtml#> # class XHTML < RDF::Vocabulary # end class XHTML < RDF::Vocabulary("http://www.w3.org/1999/xhtml#") + + # Ontology definition + ontology :"http://www.w3.org/1999/xhtml", + :"http://www.w3.org/2003/g/data-view#namespaceTransformation" => %(http://www.w3.org/2008/07/rdfa-xslt).freeze, + :"xhv:stylesheet" => %(http://www.w3.org/StyleSheets/TR/base).freeze end end