owl.rb revision 24030f5daafbb03a841797705f4f3296e8f0a11a
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
def ontology_end(hash, ontology)
rescue StandardError => e
puts "Could not create entity tree for: #{ontology.name} (#{ontology.id})"
end
end
return true if hash['kind'] == 'AnnotationProperty'
end
false
end
end
end