File Information Schemas

Scalable Vector Graphics (SVG)

CC-BY-SA
This work is licensed under the Creative Commons Attribution-ShareAlike License 4.0
.

Extension(s):
.svg
Media Type:
image/svg+xml
Parameters:
charset, none required.
Uniform Type Identifier (UTI):
public.svg-image
Latest Version of Summary:
https://ns.sm0tvi.net/File/image/svg+xml/index.shtml

Summary

SVG (Scalable Vector Graphics) is an XML-based vector image format for defining two-dimensional graphics, having support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999.

SVG images are defined in a vector graphics format and stored in XML text files. SVG images can thus be scaled in size without loss of quality, and SVG files can be searched, indexed, scripted, and compressed. The XML text files can be created and edited with text editors or vector graphics editors, and are rendered by the most-used web browsers.

Scripting

Styling

Metadata

In accord with the W3C's Semantic Web initiative, SVG allows authors to provide metadata about SVG content. The main facility is the <metadata> element, where the document can be described using Dublin Core metadata properties (e.g. title, creator/author, subject, description, etc.). Other metadata schemas may also be used. In addition, SVG defines <title> and <desc> elements where authors may also provide plain-text descriptive material within an SVG image to help indexing, searching and retrieval by a number of means.

RDFa

RDFa (Resource Description Framework in Attributes) is a W3C Recommendation that adds a set of attribute-level extensions to HTML, XHTML and various XML-based document types for embedding rich metadata within Web documents. The Resource Description Framework (RDF) data-model mapping enables its use for embedding RDF subject-predicate-object expressions within HTML, XHTML, and XML-based documents. It also enables the extraction of RDF model triples by compliant user agents.

{ about content datatype href prefix property rel resource rev src typeof vocab attributes }

References and Further Reading