# This file is automatically generated by ./script/intern_context
# RDFa context for http://www.w3.org/2011/rdfa-context/xhtml-rdfa-1.1

class RDF::RDFa::Context
  def self.find_with_xhtml_rdfa_1_1(uri)
    if uri.to_s == "http://www.w3.org/2011/rdfa-context/xhtml-rdfa-1.1"
      @_xhtml_rdfa_1_1_prof ||= RDF::RDFa::Context.new(RDF::URI("http://www.w3.org/2011/rdfa-context/xhtml-rdfa-1.1"), {
        :terms => {
          :alternate  => "http://www.w3.org/1999/xhtml/vocab#alternate",
          :appendix   => "http://www.w3.org/1999/xhtml/vocab#appendix",
          :bookmark   => "http://www.w3.org/1999/xhtml/vocab#bookmark",
          :chapter    => "http://www.w3.org/1999/xhtml/vocab#chapter",
          :cite       => "http://www.w3.org/1999/xhtml/vocab#cite",
          :contents   => "http://www.w3.org/1999/xhtml/vocab#contents",
          :copyright  => "http://www.w3.org/1999/xhtml/vocab#copyright",
          :first      => "http://www.w3.org/1999/xhtml/vocab#first",
          :glossary   => "http://www.w3.org/1999/xhtml/vocab#glossary",
          :help       => "http://www.w3.org/1999/xhtml/vocab#help",
          :icon       => "http://www.w3.org/1999/xhtml/vocab#icon",
          :index      => "http://www.w3.org/1999/xhtml/vocab#index",
          :last       => "http://www.w3.org/1999/xhtml/vocab#last",
          :license    => "http://www.w3.org/1999/xhtml/vocab#license",
          :meta       => "http://www.w3.org/1999/xhtml/vocab#meta",
          :next       => "http://www.w3.org/1999/xhtml/vocab#next",
          :p3pv1      => "http://www.w3.org/1999/xhtml/vocab#p3pv1",
          :prev       => "http://www.w3.org/1999/xhtml/vocab#prev",
          :previous   => "http://www.w3.org/1999/xhtml/vocab#previous",
          :section    => "http://www.w3.org/1999/xhtml/vocab#section",
          :start      => "http://www.w3.org/1999/xhtml/vocab#start",
          :stylesheet => "http://www.w3.org/1999/xhtml/vocab#stylesheet",
          :subsection => "http://www.w3.org/1999/xhtml/vocab#subsection",
          :top        => "http://www.w3.org/1999/xhtml/vocab#top",
          :up         => "http://www.w3.org/1999/xhtml/vocab#up",
        },
      })
    else
      find_without_xhtml_rdfa_1_1(uri)
    end
  end

  class << self
    ##
    # Override find to return this context, if matched
    alias_method :find_without_xhtml_rdfa_1_1, :find
    alias_method :find, :find_with_xhtml_rdfa_1_1
  end
end