sentence.rb revision 589fb95c2e105a0d11878550fd52a61f07ea81b9
sequence :sentence_name do |n|
"Ax#{n}"
end
text { Faker::Lorem.sentence }
trait :meta_ontology do
text { 'Class: <https://github.com/ontohub/OOR_Ontohub_API/blob/master/Domain_fields.owl#Accounting_and_taxation>\n SubClassOf: <https://github.com/ontohub/OOR_Ontohub_API/blob/master/Domain_fields.owl#Business_and_administration>' }
end
end
end