Hi,
I want to ask a detail question, and hope someone could help me:
I make a ontology(OWL), which consist of Classes such as User, Location, Language, Message, Topic...
The point is that, what if a instance of Topic is "Message"? (I generate RDF data additionally in TDB)
From the storing perspective, first, "Message" is a class that is stored as "URI + Message". At the same time, the instance of Topic "Message" is also stored as "URI + Message" !!
As we know, we can't define two entities the same name in protege tool...Is it a little confusing or something problem? And how does the inference machine tell the difference??