Sha256: 71e92f4d7c1b91dbe6b32a2a47eca7a9d753a15e1b91e25b56055597b35f51bb
Contents?: true
Size: 622 Bytes
Versions: 7
Compression:
Stored size: 622 Bytes
Contents
# -*- encoding: utf-8 -*- # frozen_string_literal: true # This file generated automatically using rdf vocabulary format from http://www.w3.org/1999/xhtml# require 'rdf' module RDF::Vocab # Vocabulary for <http://www.w3.org/1999/xhtml#> # @!visibility private XHTML = Class.new(RDF::Vocabulary("http://www.w3.org/1999/xhtml#")) do # Ontology definition ontology :"http://www.w3.org/1999/xhtml#", "http://www.w3.org/1999/xhtml/vocab#stylesheet": "http://www.w3.org/StyleSheets/TR/base", "http://www.w3.org/2003/g/data-view#namespaceTransformation": "http://www.w3.org/2008/07/rdfa-xslt" end end
Version data entries
7 entries across 7 versions & 1 rubygems