Sha256: e8c5eda56f8bff29aa867f20a28467ffa1f1cddf90e74f4f12a43026bda7741c
Contents?: true
Size: 224 Bytes
Versions: 97
Compression:
Stored size: 224 Bytes
Contents
module NIE module InformationElement extend ActiveSupport::Concern included do property :isPartOf, predicate: RDF::NIE[:"#isPartOf"], multivalue: true do |ix| ix.as :symbol end end end end
Version data entries
97 entries across 97 versions & 2 rubygems