Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8371475
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T14:10:09+00:00 2026-06-09T14:10:09+00:00

As by default sequence order is not maintained in an OWL ontology. How can

  • 0

As by default sequence order is not maintained in an OWL ontology. How can i model sequence in an OWL-DL ontology ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T14:10:11+00:00Added an answer on June 9, 2026 at 2:10 pm

    One way to model a sequence and order its elements is to just introduc a hasNext property to capture sequence order:

    Class: SequenceItem
        EquivalentTo: 
            hasNext only SequenceItem
    
    ObjectProperty: hasNext 
        Domain: 
           SequenceItem
        Range: 
           SequenceItem
        InverseOf:
           hasPrevious
    

    Then, assuming the items you want to sequence in order are represented as instances, you can capture their order in the sequence like so:

    SequenceItem: item_1
        hasNext: 
             item_2
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

CREATE TABLE `sequence` (`id` int(11) NOT NULL auto_increment, `load_status` varchar(100) default NULL, PRIMARY KEY
I'm trying to generate a sequence table in MySQL, so that I can get
In PostgreSql, one can define a sequence and use it as the primary key
How can you make WCF use xs:All instead of xs:Sequence when it defines complex
Say I have a sequence of queries that progressively get more expensive. I can
my question is -- how can I apply an order to the tags in
I need a rolling window (aka sliding window) iterable over a sequence/iterator/generator. (Default Python
Why most hibernate application are using sequence for id generation? Why not use the
From http://discuss.joelonsoftware.com/default.asp?interview.11.794054.1 The sequence A is defined as follows: Start with the natural numbers
I know default c# Random() is a pseudo-random number sequence. I just need one

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.