OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xml-dev] Qualifying links



did you look at RDF Schema?.
http://www.w3.org/TR/2000/CR-rdf-schema-20000327/

You can create a RDF schema, and make your document use it.

Sateesh

----- Original Message -----
From: "Julian Reschke" <julian.reschke@gmx.de>
To: <xml-dev@lists.xml.org>
Sent: Thursday, October 04, 2001 3:44 PM
Subject: [xml-dev] Qualifying links


> Say we have a protocol that reports a list of URIs in the following
format:
>
> <container>
> <href>mailto:julian.reschke@gmx.de</href>
> <href>tel:+49 1234 56788</href>
> <href>tel:+49 1234 56789</href>
> <href>http://www.greenbytes.de</href>
> </container>
>
> The set of href elements is unbounded and can carry multiple types of
URIs.
>
> Obviously, given that this information exists, it would be nice to pass
> additional information, like:
>
> <container>
> <href type="email">mailto:julian.reschke@gmx.de</href>
> <href type="voice">tel:+49 1234 56788</href>
> <href type="fax">tel:+49 1234 56789</href>
> <href type="homepage">http://www.greenbytes.de</href>
> </container>
>
> Obviously, it's easy to invent your own format, but I'm looking for a more
> standardized way.
>
> XLink comes to mind (namely the xlink:role attribute), but after a quick
> search I couldn't find a standardized set of role names for my example.
>
> BTW: it seems that XLink *requires* the links to sit in the xlink:href
> attribute, so that the format would need to change to:
>
> <container>
> <href xlink:href="mailto:julian.reschke@foobar.de"/>
> <href xlink:href="tel:+49 1234 56788"/>
> <href xlink:href="tel:+49 1234 56789"/>
> <href xlink:href="http://www.greenbytes.de"/>
> </container>
>
> (or did I miss something?)
>
>
> Feedback appreciated.
>
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this elist use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>