sentence.rb revision 5a102b3c56d4ac75632c7e9244ee0ce5bdbbf13a
\s*
\s*
(?:
(?<first_class>.+)
)
\s*
\s*
(?:
(?<second_class>.+)
)
\s*}x)
if match
[match[:first_class].strip, match[:second_class].strip]
else
[]
end
end
sep = '//'
"#{ontology.locid}#{sep}#{name}"
end
end