symbols.rb revision 831958258fc53ac814a03824795782e1d9ca9f3b
e.range = hash['range']
else
e.kind = 'Undefined'
end
else
e.name = hash['name']
e.kind = hash['kind']
end
e.iri = hash['iri']
e.label = hash['label']
sep = '//'
if e.label
else
end
else
end
e.locid = "#{e.ontology.locid}#{sep}#{locid_portion}"
# remove path from range
end
e.ontology.symbols << e if e.id.nil?
e
end
end
end
end
# Delete previous set of categories
end
transaction requires_new: true do
subclasses.each do |s|
end
end
end
end
end
end
end