Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Microdata #23

Open
bergie opened this issue Jun 3, 2011 · 9 comments
Open

Add support for Microdata #23

bergie opened this issue Jun 3, 2011 · 9 comments

Comments

@bergie
Copy link
Owner

bergie commented Jun 3, 2011

Due to the efforts of search engines (see http://schema.org/), it appears HTML5 microdata will become a rather important way of publishing machine-readable data on the web. Because of this, VIE should support it.

Reading and writing semantic data with the DOM is now handled in the VIE.RDFa object. We could implement an API-compatible VIE.Microdata object that systems could use instead as needed.

@bergie
Copy link
Owner Author

bergie commented Jun 3, 2011

See microdata / RDFa mappings: http://schema.org/docs/datamodel.html

@bergie
Copy link
Owner Author

bergie commented Jun 8, 2011

Here is the first test for Microdata reading. Obviously fails now: 3c1afcb

@andresgruber
Copy link

This http://gitorious.org/microdatajs and its live version at http://foolip.org/microdatajs/live/ might be of help to not fail ;-)

@neogermi
Copy link
Contributor

We are currently working on a Microdata reader/writer for rdfQuery. For the client-side version of VIE this will give immediately support for Microdata as it can use rdfQuery. We have to inspect if we can use that parser for node.js as well.

@neogermi
Copy link
Contributor

untested so far, but please have a look at commit a214856

@ladariha
Copy link

Hi, is the implementation in mentioned commit a214856 working in node.js? If so, could you please provide some example how to parse html document for microdata items?

@linclark
Copy link

linclark commented Apr 4, 2012

You might also want to look at termi's Microdata shim, which is apparently browser tested as far back as IE6. I haven't used it myself, though.

https://github.com/termi/Microdata-JS

Microdata parsers are a lot simpler than RDFa parsers, so you could probably create and maintain your own if you wanted to. If the Drupal folks who are super excited about CreateJS get enough time to add stable support for it in Drupal, then I could help with this issue as well.

@akuckartz
Copy link

A discussion is taking place in the W3C HTML5 WG if it makes sense to have a microdata standard in addition to RDFa:
http://manu.sporny.org/2012/microdata-cr/

I agree with Manu Sporny and therefore suggest to ignore HTML5 microdata and to concentrate on RDFa instead.

@bergie
Copy link
Owner Author

bergie commented Dec 19, 2012

@akuckartz Microdata might not make sense in VIE as a default, but given that the services are abstracted anyway, I'd love to have a Microdata (and even Microformats!) service out there.

Here is an example of a custom DOM service for VIE (this one using data attributes): https://github.com/wimleers/edit-createjs/blob/7.x-1.x/js/SparkEditService.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants