Hello,

I have an ontology with a class "Element", a class "Type" with some 
subclasses "Type_1", "Type_2", ..., and an object property "hasType" with 
the class "Element" as domain and one of the subclasses from "Type" as 
range like:

  <owl:AsymmetricProperty rdf:ID="hasType">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string";>has 
type</rdfs:label>
    <rdfs:range>
      <owl:Class>
        <owl:oneOf rdf:parseType="Collection">
          <rdf:Description rdf:ID="Type_1"/>
          <rdf:Description rdf:ID="Type_2"/>
        </owl:oneOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:domain rdf:resource="#Element"/>
  </owl:AsymmetricProperty>

So I am able to create a new Instance of the class "Element" and choose 
"Type_1" or "Type_2" from a list as value for "hasType".

But I want to define the range of the property "hasType" in a more flexible 
way. Is it possible (e. g. with manchester syntax) to define the range of 
the property "hasType" as one subclass of the class "Type"?
E. g. if I add the subclass "Type_3" to the class "Type" it becomes 
automatically part of the possible range from the object property "hasType".

best regards

Christoph

-- 
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary 
Network (EVN), TopBraid Composer, TopBraid Live, TopBraid Insight, 
SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to