\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