We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccf4b2 commit cca49c0Copy full SHA for cca49c0
common/extract-examples.rb
@@ -18,6 +18,9 @@
18
require 'yaml'
19
require 'cgi'
20
21
+# Define I18N vocabulary
22
+class RDF::Vocab::I18N < RDF::Vocabulary("https://www.w3.org/ns/i18n#"); end unless RDF::Vocab.const_defined?(:I18N)
23
+
24
# FIXME: This is here until the rdf:JSON is added in RDF.rb
25
unless RDF::RDFV.properties.include?( RDF.to_uri + 'JSON')
26
RDF::RDFV.property :JSON, label: "JSON", comment: "JSON datatype"
0 commit comments