grddl: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (pron.)
(calling time of death)
 
(14 intermediate revisions by 2 users not shown)
Line 5: Line 5:


== Introduction ==
== Introduction ==
GRDDL (pronounced "''griddle''") is a mechanism for '''G'''leaning '''R'''esource''' '''D'''escriptions from '''D'''ialects''' of '''L'''anguages. It is a technique for obtaining RDF data from XML documents and in particular XHTML pages. GRDDL transformations can be made for almost any dialect, including microformats.
'''GRDDL''' (pronounced "''griddle''") is a mechanism for '''G'''leaning '''R'''esource '''D'''escriptions from '''D'''ialects of '''L'''anguages. It is a technique for obtaining RDF data from XML documents and in particular XHTML pages. GRDDL transformations can be made for almost any dialect, including microformats.


==Implementations==
==Implementations==
* [http://www.w3.org/2007/08/grddl/ W3C GRDDL Service]
* [http://www.w3.org/2007/08/grddl/ W3C GRDDL Service]
* Triplr - construct URL as <nowiki>http://triplr.org/rdf/example.com/page.htm</nowiki>
== Profiles ==
* [http://tommorris.org/profiles/votelinks Vote-Links] (dead!)
== Transformations ==
;hCalendar
*<nowiki>http://www.w3.org/2002/12/cal/glean-hcal.xsl</nowiki>
;hCard
*<nowiki>http://www.w3.org/2006/vcard/hcard2rdf.xsl</nowiki>
*<nowiki>http://norman.walsh.name/2005/12/12/examples/hcard2rdf.xsl</nowiki>
;vote-links
*<nowiki>http://rdf.opiumfield.com/vote/votelinks.xsl</nowiki>
==Issues==
* Is GRDDL in HTML 4.01 OK, or is it just for XHTML?
** Surely parsers can convert valid HTML4.01 to XHTML, perhaps using HTML-Tidy, before parsing it?
*** The specification states that it is intended for XML and XHTML, but 'profile' is in the HTML4 specification. Parsers can implement Tidy or other conversion routines, but do not have to. --[[User:TomMorris|TomMorris]] 03:49, 13 Oct 2007 (PDT)
**** Restricting GRDDL to XHTML would seem to be unnecessarily limiting. [[User:AndyMabbett|Andy Mabbett]] 04:00, 13 Oct 2007 (PDT)
** See [http://microformats.org/discuss/mail/microformats-discuss/2007-September/010788.html mailing list post, 2007-09-27]
=== Essentially dead ===
<div class="discussion">
* As someone who was an early proponent of GRDDL, I'd state that as of 2015-03, it is essentially dead along with any [[profile]]-based metadata systems including [[xmdp]]. The GRDDL specification relies on the profile attribute which has been deprecated in HTML5. Evidence to that effect: the [http://www.w3.org/2007/08/grddl/ W3C GRDDL reference service] is offline, no attempt has been made to build an alternative that is HTML5-compliant (such as implementing [[html5-profile]]). It is probably time to call time of death on GRDDL and [[profile-uris]]. —[[User:TomMorris|Tom Morris]] 16:51, 16 March 2015 (UTC)
</div>


== References ==
== References ==
Line 17: Line 44:
== Further reading ==
== Further reading ==


*&hellip;
* [http://www-sop.inria.fr/acacia/personnel/Fabien.Gandon/tmp/grddl/grddl-introduction-v3/ Bootstrapping the Semantic Web with GRDDL, Microformats, and RDFa] (tutorial)
* [http://www.w3.org/2007/07/grddl-pressrelease W3C's GRDDL Press Release]
* &hellip;
 
=== Criticisms ===
* 2007-07-29 - [http://semwebdev.keithalexander.co.uk/blog/posts/microformats-not-semantic-web Microformats aren't an answer to the Semantic Web]


== See also ==
== See also ==


*&hellip;
*&hellip;

Latest revision as of 16:51, 16 March 2015

GRDDL

This page is new - please help to populate it!


Introduction

GRDDL (pronounced "griddle") is a mechanism for Gleaning Resource Descriptions from Dialects of Languages. It is a technique for obtaining RDF data from XML documents and in particular XHTML pages. GRDDL transformations can be made for almost any dialect, including microformats.

Implementations

  • W3C GRDDL Service
  • Triplr - construct URL as http://triplr.org/rdf/example.com/page.htm

Profiles

Transformations

hCalendar
  • http://www.w3.org/2002/12/cal/glean-hcal.xsl
hCard
  • http://www.w3.org/2006/vcard/hcard2rdf.xsl
  • http://norman.walsh.name/2005/12/12/examples/hcard2rdf.xsl
vote-links
  • http://rdf.opiumfield.com/vote/votelinks.xsl

Issues

  • Is GRDDL in HTML 4.01 OK, or is it just for XHTML?
    • Surely parsers can convert valid HTML4.01 to XHTML, perhaps using HTML-Tidy, before parsing it?
      • The specification states that it is intended for XML and XHTML, but 'profile' is in the HTML4 specification. Parsers can implement Tidy or other conversion routines, but do not have to. --TomMorris 03:49, 13 Oct 2007 (PDT)
        • Restricting GRDDL to XHTML would seem to be unnecessarily limiting. Andy Mabbett 04:00, 13 Oct 2007 (PDT)
    • See mailing list post, 2007-09-27

Essentially dead

  • As someone who was an early proponent of GRDDL, I'd state that as of 2015-03, it is essentially dead along with any profile-based metadata systems including xmdp. The GRDDL specification relies on the profile attribute which has been deprecated in HTML5. Evidence to that effect: the W3C GRDDL reference service is offline, no attempt has been made to build an alternative that is HTML5-compliant (such as implementing html5-profile). It is probably time to call time of death on GRDDL and profile-uris. —Tom Morris 16:51, 16 March 2015 (UTC)

References

Further reading

Criticisms

See also