Where is RDF Schema
2001-12-13 15:45:28 Eric van der Vlist
I see them as belonging to very different levels.
RDF Schema is constraining the relations between a triples of RDF application independently of its XML Serialization (and even if the application doesn't have any XML serialization).
The XML Schema languages OTH are constraing the XML syntax and even when applied to RDF documents, they restrict the triples on a very indirect way.
Depending on your needs, you may then use either one of them only (RDF Schema if you care only about the triples, XML Schema if you care only about the syntax), two of them (if you care about the triples and want to fix a syntax too) or none...
Seeing them as independent, I have thought to kind of oppose them by including RDF Schema in the balance would have been more confusing.
That's also why I haven't mention UML or other modeling technologies.