lib/rdf/rdfa/vocab.rb in rdf-rdfa-3.2.2 vs lib/rdf/rdfa/vocab.rb in rdf-rdfa-3.2.3
- old
+ new
@@ -153,9 +153,6 @@
subClassOf: "rdfa:Warning".freeze
term :Warning,
"dc:description": "is the class for all warnings".freeze,
subClassOf: "rdfa:PGClass".freeze
end
-
- XML = Class.new(Vocabulary("http://www.w3.org/XML/1998/namespace"))
- XSI = Class.new(Vocabulary("http://www.w3.org/2001/XMLSchema-instance"))
end