Sha256: f0cf5bc4b06b28176d434b06f94811d8c2974b95660c8637d67370c649832b14

Contents?: true

Size: 301 Bytes

Versions: 1

Compression:

Stored size: 301 Bytes

Contents

module TaliaCore
  
  # Represents a simple string value (literal property) of the RDF graph.
  # Each record will only contain the string value, which is stored in the
  # database as a text field.
  class SemanticProperty < ActiveRecord::Base
    
    validates_presence_of :value
    
  end
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talia_core-0.7.0 lib/talia_core/semantic_property.rb