Method: EasyData::RDF::XHTML.to_s

Defined in:
lib/data_models/namespaces/xhtml.rb

.to_s(property, uri, value) ⇒ Object

Return tag to rdf doc



15
16
17
# File 'lib/data_models/namespaces/xhtml.rb', line 15

def self.to_s(property,uri,value)
   @@properties[property].gsub("%uri%",uri).gsub('%value%',value)
end