owl.rb revision 24895ff745d12312997751cd6fdfc5aae60ee5c8
IDENTIFIERS = %w(OWL OWL2)
end
if is_annotation_sentence?(hash)
\s+
\s+
"(?<annotation>.*)" # The actual annotation
\s*
if m
case m['annotation_type']
when 'label'
when 'comment'
end if entity
end
false
else
true
end
end
end
return true if hash['kind'] == 'AnnotationProperty'
end
false
end
end
end