owl.rb revision ddc4049357da5dbb6467259e3e97c2cad7fe3bd9
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
Rails.logger.warn "Could not create entity tree for: #{ontology.name} (#{ontology.id})"
end
end
return true if hash['kind'] == 'AnnotationProperty'
end
false
end
end
end