rdf: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(stub)
 
(hard to explain)
 
Line 2: Line 2:


'''<dfn>RDF</dfn>''' is an abbreviation for Resource Description Framework which is a way to describe information in terms of [[triples]].
'''<dfn>RDF</dfn>''' is an abbreviation for Resource Description Framework which is a way to describe information in terms of [[triples]].
As with other forms of [[triples]] data models, RDF can be hard to explain, especially hard to explain as to why it is useful or necessary for anything above and beyond [[microformats]] and [[JSON]] which are based on a simpler model of objects that have properties with values.
See [[triples]] for more on this problem of unnecessary complexity.


== See Also ==
== See Also ==
* [[rdfa]]
* [[rdfa]]
* [[linked-data]]
* [[linked-data]]

Latest revision as of 00:56, 2 July 2013

This article is a stub. You can help the microformats.org wiki by expanding it.

RDF is an abbreviation for Resource Description Framework which is a way to describe information in terms of triples.

As with other forms of triples data models, RDF can be hard to explain, especially hard to explain as to why it is useful or necessary for anything above and beyond microformats and JSON which are based on a simpler model of objects that have properties with values.

See triples for more on this problem of unnecessary complexity.

See Also