Web Developers
There is a simple online validator for Turtlescript at turtlescript.appspot.com.
There are several online validators for Turtle, such as the RDF Validator and Converter.
An offline validator for TurtleScript is on the roadmap to be added to the project.
Microformats are a technique for embedding semantic data in the CSS styles of an HTML document. It is not an RDF syntax, but conversions exist.
RDFa is a way to embed RDF data in the CSS styles of an HTML document. The semantic information is spread throughout the HTML.
GRDDL is a way for web sites to provide XSLT stylesheets to convert their XHTML pages to RDF format.
Data can also be stored in an HTML document in the form of JSON, XML, or other formats. There are no standard conversions of such data to semantic web formats, though custom conversions are often possible.
No libraries currently read TurtleScript out of the box. It is designed to be easy to read the turtle script from an HTML file. Many libraries are then able to read (and write) the Turtle syntax.
Libraries that can read Turtle include: Jena, Redland and RDFlib.