We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0034243 commit 5e43957Copy full SHA for 5e43957
1 file changed
lib/rdf/vocab/writer.rb
@@ -92,14 +92,14 @@ def write_epilogue
92
93
@output.print %(# -*- encoding: utf-8 -*-
94
# frozen_string_literal: true
95
- # This file generated automatically using vocab-fetch from #{source}
+ # This file generated automatically using rdf vocabulary format from #{source}
96
require 'rdf'
97
module #{module_name}
98
# @!parse
99
# # Vocabulary for <#{base_uri}>
100
- # class #{vocab.name} < RDF::#{"Strict" if strict}Vocabulary
+ # class #{class_name} < RDF::#{"Strict" if strict}Vocabulary
101
# end
102
- class #{vocab.name} < RDF::#{"Strict" if strict}Vocabulary("#{base_uri}")
+ class #{class_name} < RDF::#{"Strict" if strict}Vocabulary("#{base_uri}")
103
).gsub(/^ /, '')
104
105
# Split nodes into Class/Property/Datatype/Other
0 commit comments