[
Lists Home |
Date Index |
Thread Index
]
Miles Sabin wrote:
>
> Maybe I should have said transformation rather than mapping.
>
> I'll try again: once you've defined an executable transformation (eg.
> using XSLT), what useful job is there left for RDF/DAML/OWL to do?
>
OWL allows you to define not only equivalences between classes of objects,
properties of objects and object themselves but allows you to define
heirarchical classifications of objects. Indeed a subset of OWL can be used
as an interchange syntax for UML.
You might say that XML Schema already allows you to do the heirarchical
classification part, and certainly there is some overlap with the
capabilities of OWL. Nowhere does XML Schema allow you to say that any two
classes are the same (regardless of what they look like). Indeed it is not
possible to write an accurate XML Schema for RDF. Now you *can* write a
RELAXNG pattern for RDF but it doesn't understand the inheritance thing or
classification thing. On the other hand OWL doesn't concern itself with the
details of XML, what folows what etc. OWL Lite might be described as a good
interchange syntax for UML diagrams.
Jonathan
|