XSchema Question 1: RDF

Paul Prescod papresco at technologist.com
Sat May 30 13:01:12 BST 1998


Peter Murray-Rust wrote:
> 
> In this way we shan't be held back. If xschema.xsc and xschema.rdf are
> algorithmically transformable, then this could be a starting point.

This is an important point. HyTime is another system for describing
relationships between resources, and could thus be used to attach
properties to resources. But because it uses architectural forms, authors
don't need to know anything about HyTime to use it. Only document type
designers must know about it. The XML world has so few document types that
hardly anybody worries about this problem yet. But they will...

What we have here is a perfect example. We want to make a language that is
optimized for our user community. We want that language to also be an RDF
application. Those two goals seem to be in conflict, because RDF seems to
require you to embed RDF specific elements into any document that uses
RDF. We would rather have the document use RDF indirectly through some
sort of transformation specified by the small set of experts in this
mailing list.

Instead of:

<RDF:Description RDF:HREF="IMG-ELEMENT">
    <XSC:ContentModel>...</XSC:ContentModel>
    <XSC:Attributes>...</XSC:Attributes>
</RDF:Description>

we want:

<XSC:ELETYPE NAME="IMG">
    <XSC:ContentModel>...</XSC:ContentModel>
    <XSC:Attributes>...</XSC:Attributes>
</XSC:ELETYPE>

I could imagine that being handled by a RDF:role attribute that could be
defaulted in the DTD, by RDF:Role processing instructions, through a
reference to some kind of transformation language, etc.

How do the RDPhiles intend for this situation to be handled in general?

 Paul Prescod  - http://itrc.uwaterloo.ca/~papresco

Three things see no end: A loop with exit code done wrong
A semaphore untested, and the change that comes along
http://www.geezjan.org/humor/computers/threes.html

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list