Embedded RDF
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. The article may be deleted if this message remains in place for seven days, i.e., after 08:44, 23 March 2025 (UTC). Find sources: "Embedded RDF" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|Embedded RDF|concern=Fails [[WP:NSOFT]]}} ~~~~ |
Embedded RDF (eRDF) is a syntax for writing HTML in such a way that the information in the HTML document can be extracted (with an eRDF parser or XSLT style sheet) into Resource Description Framework (RDF). This can be of great use for searching within data.
It was invented by Ian Davis in 2005, and partly inspired by microformats,[1] a simplified approach to semantically annotate data in websites. This specification is obsolete, superseded by RDFa, Microdata, and JSON-LD.
See also
[edit]- RDFa, W3C's approach at embedding RDF within HTML
- JSON-LD, W3C's approach at embedding RDF within HTML in the form of JSON snippets
- GRDDL, a way to extract (annotated) data out of XHTML and XML documents and transform it into an RDF graph
- Microdata (HTML), another approach at embedding semantics in HTML using additional attributes.
- microformats, the most common way of embedding additional semantics in HTML.
- Content Profile/Linked Document (CP/LD), NISO standard describing how to create semantic relationships between HTML content and JSON-LD data elements
References
[edit]External links
[edit]