We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7204fcb commit 7442092Copy full SHA for 7442092
1 file changed
lib/rdf/rdfxml.rb
@@ -2,6 +2,7 @@
2
require 'rdf'
3
4
module RDF
5
+ autoload :XML, 'rdf/rdfa/vocab'
6
##
7
# **`RDF::RDFXML`** is an RDF/XML extension for RDF.rb.
8
#
@@ -24,7 +25,6 @@ module RDFXML
24
25
autoload :Reader, 'rdf/rdfxml/reader'
26
autoload :Writer, 'rdf/rdfxml/writer'
27
autoload :VERSION, 'rdf/rdfxml/version'
- autoload :XML, 'rdf/rdfxml/vocab'
28
29
# Regexp matching an NCName.
30
NC_REGEXP = Regexp.new(
0 commit comments