Sha256: a2c2ee9c863b4c81a7b92eb457d045db79e151e4faa0624bd80667a03e6947f3
Contents?: true
Size: 560 Bytes
Versions: 5
Compression:
Stored size: 560 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 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".freeze, "http://www.w3.org/2003/g/data-view#namespaceTransformation": "http://www.w3.org/2008/07/rdfa-xslt".freeze end end
Version data entries
5 entries across 5 versions & 1 rubygems