Can be transformed to RDF?
One RDF use include to include other RDFs.
XLink and HLink: http://www.xml.com/lpt/a/1038
Enhancements to html link
- When to actuate the link
In current html link impl, the link is actuated when it is clicked. In XLink and HLink, a link can be actuated when the page containing the link is loaded - More effects when a link is actuated.
embed, new, replace, etc. - HLink supports creation of arbitrary link element.
<hlink namespace="http://www.example.com/markup" element="home" locator="/" effect="replace" actuate="onRequest"/> <hlink namespace="http://www.example.com/markup" element="home" locator="/icons/home.png" effect="embed" actuate="onLoad"/> <home/>
- XLink supports creation of links among more than two resources.
- Add more metadata to links
- Links can be specified outside the linked resources.
In HTML, users can only specify links within the source resource.
When you write<a href=”destination.resource”>source</a>
this piece of code must be located in the source html. In other words, the user cannot specify links among external resources.
XLink adds this support.
METS, DIDL, ORE
http://www.oreillynet.com/xml/blog/2008/06/oaiore_compound_documents_draf.html
http://www.oreillynet.com/xml/blog/2008/05/bad_xml.html
http://www.dehora.net/journal/2008/06/18/dates-in-atom/
http://dret.net/netdret/docs/wilde-cacm2008-xml-fever.html
http://www.tbray.org/ongoing/When/200x/2006/01/09/On-XML-Language-Design
No comments:
Post a Comment