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

  • SEARCH
  • Home
  • 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 8794159
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:12:53+00:00 2026-06-13T23:12:53+00:00

I have problems relating classes (not individuals) in my ontology. I need to know

  • 0

I have problems relating classes (not individuals) in my ontology. I need to know which one
OWL(full-dl-lite) allows to relate classes.
i mean the domain and range of property be http://www.w3.org/2002/07/owl#Class.
Is it possible to do that?
thanks for any hint.

  • 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-13T23:12:54+00:00Added an answer on June 13, 2026 at 11:12 pm

    First, forget about the spec at http://www.w3.org/TR/owl-guide/, http://www.w3.org/TR/owl-ref/ and http://www.w3.org/TR/owl-semantics/. The official recommendation for a Web Ontology Language is OWL 2, where the various sublanguages are OWL 2 EL, OWL 2 QL, OWL 2 RL, OWL 2 DL and OWL 2 Full (read about the new features of OWL 2). OWL Lite does not exist anymore and should be forgotten forever.

    Second, in OWL (both 1 and 2), it has always been possible to relate classes using annotation properties, like this in Turtle:

    # valid in all variants and OWL 1 and OWL 2
    :prop  a  owl:AnnotationProperty .
    :C1  a  owl:Class .
    :C2  a  owl:Class;
         :prop  :C2 .
    

    In OWL 1, it was not possible to define a domain or range for an annotation property but it is now possible in OWL 2:

    # works in all variants of OWL 2
    :prop  a  owl:AnnotationProperty;
           rdfs:domain  owl:Class;
           rdfs:range  owl:Class .
    

    Your other option is to rely on the notion of “punning”, that is, using the IRI of a class for an individual, like so:

    # works in all variants of OWL 2
    :prop  a  owl:ObjectProperty .
    :C1  a  owl:Class .
    :C2  a  owl:Class;
         :prop  :C2 .
    

    However, you cannot use owl:Class as the domain or range of an object property. The last possibility is to not care and use OWL (1/2) Full:

    # works in OWL 1 Full, OWL 2 Full
    :prop  rdfs:domain  owl:Class;
           rdfs:range  owl:Class .
    :C1  a  owl:Class;
         :prop  :C2 .
    

    Note that most OWL DL reasoners will not crash on that input (more precisely, all reasoners that I’ve ever tested would not crash), so it’s pretty safe in fact.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just replaced CKEditor (which came with a wealth of mysterious problems relating
I have several problems relating to NSPredicates, here are they; 1.) My code is
I have two problems relating to using Jquery mobile UI framework dropdown selectors when
Ok, I have a question relating to an issue I've previously had. I know
I'm having a problem relating to storing a variable within Javascript. I have a
i have problems with a really basic thing. setting properties after instantiation a UIViewController-
I have problems with creating a simple Group-Box-Control via CreateWindowEx. The font-size/-style of its
I have problems with CSS. The table is creating white border and I do
I have problems dealing with ProGuard and Android. I searched on the web for
I have problems trying to load png file into my application. It seems to

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.