RDF
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) (→Other links) |
||
Line 23: | Line 23: | ||
* [http://www.w3.org/RDF/ W3C RDF page] | * [http://www.w3.org/RDF/ W3C RDF page] | ||
* [[Wikipedia:Resource Description Framework|Wikipedia article]] | * [[Wikipedia:Resource Description Framework|Wikipedia article]] | ||
+ | * [http://www.w3.org/TR/csv2rdf/ Generating RDF from tabular data on the Web (W3C)] | ||
[[Category:Metadata]] | [[Category:Metadata]] | ||
[[Category:XML based file formats]] | [[Category:XML based file formats]] | ||
[[Category:W3C]] | [[Category:W3C]] |
Revision as of 18:51, 27 March 2016
RDF (Resource Description Framework) is a W3C standard describing both an abstract structure for keeping track of information about a resource, and the concrete implementation of this structure serialized as an XML document.
RDF was originally the basis of the RSS standard, though some later versions of RSS (though not all, due to its forked development with different philosophies of different developers) are no longer based on RDF.
RDF can be used to express metadata about a particular thing and its relationships with other things. It is an important element of the Semantic Web project, intending to evolve the Web to a stage where it enables automatic processing of information in a rigorously-defined way.
RDFa is a related spec for linked data embedded within HTML.
Standards
- W3C: RDF Vocabulary Description Language 1.0: RDF Schema (2004)
- W3C: RDF/XML Syntax Specification (2004)
- HTML+RDFa 1.1 W3C Proposed Recommendation 25 June 2013
- RFC 3870 (MIME type registration)