As by default sequence order is not maintained in an OWL ontology. How can i model sequence in an OWL-DL ontology ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One way to model a sequence and order its elements is to just introduc a
hasNextproperty to capture sequence order:Then, assuming the items you want to sequence in order are represented as instances, you can capture their order in the sequence like so: