class LD4L::OpenAnnotationRDF::CommentBody
Attributes
localname_prefix[R]
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
# File lib/ld4l/open_annotation_rdf/comment_body.rb, line 15 def initialize(*args) super(*args) t = get_values(:type) t << RDF::Vocab::DCMIType.Text set_value(:type,t) end