creation_from_ontology.rb revision a7aea5fb1dba2b33b098b5ec18376f7205c44abc
where('text LIKE ?', "Class: #{status}%hasLabel%").first # The name of the proof status is in the owl-label of the class. # In owl, the label is for a natural language label. A name fits well # The description is in the owl-comment of the class. # This way, the ontology is smaller than when using custom relations.