'''RDF''' or '''Resource Description Framework''' is a generic model for describing objects and data. The basic unit of RDF is the triple, which consists of a subject, predicate, and object. == Representations == RDF/XML is a common representation, and unfortunately is intimidating, miserable to work with by hand, and just barely gets by as human unreadable (it's designed for machine consumption). RDF/N-triples (aka RDF/N3) is a quick-and-easy representation by Tim-Berners Lee. He has a [[http://www.w3.org/2000/10/swap/Primer|beginner's N3 primer]]. [[http://www.w3.org/TeamSubmission/turtle/|Turtle]] is another natural language-looking, N3-like syntax by Dave Beckett. [[http://n2.talis.com/wiki/RDF_JSON_Specification|RDF/JSON]] is a description for RDF in JSON, perfect for use in browser-based web applications. Freebase also uses some kind of RDF-in-JSON representation, though different. [[http://json-ld.org/|JSON-LD]] (JSON for Linked Data) is another RDF-in-JSON format which appears to be easier to integrate into existing JSON documents (à la adds namespacing to JSON). Dave Beckett has a [[http://journal.dajobe.org/journal/posts/2010/01/24/rdf-syntaxes-2-0/|summary on various RDF representations in 2010]]. == RDFa == '''RDFa''' is a mechanism for embedding RDF triples in HTML attributes. === Discussion === * [[http://www.jenitennison.com/blog/node/124|HTML5/RDFa arguments]]: why RDFa isn't being included in HTML5 === Representing dates === Since HTML5's