Method: EasyData::RDF::SIOC.to_s
- Defined in:
- lib/data_models/namespaces/sioc.rb
.to_s(property, uri, value) ⇒ Object
Return tag to rdf doc
92 93 94 |
# File 'lib/data_models/namespaces/sioc.rb', line 92 def self.to_s(property,uri,value) @@properties[property].gsub("%uri%",uri).gsub('%value%',value) end |