Issue253

Title equivalent class rendering broken
Project Swoop
Priority critical Status chatting
Superseder (list) Nosy List adikal (list)
Assigned To adikal Topics (list)

Created on 2005-10-29.02:07:01 by adikal, last changed 2006-03-17.20:47:45 by ronwalf.

Messages
msg773 (view) Author: ronwalf Date: 2006-03-17.20:47:45
Seems to have moved. It's now at
http://www.mindswap.org/ontologies/team.owl

I'm poking around at it right now.
msg643 (view) Author: ronwalf Date: 2006-01-09.22:02:21
It seems more like anonymous classes aren't showing up.
The definition in OWL is:
  <owl:Class>

    <owl:equivalentClass rdf:resource="&teams;MixedTeam"/>
    <owl:intersectionOf rdf:parseType="Collection">
      <rdf:Description rdf:about="&teams;Team"/>
      <owl:Restriction>
        <owl:onProperty rdf:resource="&teams;hasMember"/>
        <owl:someValuesFrom rdf:resource="&teams;Male"/>
      </owl:Restriction>
      <owl:Restriction>
        <owl:onProperty rdf:resource="&teams;hasMember"/>

        <owl:someValuesFrom rdf:resource="&teams;Female"/>
      </owl:Restriction>
    </owl:intersectionOf>
  </owl:Class>


Didn't Swoop used to show GCIs?  Would that be applicable here?
msg575 (view) Author: adikal Date: 2005-10-29.02:07:01
MixedTeam equivalence axiom missing from
http://www.mindswap.org/ontologies/teams.owl
History
Date User Action Args
2006-03-17 20:47:45ronwalfsetmessages: + msg773
2006-01-09 22:02:22ronwalfsetstatus: unread -> chatting
messages: + msg643
2005-10-29 02:07:01adikalcreate