--- a/REC-drafts/REC-rdf-syntax-grammar-20140225/Overview.html Tue Feb 04 15:28:45 2014 +0100
+++ b/REC-drafts/REC-rdf-syntax-grammar-20140225/Overview.html Tue Feb 04 15:37:30 2014 +0100
@@ -0,0 +1,4199 @@
+<!DOCTYPE html>
+<html lang="en" typeof="bibo:Document w3p:REC" about="" property="dcterms:language" content="en" prefix="bibo: http://purl.org/ontology/bibo/ w3p: http://www.w3.org/2001/02pd/rec54#" xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+ <title>RDF 1.1 XML Syntax</title>
+
+
+
+ <style type="text/css">
+ figure { width: 76% ; text-align: center}
+ .figure { font-weight: bold; text-align: center; }
+ table.xsd-types td, table.xsd-types th { border: 1px solid #ddd; padding: 0.1em 0.5em; }
+ </style>
+ <style>/*****************************************************************
+ * ReSpec 3 CSS
+ * Robin Berjon - http://berjon.com/
+ *****************************************************************/
+
+/* --- INLINES --- */
+em.rfc2119 {
+ text-transform: lowercase;
+ font-variant: small-caps;
+ font-style: normal;
+ color: #900;
+}
+
+h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym,
+h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr {
+ border: none;
+}
+
+dfn {
+ font-weight: bold;
+}
+
+a.internalDFN {
+ color: inherit;
+ border-bottom: 1px solid #99c;
+ text-decoration: none;
+}
+
+a.externalDFN {
+ color: inherit;
+ border-bottom: 1px dotted #ccc;
+ text-decoration: none;
+}
+
+a.bibref {
+ text-decoration: none;
+}
+
+cite .bibref {
+ font-style: normal;
+}
+
+code {
+ color: #ff4500;
+}
+
+/* --- TOC --- */
+.toc a, .tof a {
+ text-decoration: none;
+}
+
+a .secno, a .figno {
+ color: #000;
+}
+
+ul.tof, ol.tof {
+ list-style: none outside none;
+}
+
+.caption {
+ margin-top: 0.5em;
+ font-style: italic;
+}
+
+/* --- TABLE --- */
+table.simple {
+ border-spacing: 0;
+ border-collapse: collapse;
+ border-bottom: 3px solid #005a9c;
+}
+
+.simple th {
+ background: #005a9c;
+ color: #fff;
+ padding: 3px 5px;
+ text-align: left;
+}
+
+.simple th[scope="row"] {
+ background: inherit;
+ color: inherit;
+ border-top: 1px solid #ddd;
+}
+
+.simple td {
+ padding: 3px 10px;
+ border-top: 1px solid #ddd;
+}
+
+.simple tr:nth-child(even) {
+ background: #f0f6ff;
+}
+
+/* --- DL --- */
+.section dd > p:first-child {
+ margin-top: 0;
+}
+
+.section dd > p:last-child {
+ margin-bottom: 0;
+}
+
+.section dd {
+ margin-bottom: 1em;
+}
+
+.section dl.attrs dd, .section dl.eldef dd {
+ margin-bottom: 0;
+}
+
+@media print {
+ .removeOnSave {
+ display: none;
+ }
+}
+</style><style>/* --- EXAMPLES --- */
+div.example-title {
+ min-width: 7.5em;
+ color: #b9ab2d;
+}
+div.example-title span {
+ text-transform: uppercase;
+}
+aside.example, div.example, div.illegal-example {
+ padding: 0.5em;
+ margin: 1em 0;
+ position: relative;
+ clear: both;
+}
+div.illegal-example { color: red }
+div.illegal-example p { color: black }
+aside.example, div.example {
+ padding: .5em;
+ border-left-width: .5em;
+ border-left-style: solid;
+ border-color: #e0cb52;
+ background: #fcfaee;
+}
+
+aside.example div.example {
+ border-left-width: .1em;
+ border-color: #999;
+ background: #fff;
+}
+aside.example div.example div.example-title {
+ color: #999;
+}
+</style><style>/* --- ISSUES/NOTES --- */
+div.issue-title, div.note-title {
+ padding-right: 1em;
+ min-width: 7.5em;
+ color: #b9ab2d;
+}
+div.issue-title { color: #e05252; }
+div.note-title { color: #2b2; }
+div.issue-title span, div.note-title span {
+ text-transform: uppercase;
+}
+div.note, div.issue {
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+.note > p:first-child, .issue > p:first-child { margin-top: 0 }
+.issue, .note {
+ padding: .5em;
+ border-left-width: .5em;
+ border-left-style: solid;
+}
+div.issue, div.note {
+ padding: 1em 1.2em 0.5em;
+ margin: 1em 0;
+ position: relative;
+ clear: both;
+}
+span.note, span.issue { padding: .1em .5em .15em; }
+
+.issue {
+ border-color: #e05252;
+ background: #fbe9e9;
+}
+.note {
+ border-color: #52e052;
+ background: #e9fbe9;
+}
+
+
+</style><link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-REC" />
+<!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]-->
+</head>
+
+ <body class="h-entry" role="document" id="respecDocument"><div class="head" role="contentinfo" id="respecHeader">
+ <p>
+
+ <a href="http://www.w3.org/"><img width="72" height="48" alt="W3C" src="https://www.w3.org/Icons/w3c_home" /></a>
+
+ </p>
+ <h1 property="dcterms:title" id="title" class="title p-name">RDF 1.1 XML Syntax</h1>
+
+ <h2 content="2014-02-24T23:00:00.000Z" datatype="xsd:dateTime" property="dcterms:issued" id="w3c-recommendation-25-february-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Recommendation <time datetime="2014-02-25" class="dt-published">25 February 2014</time></h2>
+ <dl>
+
+ <dt>This version:</dt>
+ <dd><a href="http://www.w3.org/TR/2014/REC-rdf-syntax-grammar-20140225/" class="u-url">http://www.w3.org/TR/2014/REC-rdf-syntax-grammar-20140225/</a></dd>
+ <dt>Latest published version:</dt>
+ <dd><a href="http://www.w3.org/TR/rdf-syntax-grammar/">http://www.w3.org/TR/rdf-syntax-grammar/</a></dd>
+
+
+
+ <dt>Test suite:</dt>
+ <dd><a href="http://www.w3.org/TR/2014/NOTE-rdf11-testcases-20140225/">http://www.w3.org/TR/2014/NOTE-rdf11-testcases-20140225/</a></dd>
+
+
+
+
+
+ <dt>Previous version:</dt>
+ <dd><a href="http://www.w3.org/TR/2014/PER-rdf-syntax-grammar-20140109/" rel="dcterms:replaces">http://www.w3.org/TR/2014/PER-rdf-syntax-grammar-20140109/</a></dd>
+
+
+ <dt>Editors:</dt>
+ <dd inlist="" rel="bibo:editor" class="p-author h-card vcard"><span typeof="foaf:Person"><a href="http://fabien.info/" content="Fabien Gandon" property="foaf:name" rel="foaf:homepage" class="u-url url p-name fn">Fabien Gandon</a>, <a href="http://www.inria.fr" class="p-org org h-org h-card" rel="foaf:workplaceHomepage">INRIA</a></span>
+</dd>
+<dd inlist="" rel="bibo:editor" class="p-author h-card vcard"><span typeof="foaf:Person"><a href="http://www.cs.vu.nl/~guus/" content="Guus Schreiber" property="foaf:name" rel="foaf:homepage" class="u-url url p-name fn">Guus Schreiber</a>, <a href="http://www.vu.nl" class="p-org org h-org h-card" rel="foaf:workplaceHomepage">VU University Amsterdam</a></span>
+</dd>
+
+
+
+
+
+ <dt>Previous Editors:</dt>
+
+
+
+ <dd>
+
+ Dave Beckett
+
+ </dd>
+
+
+
+
+
+
+ </dl>
+
+ <p>
+ Please check the <a href="http://www.w3.org/2014/rdf1.1-errata"><strong>errata</strong></a> for any errors or issues
+ reported since publication.
+ </p>
+
+
+ <p>
+
+ This document is also available in this non-normative format:
+
+ <a href="diff.html" rel="alternate">diff w.r.t. 2004 Recommendation</a>
+ </p>
+
+
+ <p>
+ The English version of this specification is the only normative version. Non-normative
+ <a href="http://www.w3.org/Consortium/Translation/">translations</a> may also be available.
+ </p>
+
+
+
+ <p class="copyright">
+ <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> ©
+ 2004-2014
+
+ <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup>
+ (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>,
+ <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
+ <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>),
+
+ All Rights Reserved.
+
+ <abbr title="World Wide Web Consortium">W3C</abbr> <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
+ <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and
+
+ <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
+
+ rules apply.
+ </p>
+
+
+ <hr />
+</div>
+
+ <section id="abstract" class="introductory" property="dcterms:abstract" datatype="" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h2 aria-level="1" role="heading" id="h2_abstract">Abstract</h2>
+ <p>This document defines an XML
+ syntax for RDF called RDF/XML in terms of
+ Namespaces in XML, the XML Information Set
+ and XML Base.</p>
+
+ </section><section class="introductory" id="sotd" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h2 aria-level="1" role="heading" id="h2_sotd">Status of This Document</h2>
+
+
+
+ <p>
+ <em>This section describes the status of this document at the time of its publication.
+ Other documents may supersede this document. A list of current <abbr title="World Wide Web Consortium">W3C</abbr> publications and the
+ latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> technical reports index</a> at
+ http://www.w3.org/TR/.</em>
+ </p>
+
+ <p>This document is an edited version of the 2004 RDF XML Syntax
+ Specification Recommendation. The purpose of this revision is
+ to make this
+ document available as part of the RDF 1.1 document set. Changes are
+ limited to revised references, terminology updates, and adaptations to
+ the introduction.
+ The technical content of the document is unchanged, except for
+ the fact that the datatype XMLLiiteral is marked as
+ non-normative in RDF 1.1. The (non-normative) algorithm for
+ parsing XMLLiteral
+ (<a href="#parseTypeLiteralPropertyElt">Sec. 7.2.17</a>)
+ has been updated to be in line with
+ the current state of XML technology. Details of the changes
+ are listed in the <a href="#changes-rdf11">Changes</a>
+ section. Since the edits to this document do not invalidate
+ previous implementations the Director decided no new implementation report was required. </p>
+
+ <p>
+ This document was published by the <a href="http://www.w3.org/2011/rdf-wg/">RDF Working Group</a> as a Recommendation.
+
+
+ If you wish to make comments regarding this document, please send them to
+ <a href="mailto:public-rdf-comments@w3.org">public-rdf-comments@w3.org</a>
+ (<a href="mailto:public-rdf-comments-request@w3.org?subject=subscribe">subscribe</a>,
+ <a href="http://lists.w3.org/Archives/Public/public-rdf-comments/">archives</a>).
+
+
+
+
+ All comments are welcome.
+
+ </p>
+
+
+
+ <p>
+ This document has been reviewed by <abbr title="World Wide Web Consortium">W3C</abbr> Members, by software developers, and by other <abbr title="World Wide Web Consortium">W3C</abbr>
+ groups and interested parties, and is endorsed by the Director as a <abbr title="World Wide Web Consortium">W3C</abbr> Recommendation.
+ It is a stable document and may be used as reference material or cited from another
+ document. <abbr title="World Wide Web Consortium">W3C</abbr>'s role in making the Recommendation is to draw attention to the
+ specification and to promote its widespread deployment. This enhances the functionality
+ and interoperability of the Web.
+ </p>
+
+
+ <p>
+
+ This document was produced by a group operating under the
+ <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/" rel="w3p:patentRules" about="" id="sotd_patent">5 February 2004 <abbr title="World Wide Web Consortium">W3C</abbr> Patent
+ Policy</a>.
+
+
+
+
+ <abbr title="World Wide Web Consortium">W3C</abbr> maintains a <a rel="disclosure" href="http://www.w3.org/2004/01/pp-impl/46168/status">public list of any patent
+ disclosures</a>
+
+ made in connection with the deliverables of the group; that page also includes
+ instructions for disclosing a patent. An individual who has actual knowledge of a patent
+ which the individual believes contains
+ <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
+ Claim(s)</a> must disclose the information in accordance with
+ <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
+ 6 of the <abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
+
+
+ </p>
+
+
+
+
+</section><section id="toc"><h2 class="introductory" aria-level="1" role="heading" id="h2_toc">Table of Contents</h2><ul class="toc" role="directory" id="respecContents"><li class="tocline"><a href="#section-Introduction" class="tocxref"><span class="secno">1. </span>Introduction</a></li><li class="tocline"><a href="#section-Syntax" class="tocxref"><span class="secno">2. </span>An XML Syntax for RDF</a><ul class="toc"><li class="tocline"><a href="#section-Syntax-intro" class="tocxref"><span class="secno">2.1 </span>Introduction</a></li><li class="tocline"><a href="#section-Syntax-node-property-elements" class="tocxref"><span class="secno">2.2 </span>Node Elements and Property Elements</a></li><li class="tocline"><a href="#section-Syntax-multiple-property-elements" class="tocxref"><span class="secno">2.3 </span>Multiple Property Elements</a></li><li class="tocline"><a href="#section-Syntax-empty-property-elements" class="tocxref"><span class="secno">2.4 </span>Empty Property Elements</a></li><li class="tocline"><a href="#section-Syntax-property-attributes" class="tocxref"><span class="secno">2.5 </span>Property Attributes</a></li><li class="tocline"><a href="#section-Syntax-complete-document" class="tocxref"><span class="secno">2.6 </span>Completing the Document: Document Element and XML Declaration</a></li><li class="tocline"><a href="#section-Syntax-languages" class="tocxref"><span class="secno">2.7 </span>Languages: <code>xml:lang</code></a></li><li class="tocline"><a href="#section-Syntax-XML-literals" class="tocxref"><span class="secno">2.8 </span>XML Literals: <code>rdf:parseType="Literal"</code></a></li><li class="tocline"><a href="#section-Syntax-datatyped-literals" class="tocxref"><span class="secno">2.9 </span>Typed Literals: <code>rdf:datatype</code></a></li><li class="tocline"><a href="#section-Syntax-blank-nodes" class="tocxref"><span class="secno">2.10 </span>Identifying Blank Nodes: <code>rdf:nodeID</code></a></li><li class="tocline"><a href="#section-Syntax-parsetype-resource" class="tocxref"><span class="secno">2.11 </span>Omitting Blank Nodes: <code>rdf:parseType="Resource"</code></a></li><li class="tocline"><a href="#section-Syntax-property-attributes-on-property-element" class="tocxref"><span class="secno">2.12 </span>Omitting Nodes: Property Attributes on an empty Property Element</a></li><li class="tocline"><a href="#section-Syntax-typed-nodes" class="tocxref"><span class="secno">2.13 </span>Typed Node Elements</a></li><li class="tocline"><a href="#section-Syntax-ID-xml-base" class="tocxref"><span class="secno">2.14 </span>Abbreviating URIs: <code>rdf:ID</code> and <code>xml:base</code></a></li><li class="tocline"><a href="#section-Syntax-list-elements" class="tocxref"><span class="secno">2.15 </span>Container Membership Property Elements: <code>rdf:li</code> and <code>rdf:_</code><em>n</em></a></li><li class="tocline"><a href="#section-Syntax-parsetype-Collection" class="tocxref"><span class="secno">2.16 </span>Collections: <code>rdf:parseType="Collection"</code></a></li><li class="tocline"><a href="#section-Syntax-reifying" class="tocxref"><span class="secno">2.17 </span>Reifying Statements: <code>rdf:ID</code></a></li></ul></li><li class="tocline"><a href="#section-Terminology" class="tocxref"><span class="secno">3. </span>Terminology</a></li><li class="tocline"><a href="#section-MIME-Type" class="tocxref"><span class="secno">4. </span>RDF MIME Type, File Extension and Macintosh File Type</a></li><li class="tocline"><a href="#section-Global" class="tocxref"><span class="secno">5. </span>Global Issues</a><ul class="toc"><li class="tocline"><a href="#section-Namespace" class="tocxref"><span class="secno">5.1 </span>The RDF Namespace and Vocabulary</a></li><li class="tocline"><a href="#section-Identifiers" class="tocxref"><span class="secno">5.2 </span>Identifiers</a></li><li class="tocline"><a href="#section-baseURIs" class="tocxref"><span class="secno">5.3 </span>Resolving IRIs</a></li><li class="tocline"><a href="#section-constraints" class="tocxref"><span class="secno">5.4 </span>Constraints</a></li><li class="tocline"><a href="#section-conformance" class="tocxref"><span class="secno">5.5 </span>Conformance</a></li></ul></li><li class="tocline"><a href="#section-Data-Model" class="tocxref"><span class="secno">6. </span>Syntax Data Model</a><ul class="toc"><li class="tocline"><a href="#section-Nodes" class="tocxref"><span class="secno">6.1 </span>Events</a><ul class="toc"><li class="tocline"><a href="#section-root-node" class="tocxref"><span class="secno">6.1.1 </span>Root Event</a></li><li class="tocline"><a href="#section-element-node" class="tocxref"><span class="secno">6.1.2 </span>Element Event</a></li><li class="tocline"><a href="#section-end-element-node" class="tocxref"><span class="secno">6.1.3 </span>End Element Event</a></li><li class="tocline"><a href="#section-attribute-node" class="tocxref"><span class="secno">6.1.4 </span>Attribute Event</a></li><li class="tocline"><a href="#section-text-node" class="tocxref"><span class="secno">6.1.5 </span>Text Event</a></li><li class="tocline"><a href="#section-identifier-node" class="tocxref"><span class="secno">6.1.6 </span>IRI Event</a></li><li class="tocline"><a href="#section-blank-nodeid-event" class="tocxref"><span class="secno">6.1.7 </span>Blank Node Identifier Event</a></li><li class="tocline"><a href="#section-literal-node" class="tocxref"><span class="secno">6.1.8 </span>Plain Literal Event</a></li><li class="tocline"><a href="#section-typed-literal-node" class="tocxref"><span class="secno">6.1.9 </span>Typed Literal Event</a></li></ul></li><li class="tocline"><a href="#section-Infoset-Mapping" class="tocxref"><span class="secno">6.2 </span>Information Set Mapping</a></li><li class="tocline"><a href="#section-Infoset-Grammar-Notation" class="tocxref"><span class="secno">6.3 </span>Grammar Notation</a><ul class="toc"><li class="tocline"><a href="#section-Infoset-Grammar-General" class="tocxref"><span class="secno">6.3.1 </span>Grammar General Notation</a></li><li class="tocline"><a href="#section-Infoset-Grammar-Matching" class="tocxref"><span class="secno">6.3.2 </span>Grammar Event Matching Notation</a></li><li class="tocline"><a href="#section-Infoset-Grammar-Action" class="tocxref"><span class="secno">6.3.3 </span>Grammar Action Notation</a></li></ul></li></ul></li><li class="tocline"><a href="#section-Infoset-Grammar" class="tocxref"><span class="secno">7. </span>RDF/XML Grammar</a><ul class="toc"><li class="tocline"><a href="#section-grammar-summary" class="tocxref"><span class="secno">7.1 </span>Grammar summary</a></li><li class="tocline"><a href="#section-grammar-productions" class="tocxref"><span class="secno">7.2 </span>Grammar Productions</a><ul class="toc"><li class="tocline"><a href="#start" class="tocxref"><span class="secno">7.2.1 </span>Grammar start</a></li><li class="tocline"><a href="#coreSyntaxTerms" class="tocxref"><span class="secno">7.2.2 </span>Production coreSyntaxTerms</a></li><li class="tocline"><a href="#syntaxTerms" class="tocxref"><span class="secno">7.2.3 </span>Production syntaxTerms</a></li><li class="tocline"><a href="#oldTerms" class="tocxref"><span class="secno">7.2.4 </span>Production oldTerms</a></li><li class="tocline"><a href="#nodeElementURIs" class="tocxref"><span class="secno">7.2.5 </span>Production nodeElementURIs</a></li><li class="tocline"><a href="#propertyElementURIs" class="tocxref"><span class="secno">7.2.6 </span>Production propertyElementURIs</a></li><li class="tocline"><a href="#propertyAttributeURIs" class="tocxref"><span class="secno">7.2.7 </span>Production propertyAttributeURIs</a></li><li class="tocline"><a href="#doc" class="tocxref"><span class="secno">7.2.8 </span>Production doc</a></li><li class="tocline"><a href="#RDF" class="tocxref"><span class="secno">7.2.9 </span>Production RDF</a></li><li class="tocline"><a href="#nodeElementList" class="tocxref"><span class="secno">7.2.10 </span>Production nodeElementList</a></li><li class="tocline"><a href="#nodeElement" class="tocxref"><span class="secno">7.2.11 </span>Production nodeElement</a></li><li class="tocline"><a href="#ws" class="tocxref"><span class="secno">7.2.12 </span>Production ws</a></li><li class="tocline"><a href="#propertyEltList" class="tocxref"><span class="secno">7.2.13 </span>Production propertyEltList</a></li><li class="tocline"><a href="#propertyElt" class="tocxref"><span class="secno">7.2.14 </span>Production propertyElt</a></li><li class="tocline"><a href="#resourcePropertyElt" class="tocxref"><span class="secno">7.2.15 </span>Production resourcePropertyElt</a></li><li class="tocline"><a href="#literalPropertyElt" class="tocxref"><span class="secno">7.2.16 </span>Production literalPropertyElt</a></li><li class="tocline"><a href="#parseTypeLiteralPropertyElt" class="tocxref"><span class="secno">7.2.17 </span>Production parseTypeLiteralPropertyElt</a></li><li class="tocline"><a href="#parseTypeResourcePropertyElt" class="tocxref"><span class="secno">7.2.18 </span>Production parseTypeResourcePropertyElt</a></li><li class="tocline"><a href="#parseTypeCollectionPropertyElt" class="tocxref"><span class="secno">7.2.19 </span>Production parseTypeCollectionPropertyElt</a></li><li class="tocline"><a href="#parseTypeOtherPropertyElt" class="tocxref"><span class="secno">7.2.20 </span>Production parseTypeOtherPropertyElt</a></li><li class="tocline"><a href="#emptyPropertyElt" class="tocxref"><span class="secno">7.2.21 </span>Production emptyPropertyElt</a></li><li class="tocline"><a href="#idAttr" class="tocxref"><span class="secno">7.2.22 </span>Production idAttr</a></li><li class="tocline"><a href="#nodeIdAttr" class="tocxref"><span class="secno">7.2.23 </span>Production nodeIdAttr</a></li><li class="tocline"><a href="#aboutAttr" class="tocxref"><span class="secno">7.2.24 </span>Production aboutAttr</a></li><li class="tocline"><a href="#propertyAttr" class="tocxref"><span class="secno">7.2.25 </span>Production propertyAttr</a></li><li class="tocline"><a href="#resourceAttr" class="tocxref"><span class="secno">7.2.26 </span>Production resourceAttr</a></li><li class="tocline"><a href="#datatypeAttr" class="tocxref"><span class="secno">7.2.27 </span>Production datatypeAttr</a></li><li class="tocline"><a href="#parseLiteral" class="tocxref"><span class="secno">7.2.28 </span>Production parseLiteral</a></li><li class="tocline"><a href="#parseResource" class="tocxref"><span class="secno">7.2.29 </span>Production parseResource</a></li><li class="tocline"><a href="#parseCollection" class="tocxref"><span class="secno">7.2.30 </span>Production parseCollection</a></li><li class="tocline"><a href="#parseOther" class="tocxref"><span class="secno">7.2.31 </span>Production parseOther</a></li><li class="tocline"><a href="#URI-reference" class="tocxref"><span class="secno">7.2.32 </span>Production IRI</a></li><li class="tocline"><a href="#literal" class="tocxref"><span class="secno">7.2.33 </span>Production literal</a></li><li class="tocline"><a href="#rdf-id" class="tocxref"><span class="secno">7.2.34 </span>Production rdf-id</a></li></ul></li><li class="tocline"><a href="#section-Reification" class="tocxref"><span class="secno">7.3 </span>Reification Rules</a></li><li class="tocline"><a href="#section-List-Expand" class="tocxref"><span class="secno">7.4 </span>List Expansion Rules</a></li></ul></li><li class="tocline"><a href="#section-Serialising" class="tocxref"><span class="secno">8. </span>Serializing an RDF Graph to RDF/XML</a></li><li class="tocline"><a href="#section-rdf-in-SVG" class="tocxref"><span class="secno">9. </span>Using RDF/XML with SVG</a></li><li class="tocline"><a href="#section-Acknowledgments" class="tocxref"><span class="secno">A. </span>Acknowledgments</a></li><li class="tocline"><a href="#changes-rdf11" class="tocxref"><span class="secno">B. </span>Changes to 2004 Recommendation</a></li><li class="tocline"><a href="#section-Schemas" class="tocxref"><span class="secno">C. </span>Syntax Schemas</a><ul class="toc"><li class="tocline"><a href="#section-RELAXNG-Schema" class="tocxref"><span class="secno">C.1 </span>RELAX NG Compact Schema</a></li></ul></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">D. </span>References</a><ul class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">D.1 </span>Normative references</a></li><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">D.2 </span>Informative references</a></li></ul></li></ul></section>
+
+
+
+ <section id="section-Introduction" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+
+<!--OddPage-->
+<h2 aria-level="1" role="heading" id="h2_section-Introduction"><span class="secno">1. </span>Introduction</h2>
+
+ <p>This document defines the
+ XML [<cite><a class="bibref" href="#bib-XML10">XML10</a></cite>] syntax for RDF graphs. </p>
+
+ <p>This document revises the original RDF/XML grammar [<cite><a class="bibref" href="#bib-RDFMS">RDFMS</a></cite>]
+ in terms of XML Information Set [<cite><a class="bibref" href="#bib-XML-INFOSET">XML-INFOSET</a></cite>] information items which moves
+ away from the rather low-level details of XML, such as particular
+ forms of empty elements. This allows the grammar to be more
+ precisely recorded and the mapping from the XML syntax to the RDF
+ Graph more clearly shown. The mapping to the RDF graph is done by
+ emitting statements in the N-Triples [<cite><a class="bibref" href="#bib-N-TRIPLES">N-TRIPLES</a></cite>] format. </p>
+
+ <p>This document is part of the suite of RDF 1.1
+ documents. Other documents in this suite are: </p>
+
+ <ul>
+ <li>A document describing the basic concepts underlying RDF, as
+ well as abstract syntax ("RDF Concepts and Abstract Syntax")
+ [<cite><a class="bibref" href="#bib-RDF11-CONCEPTS">RDF11-CONCEPTS</a></cite>]</li>
+ <li>A document describing the formal model-theoretic semantics
+ of RDF ("RDF Semantics") [<cite><a class="bibref" href="#bib-RDF11-MT">RDF11-MT</a></cite>]</li>
+ <li>Specifications of concrete syntaxes for RDF:
+ <ul>
+ <li>Turtle [<cite><a class="bibref" href="#bib-TURTLE">TURTLE</a></cite>] and TriG [<cite><a class="bibref" href="#bib-TRIG">TRIG</a></cite>]</li>
+ <li>JSON-LD [<cite><a class="bibref" href="#bib-JSON-LD">JSON-LD</a></cite>] (JSON based)</li>
+ <li>RDFa [<cite><a class="bibref" href="#bib-RDFA-PRIMER">RDFA-PRIMER</a></cite>] (for HTML embedding)</li>
+ <li>N-Triples and N-Quads (line-based exchange formats)</li>
+ </ul></li>
+ <li>A document describing RDF Schema [<cite><a class="bibref" href="#bib-RDF11-SCHEMA">RDF11-SCHEMA</a></cite>], which
+ provides a data-modeling vocabulary for RDF data. </li>
+ </ul>
+ <p>For a longer introduction to the RDF/XML syntax with a historical
+ perspective, see "RDF: Understanding the Striped RDF/XML
+ Syntax" [<cite><a class="bibref" href="#bib-STRIPEDRDF">STRIPEDRDF</a></cite>].</p>
+
+ </section>
+
+
+
+<!-- FIRST PART : THE SYNTAX -->
+
+
+ <section id="section-Syntax" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+
+
+<!--OddPage-->
+<h2 aria-level="1" role="heading" id="h2_section-Syntax"><span class="secno">2. </span>An XML Syntax for RDF</h2>
+ <p>This section introduces the RDF/XML syntax, describes how it
+ encodes RDF graphs and explains this with examples. If there is any
+ conflict between this informal description and the formal description
+ of the syntax and grammar in sections
+ <a href="#section-Data-Model">6 Syntax Data Model</a> and
+ <a href="#section-Infoset-Grammar">7 RDF/XML Grammar</a>, the
+ latter two sections take precedence.
+ </p>
+
+
+<!-- intro -->
+
+ <section id="section-Syntax-intro" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Syntax-intro"><span class="secno">2.1 </span>Introduction</h3>
+
+ <p>The RDF Concepts and Abstract Syntax document [<cite><a class="bibref" href="#bib-RDF11-CONCEPTS">RDF11-CONCEPTS</a></cite>]
+ defines the RDF Graph data model and the
+ RDF Graph abstract syntax.
+ Along with the RDF Semantics [<cite><a class="bibref" href="#bib-RDF11-MT">RDF11-MT</a></cite>]
+ this provides an abstract syntax with a formal semantics for it.
+ The RDF graph has <em>nodes</em>
+ and labeled directed <em>arcs</em>
+ that link pairs of nodes and this is represented as a set of
+ RDF triples
+ where each triple contains a
+ <em>subject node</em>, <em>predicate</em> and <em>object node</em>.
+ Nodes are IRIs, literals, or blank nodes.
+ Blank nodes may be given
+ a document-local identifier called a
+ blank node identifier.
+ Predicates are IRIs
+ and can be interpreted as either a relationship between the two
+ nodes or as defining an attribute value (object node) for some
+ subject node.</p>
+
+ <p>In order to encode the graph in XML, the nodes and predicates have to be
+ represented in XML terms — element names, attribute names, element contents
+ and attribute values.
+ RDF/XML uses XML
+ <a href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-QName">QNames</a>
+ as defined in Namespaces in XML [<cite><a class="bibref" href="#bib-XML-NAMES">XML-NAMES</a></cite>] to represent IRIs.
+ All QNames have a <a href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#dt-NSName">namespace
+ name</a> which is an IRI
+ and a short
+ <a href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-LocalPart">local name</a>.
+ In addition, QNames can either have a short
+ <a href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-Prefix">prefix</a>
+ or be declared with the default namespace declaration and have none (but
+ still have a namespace name)</p>
+
+ <p>The IRI represented by a QName is determined by appending the
+ <a href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-LocalPart">local name</a>
+ part of the QName after the
+ <a href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#dt-NSName">namespace
+ name</a> (IRI) part of the QName.
+ This is used to shorten the IRI
+ of all predicates and some nodes.
+ IRIs identifying
+ subject and object nodes can also be stored as XML attribute values.
+ RDF literals
+ which can only be object nodes,
+ become either XML element text content or XML attribute values.</p>
+
+ <p>A graph can be considered a collection of paths of the form node,
+ predicate arc, node, predicate arc, node, predicate arc, ... node
+ which cover the entire graph. In RDF/XML these turn into sequences of
+ elements inside elements which alternate between elements for nodes
+ and predicate arcs. This has been called a series of node/arc
+ stripes. The node at the start of the sequence turns into the
+ outermost element, the next predicate arc turns into a child element,
+ and so on. The stripes generally start at the top of an RDF/XML
+ document and always begin with nodes.
+ </p>
+
+ <p>Several RDF/XML examples are given in the following sections
+ building up to complete RDF/XML documents. <a href="#example7">Example 7</a>
+ is the first complete RDF/XML document.</p>
+ </section>
+
+
+
+<!-- node and property elements -->
+
+ <section id="section-Syntax-node-property-elements" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Syntax-node-property-elements"><span class="secno">2.2 </span>Node Elements and Property Elements</h3>
+
+
+ <figure id="figure1">
+ <img alt="Graph for RDF/XML Example" src="figure1.png" />
+ <figcaption>Fig. <span class="figno">1</span> <span class="fig-title">Graph for RDF/XML Example (<a href="figure1.svg">SVG version</a>)</span></figcaption>
+ </figure>
+
+ <p>An RDF graph is given in <a href="#figure1" class="fig-ref">Figure 1</a>
+ where the nodes are represented as ovals and contain their
+ IRIs where they have them, all the predicate arcs are labeled with
+ IRIs and string literals nodes have been written in rectangles.</p>
+
+
+ <p>If we follow one node, predicate arc ... , node path through the
+ graph shown in <a href="#figure2" class="fig-ref">Figure 2</a>:
+ </p>
+
+ <figure id="figure2">
+ <img alt="One Path Through the Graph" src="figure2.png" />
+ <figcaption>Fig. <span class="figno">2</span> <span class="fig-title">One Path Through the Graph (<a href="figure2.svg">SVG version</a>)</span></figcaption>
+ </figure>
+
+ <p>The left hand side of the <a href="#figure2" class="fig-ref">Figure 2</a>
+ graph corresponds to the node/predicate arc stripes:</p>
+
+ <ol>
+
+ <li>Node with IRI <code>http://www.w3.org/TR/rdf-syntax-grammar</code></li>
+ <li>Predicate Arc labeled with IRI <code>http://example.org/terms/editor</code></li>
+ <li>Node with no IRI</li>
+ <li>Predicate Arc labeled with IRI <code>http://example.org/terms/homePage</code></li>
+
+ <li>Node with IRI <code>http://purl.org/net/dajobe/</code></li>
+ </ol>
+
+ <p>In RDF/XML, the sequence of 5 nodes and predicate arcs on
+ the left hand side of <a href="#figure2" class="fig-ref">Figure 2</a> corresponds to
+ the usage of five XML elements of two types, for the graph nodes and
+ predicate arcs. These are conventionally called <em>node elements</em> and
+ <em>property elements</em> respectively. In the striping shown in
+
+ <a href="#example1">Example 1</a>, <code>rdf:Description</code> is the
+ node element (used three times for the three nodes) and
+ <code>ex:editor</code> and <code>ex:homePage</code> are the two
+ property elements.
+ </p>
+
+<div class="example"><div class="example-title"><span>Example 1</span></div><pre id="example1" class="example"><strong>Striped RDF/XML (nodes and predicate arcs)</strong>
+
+<code><rdf:Description></code>
+ <ex:editor>
+ <code><rdf:Description></code>
+ <ex:homePage>
+ <code><rdf:Description></code>
+ <code></rdf:Description></code>
+ </ex:homePage>
+ <code></rdf:Description></code>
+ </ex:editor>
+<code></rdf:Description></code></pre></div>
+
+ <p>The <a href="#figure2" class="fig-ref">Figure 2</a> graph consists of some nodes
+ that are
+ IRIs
+
+ (and others that are not) and this can be added
+ to the RDF/XML using the <code>rdf:about</code> attribute on node
+ elements to give the result in <a href="#example2">Example 2</a>:</p>
+
+<div class="example"><div class="example-title"><span>Example 2</span></div><pre id="example2" class="example"><strong>Node Elements with IRIs added</strong>
+
+<rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar">
+ <ex:editor>
+ <rdf:Description>
+ <ex:homePage>
+ <rdf:Description rdf:about="http://purl.org/net/dajobe/">
+ </rdf:Description>
+ </ex:homePage>
+ </rdf:Description>
+ </ex:editor>
+</rdf:Description></pre></div>
+
+ <p>Adding the other two paths through the <a href="#figure1" class="fig-ref">Figure 1</a>
+ graph to the RDF/XML in
+ <a href="#example2">Example 2</a>
+ gives the result in <a href="#example3">Example 3</a>
+ (this example fails to show that the blank node is
+ shared between the two paths, see
+ <a href="#section-Syntax-blank-nodes">2.10</a>):</p>
+
+<div class="example"><div class="example-title"><span>Example 3</span></div><pre id="example3" class="example"><strong>Complete description of all graph paths</strong>
+
+<rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar">
+ <ex:editor>
+ <rdf:Description>
+ <ex:homePage>
+ <rdf:Description rdf:about="http://purl.org/net/dajobe/">
+ </rdf:Description>
+ </ex:homePage>
+ </rdf:Description>
+ </ex:editor>
+</rdf:Description>
+
+<rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar">
+ <ex:editor>
+ <rdf:Description>
+ <ex:fullName>Dave Beckett</ex:fullName>
+ </rdf:Description>
+ </ex:editor>
+</rdf:Description>
+
+<rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar">
+ <dc:title>RDF 1.1 XML Syntax</dc:title>
+</rdf:Description></pre></div>
+
+ </section>
+
+
+<!-- multiple properties -->
+
+ <section id="section-Syntax-multiple-property-elements" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Syntax-multiple-property-elements"><span class="secno">2.3 </span>Multiple Property Elements</h3>
+
+ <p>There are several abbreviations that can be used to make common
+ uses easier to write down. In particular, it is common that a
+ subject node in the RDF graph has multiple outgoing predicate arcs. RDF/XML
+ provides an abbreviation for the corresponding syntax when a node
+ element about a resource has multiple property elements. This can be
+ abbreviated by using multiple child property elements inside the node
+ element describing the subject node.</p>
+
+ <p>Taking <a href="#example3">Example 3</a>, there are
+ two node elements that can take multiple property elements.
+ The subject node with IRI
+ <code>http://www.w3.org/TR/rdf-syntax-grammar</code>
+ has property elements <code>ex:editor</code> and <code>ex:title</code>
+
+ and the node element for the blank node can take <code>ex:homePage</code>
+ and <code>ex:fullName</code>. This abbreviation
+ gives the result shown in <a href="#example4">Example 4</a>
+ (this example does show that there is a single blank node):</p>
+
+<div class="example"><div class="example-title"><span>Example 4</span></div><pre id="example4" class="example"><strong>Using multiple property elements on a node element</strong>
+
+<rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar">
+ <ex:editor>
+ <rdf:Description>
+ <ex:homePage>
+ <rdf:Description rdf:about="http://purl.org/net/dajobe/">
+ </rdf:Description>
+ </ex:homePage>
+ <ex:fullName>Dave Beckett</ex:fullName>
+ </rdf:Description>
+ </ex:editor>
+ <dc:title>RDF 1.1 XML Syntax</dc:title>
+</rdf:Description></pre></div>
+
+ </section>
+
+
+<!-- empty property elements -->
+
+ <section id="section-Syntax-empty-property-elements" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Syntax-empty-property-elements"><span class="secno">2.4 </span>Empty Property Elements</h3>
+
+ <p>When a predicate arc in an RDF graph points to an object node which has no
+ further predicate arcs, which appears in RDF/XML as an empty node element
+ <code><rdf:Description rdf:about="..."></code>
+ <code></rdf:Description></code>
+ (or <code><rdf:Description rdf:about="..." /></code>)
+ this form can be shortened. This is done by using the
+ IRI of the object node as the value of an XML attribute <code>rdf:resource</code>
+ on the containing property element and making the property element empty.
+ </p>
+
+ <p>In this example, the property element <code>ex:homePage</code>
+ contains an empty node element with the
+ IRI
+ <code>http://purl.org/net/dajobe/</code>. This can be replaced with
+ the empty property element form giving the result shown in
+ <a href="#example5">Example 5</a>:</p>
+
+<div class="example"><div class="example-title"><span>Example 5</span></div><pre id="example5" class="example"><strong>Empty property elements</strong>
+
+<rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar">
+ <ex:editor>
+ <rdf:Description>
+ <ex:homePage rdf:resource="http://purl.org/net/dajobe/"/>
+ <ex:fullName>Dave Beckett</ex:fullName>
+ </rdf:Description>
+ </ex:editor>
+ <dc:title>RDF 1.1 XML Syntax</dc:title>
+</rdf:Description></pre></div>
+
+ </section>
+
+
+<!-- empty property attributes -->
+
+ <section id="section-Syntax-property-attributes" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Syntax-property-attributes"><span class="secno">2.5 </span>Property Attributes</h3>
+
+ <p>When a property element's content is string literal,
+ it may be possible to use it as an XML attribute on the
+ containing node element.
+ This can be done for multiple properties on the same node element
+ only if the property element name is not repeated
+ (required by XML — attribute names are unique on an XML element)
+ and any in-scope <code>xml:lang</code> on the
+ property element's string literal (if any) are the same (see
+ <a href="#section-Syntax-languages">Section 2.7</a>)
+ This abbreviation is known as a <em>Property Attribute</em>
+ and can be applied to any node element.</p>
+
+ <p>This abbreviation can also be used when the property element is
+ <code>rdf:type</code> and it has an <code>rdf:resource</code> attribute
+ the value of which is interpreted as a
+ IRI object node.</p>
+
+ <p>In <a href="#example5">Example 5</a>:,
+ there are two property elements with string literal content,
+ the <code>dc:title</code> and <code>ex:fullName</code>
+ property elements. These can be replaced with property attributes
+ giving the result shown in <a href="#example6">Example 6</a>:</p>
+
+<div class="example"><div class="example-title"><span>Example 6</span></div><pre id="example6" class="example"><strong>Replacing property elements with string literal content into property attributes</strong>
+
+<rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"
+ dc:title="RDF 1.1 XML Syntax">
+ <ex:editor>
+ <rdf:Description ex:fullName="Dave Beckett">
+ <ex:homePage rdf:resource="http://purl.org/net/dajobe/"/>
+ </rdf:Description>
+ </ex:editor>
+</rdf:Description></pre></div>
+
+ </section>
+
+
+<!-- complete rdf/xml document -->
+
+ <section id="section-Syntax-complete-document" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Syntax-complete-document"><span class="secno">2.6 </span>Completing the Document: Document Element and XML Declaration</h3>
+
+ <p>To create a complete RDF/XML document, the serialization of the
+ graph into XML is usually contained inside an <code>rdf:RDF</code>
+ XML element which becomes the top-level XML document element.
+ Conventionally the <code>rdf:RDF</code> element is also used to
+ declare the XML namespaces that are used, although that is not
+ required. When there is only one top-level node element inside
+ <code>rdf:RDF</code>, the <code>rdf:RDF</code> can be omitted
+ although any XML namespaces must still be declared.</p>
+
+ <p>The XML specification also permits an XML declaration at
+ the top of the document with the XML version and possibly the XML
+ content encoding. This is optional but recommended.</p>
+
+ <p>Completing the RDF/XML could be done for any of the correct
+ complete graph examples from
+ <a href="#example4">Example 4</a> onwards but taking the smallest
+ <a href="#example6">Example 6</a> and adding the final components,
+ gives a complete RDF/XML representation of the original
+ <a href="#figure1" class="fig-ref">Figure 1</a> graph
+ in <a href="#example7">Example 7</a>:</p>
+
+<div class="example"><div class="example-title"><span>Example 7</span></div><pre id="example7" class="example"><strong>Complete RDF/XML description of Figure 1 graph
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example07.rdf">example07.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example07.nt">example07.nt</a>)</strong>
+
+<?xml version="1.0"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:ex="http://example.org/stuff/1.0/">
+
+ <rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"
+ dc:title="RDF1.1 XML Syntax">
+ <ex:editor>
+ <rdf:Description ex:fullName="Dave Beckett">
+ <ex:homePage rdf:resource="http://purl.org/net/dajobe/" />
+ </rdf:Description>
+ </ex:editor>
+ </rdf:Description>
+
+</rdf:RDF></pre></div>
+
+ <p>It is possible to omit <code>rdf:RDF</code> in
+ <a href="#example7">Example 7</a> above since there is only one
+ <code>rdf:Description</code> inside <code>rdf:RDF</code> but this
+ is not shown here.</p>
+ </section>
+
+
+<!-- language attribute -->
+
+ <section id="section-Syntax-languages" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Syntax-languages"><span class="secno">2.7 </span>Languages: <code>xml:lang</code></h3>
+
+ <p>RDF/XML permits the use of the <code>xml:lang</code> attribute as defined by
+ <a href="http://www.w3.org/TR/REC-xml#sec-lang-tag">2.12 Language Identification</a>
+ of XML 1.0 [<cite><a class="bibref" href="#bib-XML10">XML10</a></cite>]
+ to allow the identification of content language.
+ The <code>xml:lang</code> attribute can be used on any node element or property element
+ to indicate that the included content is in the given language.
+ <a href="#section-Syntax-datatyped-literals">Typed literals</a>
+ which includes <a href="#section-Syntax-XML-literals">XML literals</a>
+ are not affected by this attribute.
+ The most specific in-scope language present
+ (if any) is applied to property element string literal content or
+ property attribute values. The <code>xml:lang=""</code> form
+ indicates the absence of a language identifier.</p>
+
+ <p>Some examples of marking content languages for RDF properties are shown in
+ <a href="#example8">Example 8</a>:</p>
+
+<div class="example"><div class="example-title"><span>Example 8</span></div><pre id="example8" class="example"><strong>Complete example of <code>xml:lang</code>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example08.rdf">example08.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example08.nt">example08.nt</a>)</strong>
+
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
+
+ <rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar">
+ <dc:title>RDF 1.1 XML Syntax</dc:title>
+ <dc:title xml:lang="en">RDF 1.1 XML Syntax</dc:title>
+ <dc:title xml:lang="en-US">RDF 1.1 XML Syntax</dc:title>
+ </rdf:Description>
+
+ <rdf:Description rdf:about="http://example.org/buecher/baum" xml:lang="de">
+ <dc:title>Der Baum</dc:title>
+ <dc:description>Das Buch ist außergewöhnlich</dc:description>
+ <dc:title xml:lang="en">The Tree</dc:title>
+ </rdf:Description>
+
+</rdf:RDF></pre></div>
+
+ </section>
+
+
+<!-- XML Literal -->
+
+ <section class="informative" id="section-Syntax-XML-literals" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Syntax-XML-literals"><span class="secno">2.8 </span>XML Literals: <code>rdf:parseType="Literal"</code></h3><p><em>This section is non-normative.</em></p>
+
+ <p>RDF allows XML literals [RDF11-CONCEPTS]
+ to be given as the object node of a predicate.
+ These are written in RDF/XML as content of a property element (not
+ a property attribute) and indicated using the
+ <code>rdf:parseType="Literal"</code> attribute on the containing
+ property element.
+ </p>
+
+ <p>An example of writing an XML literal is given in
+ <a href="#example9">Example 9</a> where
+ there is a single RDF triple with the subject node
+ IRI
+ <code>http://example.org/item01</code>, the predicate
+ IRI
+ <code>http://example.org/stuff/1.0/prop</code> (from
+ <code>ex:prop</code>) and the object node with XML literal
+ content beginning <code>a:Box</code>.
+ </p>
+
+<div class="example"><div class="example-title"><span>Example 9</span></div><pre id="example9" class="example"><strong>Complete example of <code>rdf:parseType="Literal"</code>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example09.rdf">example09.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example09.nt">example09.nt</a>)</strong>
+
+<?xml version="1.0"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:ex="http://example.org/stuff/1.0/">
+
+ <rdf:Description rdf:about="http://example.org/item01">
+ <ex:prop rdf:parseType="Literal" xmlns:a="http://example.org/a#">
+ <a:Box required="true">
+ <a:widget size="10" />
+ <a:grommit id="23" />
+ </a:Box>
+ </ex:prop>
+ </rdf:Description>
+
+</rdf:RDF></pre></div>
+
+ </section>
+
+
+<!-- datatyped literals -->
+
+ <section id="section-Syntax-datatyped-literals" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Syntax-datatyped-literals"><span class="secno">2.9 </span>Typed Literals: <code>rdf:datatype</code></h3>
+
+ <p>RDF allows typed literals
+ to be given as the object node of a predicate. Typed literals consist of a literal
+ string and a datatype
+ IRI. These are written in RDF/XML using
+ the same syntax for literal string nodes in the property element form
+ (not property attribute) but with an additional
+ <code>rdf:datatype="</code><em>datatypeURI</em><code>"</code>
+ attribute on the property element. Any
+ IRI can be used in the attribute.
+ </p>
+
+ <p>An example of an RDF typed
+ literal
+ is given in <a href="#example10">Example 10</a> where
+ there is a single RDF triple with the subject node
+ IRI
+ <code>http://example.org/item01</code>, the predicate
+ IRI
+ <code>http://example.org/stuff/1.0/size</code> (from
+ <code>ex:size</code>) and the object node with the
+ typed literal
+ ("123", <code>http://www.w3.org/2001/XMLSchema#int</code>)
+ to be interpreted as an
+ XML Schema [<cite><a class="bibref" href="#bib-XMLSCHEMA-2">XMLSCHEMA-2</a></cite>] datatype <code>int</code>.
+ </p>
+
+<div class="example"><div class="example-title"><span>Example 10</span></div><pre id="example10" class="example"><strong>Complete example of <code>rdf:datatype</code>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example10.rdf">example10.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example10.nt">example10.nt</a>)</strong>
+
+<?xml version="1.0"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:ex="http://example.org/stuff/1.0/">
+
+ <rdf:Description rdf:about="http://example.org/item01">
+ <ex:size rdf:datatype="http://www.w3.org/2001/XMLSchema#int">123</ex:size>
+ </rdf:Description>
+
+</rdf:RDF></pre></div>
+
+ </section>
+
+
+<!-- blank nodes -->
+
+ <section id="section-Syntax-blank-nodes" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Syntax-blank-nodes"><span class="secno">2.10 </span>Identifying Blank Nodes: <code>rdf:nodeID</code></h3>
+
+ <p>Blank nodes in the RDF graph are distinct but have no
+ IRI identifier.
+ It is sometimes required that the same graph blank node is referred to in the
+ RDF/XML in multiple places, such as at the subject and object
+ of several RDF triples. In this case, a blank node identifier
+ can be given to the blank node for identifying it
+ in the document. Blank node identifiers in RDF/XML are scoped to the
+ containing XML Information Set
+ <a href="http://www.w3.org/TR/xml-infoset/#infoitem.document">document information item</a>.
+ A blank node identifier is used
+ on a node element to replace
+ <code>rdf:about="</code><em>IRI</em><code>"</code>
+ or on a property element to replace
+ <code>rdf:resource="</code><em>IRI</em><code>"</code>
+
+ with <code>rdf:nodeID="</code><em>blank node identifier</em><code>"</code>
+ in both cases.</p>
+
+ <p>Taking <a href="#example7">Example 7</a> and explicitly giving
+ a blank node identifier of <code>abc</code> to the blank node in it
+ gives the result shown in <a href="#example11">Example 11</a>.
+ The second <code>rdf:Description</code> property element is
+ about the blank node.</p>
+
+
+<div class="example"><div class="example-title"><span>Example 11</span></div><pre id="example11" class="example"><strong>Complete RDF/XML description of graph using <code>rdf:nodeID</code> identifying the blank node
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example11.rdf">example11.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example11.nt">example11.nt</a>)</strong>
+
+<?xml version="1.0"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:ex="http://example.org/stuff/1.0/">
+
+ <rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"
+ dc:title="RDF 1.1 XML Syntax">
+ <ex:editor rdf:nodeID="abc"/>
+ </rdf:Description>
+
+ <rdf:Description rdf:nodeID="abc" ex:fullName="Dave Beckett">
+ <ex:homePage rdf:resource="http://purl.org/net/dajobe/"/>
+ </rdf:Description>
+
+</rdf:RDF></pre></div>
+
+ </section>
+
+
+<!-- parsetype resource -->
+
+ <section id="section-Syntax-parsetype-resource" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Syntax-parsetype-resource"><span class="secno">2.11 </span>Omitting Blank Nodes: <code>rdf:parseType="Resource"</code></h3>
+
+ <p>Blank nodes (not IRI nodes) in RDF graphs can be written
+ in a form that allows the
+ <code><rdf:Description></code>
+ <code></rdf:Description></code> pair to be omitted.
+ The omission is done by putting an
+ <code>rdf:parseType="Resource"</code>
+ attribute on the containing property element
+ that turns the property element into a property-and-node element,
+ which can itself have both property elements and property attributes.
+ Property attributes and the <code>rdf:nodeID</code> attribute
+ are not permitted on property-and-node elements.
+
+ </p>
+
+ <p>Taking the earlier <a href="#example7">Example 7</a>,
+ the contents of the <code>ex:editor</code> property element
+ could be alternatively done in this fashion to give
+ the form shown in <a href="#example12">Example 12</a>:</p>
+
+<div class="example"><div class="example-title"><span>Example 12</span></div><pre id="example12" class="example"><strong>Complete example using <code>rdf:parseType="Resource"</code>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example12.rdf">example12.rdf</a>, output: <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example12.nt">example12.nt</a>)</strong>
+
+<?xml version="1.0"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:ex="http://example.org/stuff/1.0/">
+ <rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"
+ dc:title="RDF 1.1 XML Syntax">
+ <ex:editor rdf:parseType="Resource">
+ <ex:fullName>Dave Beckett</ex:fullName>
+ <ex:homePage rdf:resource="http://purl.org/net/dajobe/"/>
+ </ex:editor>
+ </rdf:Description>
+</rdf:RDF></pre></div>
+
+ </section>
+
+
+<!-- attributes on property elements -->
+
+ <section id="section-Syntax-property-attributes-on-property-element" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Syntax-property-attributes-on-property-element"><span class="secno">2.12 </span>Omitting Nodes: Property Attributes on an empty Property Element</h3>
+
+ <p>If all of the property elements on a blank node element have
+ string literal values with the same in-scope <code>xml:lang</code>
+ value (if present) and each of these property elements appears at
+ most once and there is at most one <code>rdf:type</code> property
+ element with a IRI object node, these can be abbreviated by
+ moving them to be property attributes on the containing property
+ element which is made an empty element.</p>
+
+ <p>Taking the earlier <a href="#example5">Example 5</a>,
+ the <code>ex:editor</code> property element contains a
+ blank node element with two property elements
+
+ <code>ex:fullname</code> and <code>ex:homePage</code>.
+ <code>ex:homePage</code> is not suitable here since it
+ does not have a string literal value, so it is being
+ <em>ignored</em> for the purposes of this example.
+ The abbreviated form removes the <code>ex:fullName</code> property element
+ and adds a new property attribute <code>ex:fullName</code> with the
+ string literal value of the deleted property element
+ to the <code>ex:editor</code> property element.
+ The blank node element becomes implicit in the now empty
+
+ <code>ex:editor</code> property element. The result is shown in
+ <a href="#example13">Example 13</a>.</p>
+
+<div class="example"><div class="example-title"><span>Example 13</span></div><pre id="example13" class="example"><strong>Complete example of property attributes on an empty property element
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example13.rdf">example13.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example13.nt">example13.nt</a>)</strong>
+
+<?xml version="1.0"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:ex="http://example.org/stuff/1.0/">
+
+ <rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"
+ dc:title="RDF 1.1 XML Syntax">
+ <ex:editor ex:fullName="Dave Beckett" />
+ <!-- Note the ex:homePage property has been ignored for this example -->
+ </rdf:Description>
+
+</rdf:RDF></pre></div>
+
+ </section>
+
+
+<!-- typed nodes -->
+
+ <section id="section-Syntax-typed-nodes" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Syntax-typed-nodes"><span class="secno">2.13 </span>Typed Node Elements</h3>
+
+ <p>It is common for RDF graphs to have <code>rdf:type</code> predicates
+ from subject nodes. These are conventionally called <em>typed
+ nodes</em> in the graph, or <em>typed node elements</em> in the
+ RDF/XML. RDF/XML allows this triple to be expressed more concisely.
+ by replacing the <code>rdf:Description</code> node element name with
+ the namespaced-element corresponding to the
+
+ IRI of the value of
+ the type relationship. There may, of course, be multiple <code>rdf:type</code>
+ predicates but only one can be used in this way, the others must remain as
+ property elements or property attributes.
+ </p>
+
+ <p>The typed node elements are commonly used in RDF/XML with the built-in
+ classes in the <a href="#section-Namespace">RDF vocabulary</a>:
+ <code>rdf:Seq</code>, <code>rdf:Bag</code>, <code>rdf:Alt</code>,
+
+ <code>rdf:Statement</code>, <code>rdf:Property</code> and
+ <code>rdf:List</code>.</p>
+
+ <p>For example, the RDF/XML in <a href="#example14">Example 14</a>
+ could be written as shown in <a href="#example15">Example 15</a>.</p>
+
+<div class="example"><div class="example-title"><span>Example 14</span></div><pre id="example14" class="example"><strong>Complete example with <code>rdf:type</code>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example14.rdf">example14.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example14.nt">example14.nt</a>)</strong>
+
+<?xml version="1.0"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:ex="http://example.org/stuff/1.0/">
+
+ <rdf:Description rdf:about="http://example.org/thing">
+ <rdf:type rdf:resource="http://example.org/stuff/1.0/Document"/>
+ <dc:title>A marvelous thing</dc:title>
+ </rdf:Description>
+</rdf:RDF></pre></div>
+
+<div class="example"><div class="example-title"><span>Example 15</span></div><pre id="example15" class="example"><strong>Complete example using a typed node element to replace an <code>rdf:type</code>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example15.rdf">example15.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example15.nt">example15.nt</a>)</strong>
+
+<?xml version="1.0"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:ex="http://example.org/stuff/1.0/">
+
+ <ex:Document rdf:about="http://example.org/thing">
+ <dc:title>A marvelous thing</dc:title>
+ </ex:Document>
+
+</rdf:RDF></pre></div>
+
+ </section>
+
+
+<!-- xml base -->
+
+ <section id="section-Syntax-ID-xml-base" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Syntax-ID-xml-base"><span class="secno">2.14 </span>Abbreviating URIs: <code>rdf:ID</code> and <code>xml:base</code></h3>
+
+ <p>RDF/XML allows further abbreviating IRIs in XML attributes in two
+ ways. The XML Infoset provides a base URI attribute <code>xml:base</code>
+ that sets the base URI for resolving relative IRIs, otherwise
+ the base URI is that of the document. The base URI applies to
+ all RDF/XML attributes that deal with IRIs which are <code>rdf:about</code>,
+ <code>rdf:resource</code>, <code>rdf:ID</code>
+ and <code>rdf:datatype</code>.</p>
+
+ <p>The <code>rdf:ID</code> attribute on a node element (not property
+ element, that has another meaning) can be used instead of
+ <code>rdf:about</code> and gives a relative IRI equivalent to <code>#</code>
+ concatenated with the <code>rdf:ID</code> attribute value. So for
+ example if <code>rdf:ID="name"</code>, that would be equivalent
+ to <code>rdf:about="#name"</code>. <code>rdf:ID</code> provides an additional
+ check since the same <em>name</em> can only appear once in the
+ scope of an <code>xml:base</code> value (or document, if none is given),
+ so is useful for defining a set of distinct,
+ related terms relative to the same IRI.</p>
+
+ <p>Both forms require a base URI to be known, either from an in-scope
+ <code>xml:base</code> or from the URI of the RDF/XML document.</p>
+
+ <p><a href="#example16">Example 16</a> shows abbreviating the node
+ IRI of <code>http://example.org/here/#snack</code> using an
+ <code>xml:base</code> of <code>http://example.org/here/</code> and
+ an <code>rdf:ID</code> on the <code>rdf:Description</code> node element.
+ The object node of the <code>ex:prop</code> predicate is an
+ absolute IRI
+
+ resolved from the <code>rdf:resource</code> XML attribute value
+ using the in-scope base URI to give the
+ IRI <code>http://example.org/here/fruit/apple</code>.</p>
+
+<div class="example"><div class="example-title"><span>Example 16</span></div><pre id="example16" class="example"><strong>Complete example using <code>rdf:ID</code> and <code>xml:base</code> for shortening URIs
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example16.rdf">example16.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example16.nt">example16.nt</a>)</strong>
+
+<?xml version="1.0"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:ex="http://example.org/stuff/1.0/"
+ xml:base="http://example.org/here/">
+
+ <rdf:Description rdf:ID="snack">
+ <ex:prop rdf:resource="fruit/apple"/>
+ </rdf:Description>
+
+</rdf:RDF></pre></div>
+
+ </section>
+
+
+<!-- list elements -->
+
+ <section id="section-Syntax-list-elements" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Syntax-list-elements"><span class="secno">2.15 </span>Container Membership Property Elements: <code>rdf:li</code> and <code>rdf:_</code><em>n</em></h3>
+
+ <p>RDF has a set of container membership properties
+ and corresponding property elements that are mostly used with
+ instances of the
+ <code>rdf:Seq</code>, <code>rdf:Bag</code> and <code>rdf:Alt</code>
+
+ classes which may be written as typed node elements. The list properties are
+ <code>rdf:_1</code>, <code>rdf:_2</code> etc. and can be written
+ as property elements or property attributes as shown in
+ <a href="#example17">Example 17</a>. There is an <code>rdf:li</code>
+ special property element that is equivalent to
+ <code>rdf:_1</code>, <code>rdf:_2</code> in order,
+ explained in detail in <a href="#section-List-Expand">section 7.4</a>.
+ The mapping to the container membership properties is
+ always done in the order that the <code>rdf:li</code> special
+ property elements appear in XML — the document order is significant.
+ The equivalent RDF/XML to <a href="#example17">Example 17</a> written
+ in this form is shown in <a href="#example18">Example 18</a>.
+ </p>
+
+<div class="example"><div class="example-title"><span>Example 17</span></div><pre id="example17" class="example"><strong>Complex example using RDF list properties
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example17.rdf">example17.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example17.nt">example17.nt</a>)</strong>
+
+<?xml version="1.0"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Seq rdf:about="http://example.org/favourite-fruit">
+ <rdf:_1 rdf:resource="http://example.org/banana"/>
+ <rdf:_2 rdf:resource="http://example.org/apple"/>
+ <rdf:_3 rdf:resource="http://example.org/pear"/>
+ </rdf:Seq>
+
+</rdf:RDF></pre></div>
+
+<div class="example"><div class="example-title"><span>Example 18</span></div><pre id="example18" class="example"><strong>Complete example using <code>rdf:li</code> property element for list properties
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example18.rdf">example18.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example18.nt">example18.nt</a>)</strong>
+
+<?xml version="1.0"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+
+ <rdf:Seq rdf:about="http://example.org/favourite-fruit">
+ <rdf:li rdf:resource="http://example.org/banana"/>
+ <rdf:li rdf:resource="http://example.org/apple"/>
+ <rdf:li rdf:resource="http://example.org/pear"/>
+ </rdf:Seq>
+
+</rdf:RDF></pre></div>
+
+ </section>
+
+
+<!-- parsetype collection -->
+
+ <section id="section-Syntax-parsetype-Collection" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Syntax-parsetype-Collection"><span class="secno">2.16 </span>Collections: <code>rdf:parseType="Collection"</code></h3>
+
+ <p>RDF/XML allows an <code>rdf:parseType="Collection"</code>
+
+ attribute on a property element to let it contain multiple node
+ elements. These contained node elements give the set of subject
+ nodes of the collection. This syntax form corresponds to a set of
+ triples connecting the collection of subject nodes, the exact triples
+ generated are described in detail in
+ <a href="#parseTypeCollectionPropertyElt">Section 7.2.19 Production parseTypeCollectionPropertyElt</a>.
+ The collection construction is always done in the order that the node
+ elements appear in the XML document. Whether the order of the
+ collection of nodes is significant is an application issue and not
+ defined here.
+ </p>
+
+ <p><a href="#example19">Example 19</a> shows a collection of three
+ nodes elements at the end of the <code>ex:hasFruit</code>
+ property element using this form.</p>
+
+<div class="example"><div class="example-title"><span>Example 19</span></div><pre id="example19" class="example"><strong>Complete example of a RDF collection of nodes using <code>rdf:parseType="Collection"</code>
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example19.rdf">example19.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example19.nt">example19.nt</a>)</strong>
+
+<?xml version="1.0"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:ex="http://example.org/stuff/1.0/">
+
+ <rdf:Description rdf:about="http://example.org/basket">
+ <ex:hasFruit rdf:parseType="Collection">
+ <rdf:Description rdf:about="http://example.org/banana"/>
+ <rdf:Description rdf:about="http://example.org/apple"/>
+ <rdf:Description rdf:about="http://example.org/pear"/>
+ </ex:hasFruit>
+ </rdf:Description>
+
+</rdf:RDF></pre></div>
+
+ </section>
+
+
+<!-- reification -->
+
+ <section id="section-Syntax-reifying" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Syntax-reifying"><span class="secno">2.17 </span>Reifying Statements: <code>rdf:ID</code></h3>
+
+ <p>The <code>rdf:ID</code> attribute can be used on a property
+ element to reify the triple that it generates (See
+ <a href="#section-Reification">section 7.3 Reification Rules</a> for the
+ full details).
+ The identifier for the triple should be constructed as a
+ IRI
+ made from the relative IRI
+ <code>#</code> concatenated with the <code>rdf:ID</code> attribute
+ value, resolved against the in-scope base URI. So for example if
+
+ <code>rdf:ID="triple"</code>, that would be equivalent to the IRI
+ formed from relative IRI <code>#triple</code> against the base URI.
+ Each (<code>rdf:ID</code> attribute value, base URI)
+ pair has to be unique in an RDF/XML document,
+ see <a href="#constraint-id">constraint-id</a>.
+ </p>
+
+ <p><a href="#example20">Example 20</a> shows a <code>rdf:ID</code>
+ being used to reify a triple made from the <code>ex:prop</code>
+ property element giving the reified triple the
+ IRI <code>http://example.org/triples/#triple1</code>.</p>
+
+<div class="example"><div class="example-title"><span>Example 20</span></div><pre id="example20" class="example"><strong>Complete example of <code>rdf:ID</code> reifying a property element
+(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example20.rdf">example20.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example20.nt">example20.nt</a>)</strong>
+
+<?xml version="1.0"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:ex="http://example.org/stuff/1.0/"
+ xml:base="http://example.org/triples/">
+ <rdf:Description rdf:about="http://example.org/">
+ <ex:prop rdf:ID="triple1">blah</ex:prop>
+ </rdf:Description>
+
+</rdf:RDF></pre></div>
+
+ </section>
+
+ </section>
+
+
+
+<!-- SECOND PART : TERMINILOGY -->
+
+
+ <section id="section-Terminology" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+
+<!--OddPage-->
+<h2 aria-level="1" role="heading" id="h2_section-Terminology"><span class="secno">3. </span>Terminology</h2>
+
+ <p>The key words "<em class="rfc2119" title="MUST">MUST</em>", "<em class="rfc2119" title="MUST NOT">MUST NOT</em>", "<em class="rfc2119" title="REQUIRED">REQUIRED</em>", "<em class="rfc2119" title="SHALL">SHALL</em>", "<em class="rfc2119" title="SHALL
+ NOT">SHALL
+ NOT</em>", "<em class="rfc2119" title="SHOULD">SHOULD</em>", "<em class="rfc2119" title="SHOULD NOT">SHOULD NOT</em>", "<em class="rfc2119" title="RECOMMENDED">RECOMMENDED</em>", "<em class="rfc2119" title="MAY">MAY</em>", and "<em class="rfc2119" title="OPTIONAL">OPTIONAL</em>" in
+ this document are to be interpreted as described in
+ RFC 2119 [<cite><a class="bibref" href="#bib-RFC2119">RFC2119</a></cite>].</p>
+
+ <p>All use of string without further qualification refers to
+ a Unicode [<cite><a class="bibref" href="#bib-UNICODE">UNICODE</a></cite>] character string;
+ a sequence of characters represented by a code point in
+ Unicode.
+
+ </p></section>
+
+
+
+<!-- THIRD PART : MIME Type -->
+
+
+ <section id="section-MIME-Type" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+
+<!--OddPage-->
+<h2 aria-level="1" role="heading" id="h2_section-MIME-Type"><span class="secno">4. </span>RDF MIME Type, File Extension and Macintosh File Type</h2>
+
+ <p>The Internet media type / MIME type for RDF/XML is
+ <code>application/rdf+xml</code> —
+ RFC 3023 [<cite><a class="bibref" href="#bib-RFC3023">RFC3023</a></cite>], section 8.18.
+ </p>
+
+ <div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_1"><span>Note</span></div><p class=""><strong>(Informative): </strong>
+ For the state of the MIME type registration, consult
+ IANA MIME Media Types [<cite><a class="bibref" href="#bib-IANA-MEDIA-TYPES">IANA-MEDIA-TYPES</a></cite>]
+ </p></div>
+
+ <p>It is recommended that RDF/XML files have the extension
+ <code>".rdf"</code> (all lowercase) on all platforms.</p>
+
+ <p>It is recommended that RDF/XML files stored on Macintosh HFS file
+ systems be given a file type of <code>"rdf "</code>
+ (all lowercase, with a space character as the fourth letter).</p>
+ </section>
+
+
+
+<!-- FOURTH PART : Global Issues -->
+
+
+ <section id="section-Global" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+
+<!--OddPage-->
+<h2 aria-level="1" role="heading" id="h2_section-Global"><span class="secno">5. </span>Global Issues</h2>
+
+
+<!-- namespace -->
+
+ <section id="section-Namespace" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+
+ <h3 aria-level="2" role="heading" id="h3_section-Namespace"><span class="secno">5.1 </span>The RDF Namespace and Vocabulary</h3>
+
+ <p>The <dfn id="rdf-ns-uri">RDF namespace IRI</dfn> (or namespace name) is
+ <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#</code>
+ and is typically used in XML with the prefix <code>rdf</code>
+ although other prefix strings may be used.
+ The <dfn id="rdf-vocabulary">RDF Vocabulary</dfn>
+ is identified by this namespace name and consists of the following names only:</p>
+
+ <dl>
+ <dt>Syntax names — not concepts</dt>
+ <dd>
+ <p>
+ <code>RDF Description ID about parseType resource li nodeID datatype</code>
+ </p>
+ </dd>
+
+ <dt>Class names</dt>
+ <dd>
+ <p>
+ <code>Seq Bag Alt Statement Property XMLLiteral List</code>
+ </p>
+ </dd>
+
+ <dt>Property names</dt>
+ <dd>
+ <p>
+ <code>subject predicate object type value first rest _</code><em>n</em><br />
+ where <em>n</em> is a decimal integer greater than zero with no leading zeros.
+ </p>
+ </dd>
+
+ <dt>Resource names</dt>
+ <dd>
+ <p>
+ <code>nil</code>
+ </p>
+ </dd>
+
+ </dl>
+
+ <p>Any other names are not defined and <em class="rfc2119" title="SHOULD">SHOULD</em> generate a warning when
+ encountered, but should otherwise behave normally.</p>
+
+ <p>Within RDF/XML documents it is not permitted to use XML namespaces
+ whose namespace name is the
+ <a class="termref" href="#rdf-ns-uri"><span class="arrow">·</span>RDF namespace IRI<span class="arrow">·</span></a>
+
+ concatenated with additional characters.</p>
+
+ <p>Throughout this document the terminology <code>rdf:</code><em>name</em>
+ will be used to indicate <em>name</em> is from the RDF vocabulary
+ and it has a IRI of the concatenation of the
+ <a class="termref" href="#rdf-ns-uri"><span class="arrow">·</span>RDF namespace IRI<span class="arrow">·</span></a> and <em>name</em>.
+ For example, <code>rdf:type</code> has the IRI
+ <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</code></p>
+ </section>
+
+
+
+<!-- identifiers -->
+
+ <section id="section-Identifiers" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Identifiers"><span class="secno">5.2 </span>Identifiers</h3>
+
+ <p>The RDF Concepts document [<cite><a class="bibref" href="#bib-RDF11-CONCEPTS">RDF11-CONCEPTS</a></cite>]
+ defines the three types of RDF data that can act as node
+ and/or predicate:</p>
+
+ <dl>
+
+ <dt>IRI</dt>
+ <dd>
+ <p>IRIs can act as node (both subject and object) and as
+ predicate. </p>
+
+ <p><a href="http://www.w3.org/TR/rdf11-concepts/#section-IRIs">IRIs</a>
+ can be either:</p>
+ <ul>
+ <li>given as XML attribute values interpreted as relative
+ IRIs that are resolved against the in-scope base URI
+ as described in <a href="#section-baseURIs">section 5.3</a>
+ to give absolute IRIs</li>
+ <li>transformed from XML namespace-qualified element and attribute names
+ (QNames)</li>
+ <li>transformed from <code>rdf:ID</code> attribute values.</li>
+ </ul>
+
+ <p>Within RDF/XML, XML QNames are transformed into
+ IRIs
+ by appending the XML local name to the namespace name (IRI).
+ For example, if the XML namespace prefix <code>foo</code> has
+ namespace name (IRI)
+
+ <code>http://example.org/somewhere/</code> then the QName
+ <code>foo:bar</code> would correspond to the IRI
+ <code>http://example.org/somewhere/bar</code>. Note that this
+ restricts which
+ IRIs can be made and the same IRI can be given in multiple ways.</p>
+
+ <p>The <a href="#idAttr"><code>rdf:ID</code></a> values
+ are transformed into
+ IRIs
+ by appending the attribute value to the result of appending
+ "#" to the in-scope base URI which is defined in
+ <a href="#section-baseURIs">Section 5.3 Resolving IRIs</a></p>
+ </dd>
+
+ <dt>Literal</dt>
+ <dd>
+ <p>Literals can only act as object nodes.</p>
+
+ <p><a href="http://www.w3.org/TR/rdf11-concepts/#section-Graph-Literal">Literals</a>
+ always have a datatype. Language-tagged strings get
+ the datatype <code>rdf:langString</code>. When there is no
+ language tag or datatype specified the literal is assumed to have the datatype
+ <code>xsd:string</code>. </p>
+ </dd>
+
+ <dt>Blank Node</dt>
+ <dd>
+ <p>Blank nodes can act as subject node and as object node.</p>
+
+ <p><a href="http://www.w3.org/TR/rdf11-concepts/#section-blank-nodes">Blank nodes</a>
+ have distinct identity in the RDF graph.
+ When the graph is written in a syntax such as RDF/XML, these
+ blank nodes may need graph-local identifiers and a syntax
+ in order to preserve this distinction. These local identifiers are called
+ blank node identifiers
+ and are used in RDF/XML as values of the <code>rdf:nodeID</code> attribute
+ with the syntax given in <a href="#nodeIdAttr">Production nodeIdAttr</a>.
+ Blank node identifiers in RDF/XML are scoped to the XML Information Set
+ <a href="http://www.w3.org/TR/xml-infoset/#infoitem.document">document information item</a>.</p>
+
+ <p>If no blank node identifier is given explicitly as an
+ <code>rdf:nodeID</code> attribute value then one will need to be
+ generated (using generated-blank-node-id, see section <a href="#section-Infoset-Grammar-Action">6.3.3</a>).
+ Such generated blank node
+ identifiers must not clash with any blank node identifiers derived
+ from <code>rdf:nodeID</code> attribute values. This can be
+ implemented by any method that preserves the distinct identity of all
+ the blank nodes in the graph, that is, the same blank node identifier
+ is not given for different blank nodes. One possible method would be
+ to add a constant prefix to all the <code>rdf:nodeID</code> attribute
+ values and ensure no generated blank node identifiers ever used that
+ prefix. Another would be to map all <code>rdf:nodeID</code> attribute
+ values to new generated blank node identifiers and perform that mapping
+ on all such values in the RDF/XML document.</p>
+ </dd>
+ </dl>
+
+ </section>
+
+
+
+<!-- uri resolution -->
+
+ <section id="section-baseURIs" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-baseURIs"><span class="secno">5.3 </span>Resolving IRIs</h3>
+
+ <p>RDF/XML supports
+ XML Base [<cite><a class="bibref" href="#bib-XMLBASE">XMLBASE</a></cite>]
+ which defines a
+ <a class="termref" href="#eventterm-element-base-uri"><span class="arrow">·</span>base-uri<span class="arrow">·</span></a>
+ accessor for each <a href="#section-root-node"><span class="arrow">·</span>root event<span class="arrow">·</span></a> and
+ <a href="#section-element-node"><span class="arrow">·</span>element event<span class="arrow">·</span></a>.
+ Relative IRIs are resolved into
+ IRIs
+ according to the algorithm specified in [<cite><a class="bibref" href="#bib-XMLBASE">XMLBASE</a></cite>] (and RFC 2396).
+ These specifications do not specify an algorithm for resolving a
+ fragment identifier alone, such as <code>#foo</code>, or the empty
+ string <code>""</code> into an
+ IRI. In RDF/XML, a fragment identifier
+ is transformed into an IRI
+ by appending the fragment identifier to the in-scope base URI. The
+ empty string is transformed
+ into an IRI by substituting the in-scope base URI.
+ </p>
+
+ <div class="note"><div class="note-title" aria-level="3" role="heading" id="h_note_2"><span>Note</span></div><p class=""><strong>Test:</strong>
+ indicated by: <br />
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test001.rdf">test001.rdf</a> and
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test001.nt">test001.nt</a>
+ <br />
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test004.rdf">test004.rdf</a> and
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test004.nt">test004.nt</a>
+ <br />
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test008.rdf">test008.rdf</a> and
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test008.nt">test008.nt</a>
+ <br />
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test013.rdf">test013.rdf</a> and
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test013.nt">test013.nt</a>
+ <br />
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test016.rdf">test016.rdf</a> and
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test016.nt">test016.nt</a>
+ </p></div>
+
+ <p>An empty same document reference ""
+ resolves against the URI part of the base URI; any fragment part
+ is ignored. See
+ Uniform Resource Identifiers (URI) [<cite><a class="bibref" href="#bib-RFC3986">RFC3986</a></cite>].
+ </p>
+
+ <div class="note"><div class="note-title" aria-level="3" role="heading" id="h_note_3"><span>Note</span></div><p class=""><strong>Test:</strong>
+ Indicated by
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test013.rdf">test013.rdf</a> and
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test013.nt">test013.nt</a>
+ </p></div>
+
+ <div class="note"><div class="note-title" aria-level="3" role="heading" id="h_note_4"><span>Note</span></div><p class=""><strong>Implementation Note (Informative):</strong>
+ When using a hierarchical base
+ URI that has no path component (/), it must be added before using as a
+ base URI for resolving.
+ </p></div>
+
+ <div class="note"><div class="note-title" aria-level="3" role="heading" id="h_note_5"><span>Note</span></div><p class=""><strong>Test:</strong>
+ Indicated by
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test011.rdf">test011.rdf</a> and
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test011.nt">test011.nt</a>
+ </p></div>
+ </section>
+
+
+
+<!-- constraints -->
+
+ <section id="section-constraints" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-constraints"><span class="secno">5.4 </span>Constraints</h3>
+
+ <dl>
+ <dt><dfn id="constraint-id">constraint-id</dfn></dt>
+ <dd><p>Each application of production <a href="#idAttr">idAttr</a>
+ matches an attribute. The pair formed by the
+ <a class="termref" href="#eventterm-attribute-string-value"><span class="arrow">·</span>string-value<span class="arrow">·</span></a>
+ accessor of the matched attribute and the
+ <a class="termref" href="#eventterm-element-base-uri"><span class="arrow">·</span>base-uri<span class="arrow">·</span></a>
+ accessor of the matched attribute is unique within a single RDF/XML
+ document.</p>
+
+ <p>The syntax of the names must match the
+ <a href="#rdf-id">rdf-id production</a>.</p>
+
+ <div class="note"><div class="note-title" aria-level="3" role="heading" id="h_note_6"><span>Note</span></div><p class=""><strong>Test:</strong>
+ Indicated by
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test014.rdf">test014.rdf</a> and
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test014.nt">test014.nt</a>
+ </p></div>
+ </dd>
+
+ </dl>
+ </section>
+
+
+
+<!-- conformance -->
+
+ <section id="section-conformance" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-conformance"><span class="secno">5.5 </span>Conformance</h3>
+
+ <dl>
+ <dt>Definition:</dt>
+ <dd>An <dfn id="dfn-rdf-document">RDF Document</dfn> is a serialization of an
+ <a href="http://www.w3.org/TR/rdf-concepts/#dfn-rdf-graph">RDF Graph</a>
+ into a concrete syntax.</dd>
+
+ <dt>Definition:<br /></dt>
+ <dd>An <dfn id="dfn-rdf-xml-document">RDF/XML Document</dfn> is an
+ <a class="termref" href="#dfn-rdf-document">RDF Document</a> written in the
+ XML syntax for RDF as defined in this document.</dd>
+
+ <dt>Conformance:<br /></dt>
+ <dd>An <a class="termref" href="#dfn-rdf-xml-document">RDF/XML Document</a> is a
+ <dfn id="dfn-conforming-document">conforming RDF/XML document</dfn>
+ if it adheres to the specification defined in this document.</dd>
+ </dl>
+ </section>
+
+ </section>
+
+
+
+<!-- FIFTH PART : Data Model -->
+
+
+ <section id="section-Data-Model" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+
+
+<!--OddPage-->
+<h2 aria-level="1" role="heading" id="h2_section-Data-Model"><span class="secno">6. </span>Syntax Data Model</h2>
+
+ <div>
+ <p>This document specifies the syntax of RDF/XML as a grammar on an
+ alphabet of symbols. The symbols are called <em>events</em> in the
+ style of the XPATH
+ <a href="http://www.w3.org/TR/xpath#infoset">Information Set Mapping</a>.
+ A sequence of events is normally derived from an XML document, in
+ which case they are in document order as defined below in
+ <a href="#section-Infoset-Mapping">Section 6.2 Information Set Mapping</a>.
+ The sequence these events form are intended to be similar to the sequence
+ of events produced by the [<cite><a class="bibref" href="#bib-SAX">SAX</a></cite>] XML API from
+ the same XML document. Sequences of events may be checked against
+ the grammar to determine whether they are or are not syntactically
+ well-formed RDF/XML.</p>
+
+ <p>The grammar productions may include actions which fire when the
+ production is recognized. Taken together these actions define a
+ transformation from any syntactically well-formed RDF/XML sequence of
+ events into an RDF graph represented in the N-Triples [<cite><a class="bibref" href="#bib-N-TRIPLES">N-TRIPLES</a></cite>]
+ language.</p>
+
+ <p>The model given here illustrates one way to create a representation of
+ an RDF Graph
+ from an RDF/XML document. It does not mandate any implementation
+ method — any other method that results in a representation of the same
+ RDF Graph may be used.</p>
+
+ <p>In particular:</p>
+ <ul>
+ <li>This specification permits any
+ representation of an RDF graph;
+ in particular, it does not require the use of N-Triples [<cite><a class="bibref" href="#bib-N-TRIPLES">N-TRIPLES</a></cite>].</li>
+ <li>This specification does not require the use of
+ [<cite><a class="bibref" href="#bib-XPATH">XPATH</a></cite>] or [<cite><a class="bibref" href="#bib-SAX">SAX</a></cite>]</li>
+ <li>This specification places no constraints on the order in which
+ software transforming RDF/XML into a representation of a graph,
+ constructs the representation of the graph.</li>
+ <li>Software transforming RDF/XML into a representation of a graph
+ <em class="rfc2119" title="MAY">MAY</em> eliminate duplicate predicate arcs.</li>
+ </ul>
+
+ <p>The syntax does not support non-well-formed XML documents, nor
+ documents that otherwise do not have an XML Information Set; for
+ example, that do not conform to
+ Namespaces in XML [<cite><a class="bibref" href="#bib-XML-NAMES">XML-NAMES</a></cite>].
+ </p>
+
+ <p>The Infoset requires support for
+ XML Base [<cite><a class="bibref" href="#bib-XMLBASE">XMLBASE</a></cite>].
+ RDF/XML uses the information item property [base URI], discussed in
+ <a href="#section-baseURIs">section 5.3</a>
+ </p>
+
+ <p>This specification requires an
+ XML Information Set [<cite><a class="bibref" href="#bib-XML-INFOSET">XML-INFOSET</a></cite>]
+ which supports at least the following information items and
+ properties for RDF/XML:</p>
+
+ <dl>
+ <dt><a href="http://www.w3.org/TR/xml-infoset/#infoitem.document">document information item</a></dt>
+ <dd>[document element], [children], [base URI]</dd>
+
+ <dt><a href="http://www.w3.org/TR/xml-infoset/#infoitem.element">element information item</a></dt>
+ <dd>[local name], [namespace name], [children], [attributes], [parent], [base URI]</dd>
+
+ <dt><a href="http://www.w3.org/TR/xml-infoset/#infoitem.attribute">attribute information item</a></dt>
+ <dd>[local name], [namespace name], [normalized value]</dd>
+
+ <dt><a href="http://www.w3.org/TR/xml-infoset/#infoitem.character">character information item</a></dt>
+ <dd>[character code]</dd>
+ </dl>
+
+ <p>There is no mapping of the following items to data model events:</p>
+ <ul>
+ <li><a href="http://www.w3.org/TR/xml-infoset/#infoitem.pi">processing instruction information item</a></li>
+ <li><a href="http://www.w3.org/TR/xml-infoset/#infoitem.rse">unexpanded entity reference information item</a></li>
+ <li><a href="http://www.w3.org/TR/xml-infoset/#infoitem.comment">comment information item</a></li>
+ <li><a href="http://www.w3.org/TR/xml-infoset/#infoitem.doctype">document type declaration information item</a></li>
+
+ <li><a href="http://www.w3.org/TR/xml-infoset/#infoitem.entity.unparsed">unparsed entity information item</a></li>
+ <li><a href="http://www.w3.org/TR/xml-infoset/#infoitem.notation">notation information item</a></li>
+ <li><a href="http://www.w3.org/TR/xml-infoset/#infoitem.namespace">namespace information item</a></li>
+ </ul>
+
+ <p>Other information items and properties have no mapping to
+ syntax data model events.
+ </p>
+
+ <p>Element information items with reserved XML Names
+ (See <a href="http://www.w3.org/TR/2000/REC-xml-20001006#dt-name">Name</a>
+ in <a href="http://www.w3.org/TR/2000/REC-xml-20001006">XML 1.0</a>)
+ are not mapped to data model element events. These are all those
+ with property [prefix] beginning with <code>xml</code> (case
+ independent comparison) and all those with [prefix] property
+ having no value and which have [local name] beginning with
+ <code>xml</code> (case independent comparison).
+ </p>
+
+ <p>All information items contained inside XML elements matching the
+ <a href="#parseTypeLiteralPropertyElt">parseTypeLiteralPropertyElt</a>
+ production form
+ XML literals
+ and do not follow this mapping. See
+ <a href="#parseTypeLiteralPropertyElt">parseTypeLiteralPropertyElt</a>
+ for further information.</p>
+
+ <p>This section is intended to satisfy the requirements for
+ <a href="http://www.w3.org/TR/xml-infoset/#conformance">Conformance</a>
+ in the [<cite><a class="bibref" href="#bib-XML-INFOSET">XML-INFOSET</a></cite>] specification.
+ It specifies the information items and properties that are needed
+ to implement this specification.
+ </p>
+ </div>
+
+
+<!-- events -->
+
+ <section id="section-Nodes" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Nodes"><span class="secno">6.1 </span>Events</h3>
+
+ <p>There are nine types of event defined in the following subsections.
+ Most events are constructed from an Infoset information item (except
+ for <a href="#section-identifier-node">IRI</a>,
+ <a href="#section-blank-nodeid-event">blank node</a>,
+ <a href="#section-literal-node">plain literal</a> and
+ <a href="#section-typed-literal-node">typed literal</a>). The effect
+ of an event constructor is to create a new event with a unique identity,
+ distinct from all other events. Events have accessor operations on them
+ and most have the <em>string-value</em> accessor that may be a static value
+ or computed.</p>
+
+
+<!-- root event -->
+
+ <section id="section-root-node" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_section-root-node"><span class="secno">6.1.1 </span>Root Event</h4>
+
+ <p>Constructed from a
+ <a href="http://www.w3.org/TR/xml-infoset/#infoitem.document">document information item</a>
+ and takes the following accessors and values.</p>
+
+ <dl>
+ <dt id="eventterm-root-document-element">document-element</dt>
+ <dd>Set to the value of document information item property [document-element].</dd>
+ <dt id="eventterm-root-children">children</dt>
+ <dd>Set to the value of document information item property [children].</dd>
+ <dt id="eventterm-root-base-uri">base-uri</dt>
+ <dd>Set to the value of document information item property [base URI].</dd>
+ <dt id="eventterm-root-language">language</dt>
+ <dd>Set to the empty string.</dd>
+ </dl>
+ </section>
+
+
+<!-- root event -->
+
+ <section id="section-element-node" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_section-element-node"><span class="secno">6.1.2 </span>Element Event</h4>
+
+ <p>Constructed from an
+ <a href="http://www.w3.org/TR/xml-infoset/#infoitem.element">element information item</a>
+ and takes the following accessors and values:
+ </p>
+
+
+ <dl>
+ <dt id="eventterm-element-local-name">local-name</dt>
+ <dd>Set to the value of element information item property [local name].</dd>
+
+ <dt id="eventterm-element-namespace-name">namespace-name</dt>
+ <dd>Set to the value of element information item property [namespace name].</dd>
+
+ <dt id="eventterm-element-children">children</dt>
+ <dd>Set to the value of element information item property [children].</dd>
+
+ <dt id="eventterm-element-parent">parent</dt>
+ <dd>Set to the value of element information item property [parent].</dd>
+
+ <dt id="eventterm-element-base-uri">base-uri</dt>
+ <dd>Set to the value of element information item property [base URI].</dd>
+
+ <dt id="eventterm-element-attributes">attributes</dt>
+ <dd><p>Made from the value of element information item
+ property [attributes] which is a set of attribute
+ information items.</p>
+
+ <p>If this set contains an attribute information item <code>xml:lang</code> (
+ [namespace name] property with the value
+ "http://www.w3.org/XML/1998/namespace" and
+ [local name] property value "lang")
+ it is removed from the set of attribute information items and the
+ <a class="termref" href="#eventterm-element-language"><span class="arrow">·</span>language<span class="arrow">·</span></a> accessor is set to the
+ [normalized-value] property of the attribute information item.</p>
+
+ <p>All remaining reserved XML Names
+ (see <a href="http://www.w3.org/TR/2000/REC-xml-20001006#dt-name">Name</a>
+ in <a href="http://www.w3.org/TR/2000/REC-xml-20001006">XML 1.0</a>)
+ are now removed from the set. These are, all
+ attribute information items in the set with property [prefix]
+ beginning with <code>xml</code> (case independent
+ comparison) and all attribute information items with [prefix]
+ property having no value and which have [local name] beginning with
+ <code>xml</code> (case independent comparison) are removed.
+ Note that the [base URI] accessor is computed by XML Base before any
+ <code>xml:base</code> attribute information item is deleted.</p>
+
+ <p>The remaining set of attribute information items are then used
+ to construct a new set of
+ <a href="#section-attribute-node">Attribute Events</a>
+ which is assigned as the value of this accessor.</p>
+ </dd>
+
+ <dt id="eventterm-element-URI">URI</dt>
+ <dd>Set to the string value of the concatenation of the
+ value of the namespace-name accessor and the value of the
+ local-name accessor.
+ </dd>
+
+ <dt id="eventterm-element-URI-string-value">URI-string-value</dt>
+ <dd>
+ <p>The value is the concatenation of the following in this order "<",
+ the escaped value of the
+ <a class="termref" href="#eventterm-element-URI"><span class="arrow">·</span>URI<span class="arrow">·</span></a>
+ accessor and ">".</p>
+
+ <p>The escaping of the
+ <a class="termref" href="#eventterm-element-URI"><span class="arrow">·</span>URI<span class="arrow">·</span></a>
+ accessor uses the N-Triples escapes for
+ IRIs [[N_TRIPLES]].
+ </p>
+
+ </dd>
+
+ <dt id="eventterm-element-liCounter">li-counter</dt>
+ <dd>Set to the integer value 1.</dd>
+
+ <dt id="eventterm-element-language">language</dt>
+ <dd>Set from the
+ <a class="termref" href="#eventterm-element-attributes"><span class="arrow">·</span>attributes<span class="arrow">·</span></a>
+ as described above.
+ If no value is given from the attributes, the value is set to the value of
+ the language accessor on the parent event (either a
+ <a href="#section-root-node">Root Event</a> or an
+ <a href="#section-element-node">Element Event</a>), which may be the empty string.
+ </dd>
+
+ <dt id="eventterm-element-subject">subject</dt>
+ <dd>Has no initial value. Takes a value that is an
+ <a href="#section-identifier-node">Identifier</a> event.
+ This accessor is used on elements that deal with one node in the RDF graph,
+ this generally being the subject of a statement.</dd>
+
+ </dl>
+ </section>
+
+
+
+<!-- end element event -->
+
+ <section id="section-end-element-node" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_section-end-element-node"><span class="secno">6.1.3 </span>End Element Event</h4>
+
+ <p>Has no accessors. Marks the end of the containing element in
+ the sequence.</p>
+ </section>
+
+
+
+<!-- attribute event -->
+
+ <section id="section-attribute-node" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_section-attribute-node"><span class="secno">6.1.4 </span>Attribute Event</h4>
+
+ <p>Constructed from an
+ <a href="http://www.w3.org/TR/xml-infoset/#infoitem.attribute">attribute information item</a>
+ and takes the following accessors and values:</p>
+
+ <dl>
+ <dt id="eventterm-attribute-local-name">local-name</dt>
+ <dd>Set to the value of attribute information item property [local name].</dd>
+
+ <dt id="eventterm-attribute-namespace-name">namespace-name</dt>
+ <dd>Set to the value of attribute information item property [namespace name].</dd>
+
+ <dt id="eventterm-attribute-string-value">string-value</dt>
+ <dd>Set to the value of the attribute information item
+ property [normalized value] as specified by [<cite><a class="bibref" href="#bib-XML10">XML10</a></cite>] (if an attribute whose normalized
+ value is a zero-length string, then the string-value is also
+ a zero-length string).</dd>
+
+ <dt id="eventterm-attribute-URI">URI</dt>
+ <dd><p>If <a class="termref" href="#eventterm-attribute-namespace-name"><span class="arrow">·</span>namespace-name<span class="arrow">·</span></a> is present,
+ set to a string value of the concatenation of the value of the
+ <a class="termref" href="#eventterm-attribute-namespace-name"><span class="arrow">·</span>namespace-name<span class="arrow">·</span></a> accessor
+ and the value of the
+ <a class="termref" href="#eventterm-attribute-local-name"><span class="arrow">·</span>local-name<span class="arrow">·</span></a> accessor.
+ Otherwise if <a class="termref" href="#eventterm-attribute-local-name"><span class="arrow">·</span>local-name<span class="arrow">·</span></a> is
+ <code>ID</code>, <code>about</code>, <code>resource</code>,
+ <code>parseType</code> or <code>type</code>, set to a string
+ value of the concatenation of the
+ <a class="termref" href="#rdf-ns-uri"><span class="arrow">·</span>RDF namespace IRI<span class="arrow">·</span></a>
+ and the value of the <a class="termref" href="#eventterm-attribute-local-name"><span class="arrow">·</span>local-name<span class="arrow">·</span></a> accessor. Other non-namespaced
+ <a class="termref" href="#eventterm-attribute-local-name"><span class="arrow">·</span>local-name<span class="arrow">·</span></a> accessor values are
+ forbidden.</p>
+
+ <p>The support for a limited set of non-namespaced names is
+ <em class="rfc2119" title="REQUIRED">REQUIRED</em> and intended to allow RDF/XML documents specified in
+ [<cite><a class="bibref" href="#bib-RDFMS">RDFMS</a></cite>] to remain valid; new documents
+ <em class="rfc2119" title="SHOULD NOT">SHOULD NOT</em> use these unqualified attributes and applications <em class="rfc2119" title="MAY">MAY</em>
+ choose to warn when the unqualified form is seen in a document.</p>
+
+ <p>The construction of IRIs from XML attributes can generate the same
+ IRIs from different XML attributes. This can cause ambiguity in the
+ grammar when matching attribute events (such as when
+ <code>rdf:about</code> and <code>about</code> XML attributes are
+ both present). Documents that have this are illegal.
+ </p>
+
+ </dd>
+
+ <dt id="eventterm-attribute-URI-string-value">URI-string-value</dt>
+ <dd>
+ <p>The value is the concatenation of the following in this order "<",
+ the escaped value of the
+ <a class="termref" href="#eventterm-attribute-URI"><span class="arrow">·</span>URI<span class="arrow">·</span></a>
+ accessor and ">".</p>
+
+ <p>The escaping of the
+ <a class="termref" href="#eventterm-attribute-URI"><span class="arrow">·</span>URI<span class="arrow">·</span></a>
+ accessor uses the N-Triples escapes for
+ IRIs [<cite><a class="bibref" href="#bib-N-TRIPLES">N-TRIPLES</a></cite>].
+ </p>
+ </dd>
+
+ </dl>
+ </section>
+
+
+
+<!-- text event -->
+
+ <section id="section-text-node" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_section-text-node"><span class="secno">6.1.5 </span>Text Event</h4>
+
+ <p>Constructed from a sequence of one or more consecutive
+ <a href="http://www.w3.org/TR/xml-infoset/#infoitem.character">character information items</a>.
+ Has the single accessor:</p>
+
+ <dl>
+ <dt id="eventterm-text-string-value">string-value</dt>
+ <dd>Set to the value of the string made from concatenating the
+ [<a href="http://www.w3.org/TR/xml-infoset/#infoitem.character">character
+ code</a>] property of each of the character information
+ items.
+ </dd>
+ </dl>
+ </section>
+
+
+
+<!-- uri reference event -->
+
+ <section id="section-identifier-node" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_section-identifier-node"><span class="secno">6.1.6 </span>IRI Event</h4>
+
+ <p id="eventterm-identifier-identifier-type">
+ An event for a IRIs which has the following accessors:</p>
+
+ <dl>
+ <dt id="eventterm-identifier-identifier">identifier</dt>
+ <dd>Takes a string value used as an IRI.</dd>
+
+ <dt id="eventterm-identifier-string-value">string-value</dt>
+ <dd><p>The value is the concatenation of "<", the escaped
+ value of the <a class="termref" href="#eventterm-identifier-identifier"><span class="arrow">·</span>identifier<span class="arrow">·</span></a> accessor and ">"</p>
+
+ <p>The escaping of the <a class="termref" href="#eventterm-identifier-identifier"><span class="arrow">·</span>identifier<span class="arrow">·</span></a> accessor value
+ uses the N-Triples escapes for IRIs [<cite><a class="bibref" href="#bib-N-TRIPLES">N-TRIPLES</a></cite>]. </p>
+
+ </dd>
+
+ </dl>
+
+ <p>These events are constructed by giving a value for the
+ <a class="termref" href="#eventterm-identifier-identifier"><span class="arrow">·</span>identifier<span class="arrow">·</span></a> accessor.
+ </p>
+
+ <p>For further information on identifiers in the RDF graph, see
+ <a href="#section-Identifiers">section 5.2</a>.</p>
+ </section>
+
+
+
+<!-- blank node identifier event -->
+
+ <section id="section-blank-nodeid-event" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_section-blank-nodeid-event"><span class="secno">6.1.7 </span>Blank Node Identifier Event</h4>
+
+ <p>An event for a
+ blank node identifier
+ which has the following accessors:</p>
+
+ <dl>
+ <dt id="eventterm-blanknodeid-identifier">identifier</dt>
+
+ <dd>Takes a string value.</dd>
+
+ <dt id="eventterm-blanknodeid-string-value">string-value</dt>
+ <dd>The value is a function of the value of the
+ <a class="termref" href="#eventterm-blanknodeid-identifier"><span class="arrow">·</span>identifier<span class="arrow">·</span></a> accessor.
+ The value begins with "_:" and the entire value <em class="rfc2119" title="MUST">MUST</em> match the
+ N-Triples
+ <a href="http://www.w3.org/TR/n-triples/#grammar-production-BLANK_NODE_LABEL">BLANK_NODE_LABELD</a> production.
+ The function <em class="rfc2119" title="MUST">MUST</em> preserve distinct blank node identity as
+ discussed in in section <a href="#section-Identifiers">5.2
+ Identifiers</a>.</dd>
+
+ </dl>
+
+ <p>These events are constructed by giving a value for the
+ <a class="termref" href="#eventterm-blanknodeid-identifier"><span class="arrow">·</span>identifier<span class="arrow">·</span></a> accessor.
+ </p>
+
+ <p>For further information on identifiers in the RDF graph, see
+ <a href="#section-Identifiers">section 5.2</a>.</p>
+ </section>
+
+
+
+<!-- plain literal event -->
+
+ <section id="section-literal-node" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_section-literal-node"><span class="secno">6.1.8 </span>Plain Literal Event</h4>
+
+ <div class="note"><div class="note-title" aria-level="4" role="heading" id="h_note_7"><span>Note</span></div><p class="">RDF/XML plain literals are in RDF 1.1 treated as
+ syntactic sugar for a literal with datatype
+ <code>xsd:string</code> (in case no language tag is present)
+ or as a literal with datatype <code>rdf:langString</code> (in
+ case a language tag is present). The mapping to N-Triples as
+ defined in this subsection is not affected by this change. </p></div>
+
+ <p>An event for a plain
+ literal which can have the following accessors:</p>
+
+ <dl>
+ <dt id="eventterm-literal-literal-value">literal-value</dt>
+ <dd>Takes a string value.</dd>
+
+ <dt id="eventterm-literal-literal-language">literal-language</dt>
+ <dd>Takes a string value used as a language tag in an RDF plain literal.</dd>
+
+ <dt id="eventterm-literal-string-value">string-value</dt>
+ <dd><p>The value is calculated from the other accessors as follows.</p>
+
+ <p>If <a class="termref" href="#eventterm-literal-literal-language"><span class="arrow">·</span>literal-language<span class="arrow">·</span></a> is the empty string
+ then the value is the concatenation of """ (1 double quote),
+ the escaped value of the
+ <a class="termref" href="#eventterm-literal-literal-value"><span class="arrow">·</span>literal-value<span class="arrow">·</span></a> accessor
+ and """ (1 double quote).</p>
+
+ <p>Otherwise the value is the concatenation of """ (1 double quote),
+ the escaped value of the
+ <a class="termref" href="#eventterm-literal-literal-value"><span class="arrow">·</span>literal-value<span class="arrow">·</span></a> accessor
+ ""@" (1 double quote and a '@'),
+ and the value of the
+ <a class="termref" href="#eventterm-literal-literal-language"><span class="arrow">·</span>literal-language<span class="arrow">·</span></a> accessor.</p>
+
+ <p>The escaping of the <a class="termref" href="#eventterm-literal-literal-value"><span class="arrow">·</span>literal-value<span class="arrow">·</span></a> accessor value uses the N-Triples
+ escapes for strings as described in [<cite><a class="bibref" href="#bib-N-TRIPLES">N-TRIPLES</a></cite>]
+ for escaping certain characters such as ". </p>
+ </dd>
+ </dl>
+
+ <p>These events are constructed by giving values for the
+ <a class="termref" href="#eventterm-literal-literal-value"><span class="arrow">·</span>literal-value<span class="arrow">·</span></a> and
+ <a class="termref" href="#eventterm-literal-literal-language"><span class="arrow">·</span>literal-language<span class="arrow">·</span></a> accessors.</p>
+
+ <div class="note"><div class="note-title" aria-level="4" role="heading" id="h_note_8"><span>Note</span></div><p id="literal-comb-char-note1" class="">
+ <strong>Interoperability Note (Informative):</strong>
+ Literals beginning with a Unicode combining character are
+ allowed however they may cause interoperability problems.
+ See [<cite><a class="bibref" href="#bib-CHARMOD">CHARMOD</a></cite>] for further information.
+ </p></div>
+ </section>
+
+
+
+<!-- typed literal event -->
+
+ <section id="section-typed-literal-node" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_section-typed-literal-node"><span class="secno">6.1.9 </span>Typed Literal Event</h4>
+
+ <p>An event for a typed literal which can have the following accessors:</p>
+
+ <dl>
+ <dt id="eventterm-typedliteral-literal-value">literal-value</dt>
+ <dd>Takes a string value.</dd>
+
+ <dt id="eventterm-typedliteral-literal-datatype">literal-datatype</dt>
+ <dd>Takes a string value used as an IRI.</dd>
+
+ <dt id="eventterm-typedliteral-string-value">string-value</dt>
+ <dd><p>The value is the concatenation of the following in this order
+ """ (1 double quote),
+ the escaped value of the
+ <a class="termref" href="#eventterm-typedliteral-literal-value"><span class="arrow">·</span>literal-value<span class="arrow">·</span></a> accessor,
+ """ (1 double quote), "^^<",
+ the escaped value of the
+ <a class="termref" href="#eventterm-typedliteral-literal-datatype"><span class="arrow">·</span>literal-datatype<span class="arrow">·</span></a> accessor
+ and ">".
+ </p>
+
+ <p>The escaping of the <a class="termref" href="#eventterm-typedliteral-literal-value"><span class="arrow">·</span>literal-value<span class="arrow">·</span></a> accessor value
+ uses the N-Triples
+ escapes for strings [<cite><a class="bibref" href="#bib-N-TRIPLES">N-TRIPLES</a></cite>]
+ for escaping certain characters such as ".
+ The escaping of the <a class="termref" href="#eventterm-typedliteral-literal-datatype"><span class="arrow">·</span>literal-datatype<span class="arrow">·</span></a> accessor value
+ must use the N-Triples escapes for IRI [<cite><a class="bibref" href="#bib-N-TRIPLES">N-TRIPLES</a></cite>].</p>
+
+ </dd>
+ </dl>
+
+ <p>These events are constructed by giving values for the
+ <a class="termref" href="#eventterm-typedliteral-literal-value"><span class="arrow">·</span>literal-value<span class="arrow">·</span></a>
+ and <a class="termref" href="#eventterm-typedliteral-literal-datatype"><span class="arrow">·</span>literal-datatype<span class="arrow">·</span></a> accessors.</p>
+
+ <div class="note"><div class="note-title" aria-level="4" role="heading" id="h_note_9"><span>Note</span></div><p class="" id="literal-comb-char-note2">
+ <strong>Interoperability Note (Informative):</strong>
+ Literals beginning with a Unicode combining character are
+ allowed however they may cause interoperability problems.
+ See [<cite><a class="bibref" href="#bib-CHARMOD">CHARMOD</a></cite>] for further information.
+ </p></div>
+
+ <div class="note"><div class="note-title" aria-level="4" role="heading" id="h_note_10"><span>Note</span></div><p id="literal-white-space-normalization-note" class="">
+ <strong>Implementation Note (Informative): </strong>
+ In XML Schema (part 1) [<cite><a class="bibref" href="#bib-XMLSCHEMA-1">XMLSCHEMA-1</a></cite>],
+ <a href="http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/#section-White-Space-Normalization-during-Validation">white
+ space normalization</a>
+ occurs during validation according to the value of the whiteSpace
+ facet. The syntax mapping used in this document occurs after this,
+ so the whiteSpace facet formally has no further effect.
+ </p></div>
+ </section>
+
+ </section>
+
+
+<!-- infoset mapping -->
+
+ <section id="section-Infoset-Mapping" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 id="section-Infoset-Conformance" aria-level="2" role="heading"><span class="secno">6.2 </span>Information Set Mapping</h3>
+
+ <p>To transform the Infoset into the sequence of events
+ in <em>document order</em>, each
+ information item is transformed as described above to generate a
+ tree of events with accessors and values. Each element event is
+ then replaced as described below to turn the tree of events
+ into a sequence in document order.</p>
+
+ <ol>
+ <li>The original <a href="#section-element-node">element event</a></li>
+ <li>The value of the
+ <a href="http://www.w3.org/TR/xml-infoset/#infoitem.element">children</a>
+ accessor recursively transformed, a possibly empty ordered list of events.</li>
+ <li>An <a href="#section-end-element-node">end element event</a></li>
+ </ol>
+ </section>
+
+
+
+<!-- grammar notation -->
+
+ <section id="section-Infoset-Grammar-Notation" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 id="section-Notation-Forms" aria-level="2" role="heading"><span class="secno">6.3 </span>Grammar Notation</h3>
+
+ <p>The following notation is used to describe matching the sequence
+ of data model events as given in <a href="#section-Data-Model">Section 6</a>
+ and the actions to perform for the matches.
+ The RDF/XML grammar is defined in terms of mapping from these matched
+ data model events to triples, using notation of the form:</p>
+
+ <blockquote>
+ <div class="productionOuter"><div class="productionInner"><p>
+ number <em>event-type</em> <em>event-content</em>
+
+ </p></div></div>
+
+ <div>
+ <em>action</em>...
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code>
+ N-Triples
+ </code>
+ </p></div></div>
+ </div>
+ </blockquote>
+
+ <p>where the <em>event-content</em> is an expression matching
+
+ <em>event-types</em> (as defined in <a href="#section-Nodes">Section 6.1</a>),
+ using notation given in the following sections.
+ The number is used for reference purposes.
+ The grammar <em>action</em> may include generating
+ new triples to the graph, written in N-Triples [<cite><a class="bibref" href="#bib-N-TRIPLES">N-TRIPLES</a></cite>]
+ format.
+ </p>
+
+ <p>The following sections describe the general notation used and that
+ for event matching and actions.</p>
+
+
+
+<!-- general grammar notation -->
+
+ <section id="section-Infoset-Grammar-General" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_section-Infoset-Grammar-General"><span class="secno">6.3.1 </span>Grammar General Notation</h4>
+
+ <table border="1">
+ <caption>Grammar General Notation.</caption>
+ <tbody><tr>
+ <th>Notation</th>
+ <th>Meaning</th>
+ </tr>
+ <tr>
+ <td><em>event</em>.<em>accessor</em></td>
+
+ <td>The value of an event accessor.</td>
+ </tr>
+ <tr>
+ <td><code>rdf:</code><em>X</em></td>
+ <td>A URI as defined in <a href="#section-Namespace">section 5.1</a>.</td>
+ </tr>
+ <tr>
+ <td>"ABC"</td>
+ <td>A string of characters A, B, C in order.</td>
+
+ </tr>
+ </tbody></table>
+ </section>
+
+
+
+<!-- grammar event matching notation -->
+
+ <section id="section-Infoset-Grammar-Matching" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_section-Infoset-Grammar-Matching"><span class="secno">6.3.2 </span>Grammar Event Matching Notation</h4>
+
+
+ <table border="1">
+ <caption>Grammar Event Matching Notation.</caption>
+ <tbody><tr>
+ <th>Notation</th>
+ <th>Meaning</th>
+
+ </tr>
+ <tr>
+ <td>A == B</td>
+ <td>Event accessor A matches expression B.</td>
+ </tr>
+ <tr>
+ <td>A != B</td>
+ <td>A is not equal to B.</td>
+ </tr>
+ <tr>
+ <td>A | B | ...</td>
+ <td>The A, B, ... terms are alternatives.</td>
+
+ </tr>
+ <tr>
+ <td>A - B</td>
+ <td>The terms in A excluding all the terms in B.</td>
+ </tr>
+ <tr>
+ <td><dfn id="anyURI">anyURI</dfn>.</td>
+ <td>Any URI.</td>
+ </tr>
+ <tr>
+ <td><dfn id="anyString">anyString</dfn>.</td>
+
+ <td>Any string.</td>
+ </tr>
+ <tr>
+ <td>list(item1, item2, ...); list()</td>
+ <td>An ordered list of events. An empty list.</td>
+ </tr>
+ <tr>
+ <td>set(item1, item2, ...); set()</td>
+ <td>An unordered set of events. An empty set.</td>
+ </tr>
+ <tr>
+ <td>*</td>
+
+ <td>Zero or more of preceding term.</td>
+ </tr>
+ <tr>
+ <td>?</td>
+ <td>Zero or one of preceding term.</td>
+ </tr>
+ <tr>
+ <td>+</td>
+ <td>One or more of preceding term.</td>
+ </tr>
+ <tr>
+ <td>root(acc1 == value1,<br />
+
+ acc2 == value2, ...)</td>
+ <td>Match a <a href="#section-root-node">Root Event</a> with accessors.
+ </td>
+ </tr>
+ <tr>
+ <td>start-element(acc1 == value1,<br />
+ acc2 == value2, ...)<br />
+ <em>children</em><br />
+ end-element()</td>
+
+ <td>Match a sequence of
+ <a href="#section-element-node">Element Event</a> with accessors,
+ a possibly empty list of events as element content and an
+ <a href="#section-end-element-node">End Element Event</a>.
+ </td>
+ </tr>
+ <tr>
+ <td>attribute(acc1 == value1,<br />
+ acc2 == value2, ...)</td>
+ <td>Match an <a href="#section-attribute-node">Attribute Event</a>
+ with accessors.</td>
+
+ </tr>
+ <tr>
+ <td>text()</td>
+ <td>Match a <a href="#section-text-node">Text Event</a>.</td>
+ </tr>
+ </tbody></table>
+ </section>
+
+
+
+<!-- grammar action notation -->
+
+ <section id="section-Infoset-Grammar-Action" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_section-Infoset-Grammar-Action"><span class="secno">6.3.3 </span>Grammar Action Notation</h4>
+
+ <table border="1">
+ <caption>Grammar Action Notation.</caption>
+ <tbody><tr>
+ <th>Notation</th>
+ <th>Meaning</th>
+ </tr>
+ <tr>
+ <td>A := B</td>
+ <td>Assigns A the value B.</td>
+ </tr>
+ <tr>
+ <td>concat(A, B, ..)</td>
+
+ <td>A string created by concatenating the terms in order.</td>
+ </tr>
+ <tr>
+ <td>resolve(<em>e</em>, <em>s</em>)</td>
+ <td>A string created by interpreting string <em>s</em> as a relative IRI to the
+ <a class="termref" href="#eventterm-element-base-uri"><span class="arrow">·</span>base-uri<span class="arrow">·</span></a> accessor of <a href="#section-element-node" class="sec-ref"><span class="secno">6.1.2</span> <span class="sec-title">Element Event</span></a> <em>e</em>
+
+ as defined in <a href="#section-baseURIs">Section 5.3 Resolving URIs</a>.
+ The resulting string represents an
+ IRI.</td>
+ </tr>
+ <tr>
+ <td>generated-blank-node-id()</td>
+ <td>A string value for a new distinct generated
+ blank node identifier
+ as defined in <a href="#section-Identifiers">section 5.2 Identifiers</a>.
+ </td>
+
+ </tr>
+ <tr>
+ <td><em>event</em>.<em>accessor</em> := <em>value</em></td>
+ <td>Sets an event accessor to the given value.</td>
+ </tr>
+ <tr>
+ <td>uri(identifier := value)</td>
+ <td>Create a new <a href="#section-identifier-node">URI Reference Event</a>.</td>
+
+ </tr>
+ <tr>
+ <td>bnodeid(identifier := value)</td>
+ <td>Create a new <a href="#section-blank-nodeid-event">Blank Node Identifier Event</a>. See also section <a href="#section-Identifiers">5.2 Identifiers</a>.</td>
+ </tr>
+ <tr>
+ <td>literal(literal-value := string,<br />
+ literal-language := language, ...)</td>
+ <td>Create a new <a href="#section-literal-node">Plain Literal Event</a>.</td>
+
+ </tr>
+ <tr>
+ <td>typed-literal(literal-value := string, ...)</td>
+ <td>Create a new <a href="#section-typed-literal-node">Typed Literal Event</a>.</td>
+ </tr>
+ </tbody></table>
+ </section>
+ </section>
+ </section>
+
+
+<!-- SIXTH PART : RDF/XML grammar -->
+
+ <section id="section-Infoset-Grammar" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+
+<!--OddPage-->
+<h2 aria-level="1" role="heading" id="h2_section-Infoset-Grammar"><span class="secno">7. </span>RDF/XML Grammar</h2>
+
+
+
+<!-- grammar summary -->
+
+ <section id="section-grammar-summary" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-grammar-summary"><span class="secno">7.1 </span>Grammar summary</h3>
+
+ <div class="productionOuter"><div class="productionInner">
+ <table>
+ <tbody><tr>
+ <td><a href="#coreSyntaxTerms">7.2.2</a> <a href="#coreSyntaxTerms">coreSyntaxTerms</a></td> <td><code>rdf:RDF</code> | <code>rdf:ID</code> | <code>rdf:about</code> | <code>rdf:parseType</code> | <code>rdf:resource</code> | <code>rdf:nodeID</code> | <code>rdf:datatype</code></td>
+
+ </tr>
+ <tr>
+ <td><a href="#syntaxTerms">7.2.3</a> <a href="#syntaxTerms">syntaxTerms</a></td> <td><a href="#coreSyntaxTerms">coreSyntaxTerms</a> | <code>rdf:Description</code> | <code>rdf:li</code></td>
+ </tr>
+ <tr>
+ <td><a href="#oldTerms">7.2.4</a> <a href="#oldTerms">oldTerms</a></td> <td><code>rdf:aboutEach</code> | <code>rdf:aboutEachPrefix</code> | <code>rdf:bagID</code></td>
+
+ </tr>
+ <tr>
+ <td><a href="#nodeElementURIs">7.2.5</a> <a href="#nodeElementURIs">nodeElementURIs</a></td> <td><a href="#anyURI">anyURI</a> - ( <a href="#coreSyntaxTerms">coreSyntaxTerms</a> | <code>rdf:li</code> | <a href="#oldTerms">oldTerms</a> )</td>
+
+ </tr>
+ <tr>
+ <td><a href="#propertyElementURIs">7.2.6</a> <a href="#propertyElementURIs">propertyElementURIs</a></td> <td><a href="#anyURI">anyURI</a> - ( <a href="#coreSyntaxTerms">coreSyntaxTerms</a> | <code>rdf:Description</code> | <a href="#oldTerms">oldTerms</a> )</td>
+
+ </tr>
+ <tr>
+ <td><a href="#propertyAttributeURIs">7.2.7</a> <a href="#propertyAttributeURIs">propertyAttributeURIs</a></td> <td><a href="#anyURI">anyURI</a> - ( <a href="#coreSyntaxTerms">coreSyntaxTerms</a> | <code>rdf:Description</code> | <code>rdf:li</code> | <a href="#oldTerms">oldTerms</a> )</td>
+
+ </tr>
+ <tr>
+ <td><a href="#doc">7.2.8</a> <a href="#doc">doc</a></td> <td>root(<a href="#eventterm-root-document-element">document-element</a> == <a href="#RDF">RDF</a>,
+ <a href="#eventterm-root-children">children</a> == list(<a href="#RDF">RDF</a>))</td>
+
+ </tr>
+ <tr>
+ <td><a href="#RDF">7.2.9</a> <a href="#RDF">RDF</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <code>rdf:RDF</code>,
+ <a href="#eventterm-element-attributes">attributes</a> == set())<br />
+ <a href="#nodeElementList">nodeElementList</a><br />
+
+ end-element()</td>
+ </tr>
+ <tr>
+ <td><a href="#nodeElementList">7.2.10</a> <a href="#nodeElementList">nodeElementList</a></td> <td><a href="#ws">ws</a>* (<a href="#nodeElement">nodeElement</a> <a href="#ws">ws</a>* )*</td>
+ </tr>
+ <tr>
+
+ <td><a href="#nodeElement">7.2.11</a> <a href="#nodeElement">nodeElement</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#nodeElementURIs">nodeElementURIs</a><br />
+ <a href="#eventterm-element-attributes">attributes</a> == set((<a href="#idAttr">idAttr</a> | <a href="#nodeIdAttr">nodeIdAttr</a> | <a href="#aboutAttr">aboutAttr</a> )?, <a href="#propertyAttr">propertyAttr</a>*))<br />
+
+ <a href="#propertyEltList">propertyEltList</a><br />
+ end-element()</td>
+ </tr>
+ <tr>
+ <td><a href="#ws">7.2.12</a> <a href="#ws">ws</a></td> <td>A
+ <a href="#section-text-node">text event</a> matching white
+ space defined by XML [<cite><a class="bibref" href="#bib-XML10">XML10</a></cite>] definition <em>White Space</em>
+
+ Rule [3] <a href="http://www.w3.org/TR/2000/REC-xml-20001006#NT-S">S</a>
+ in section
+ <a href="http://www.w3.org/TR/2000/REC-xml-20001006#sec-common-syn">Common Syntactic Constructs</a></td>
+ </tr>
+ <tr>
+ <td><a href="#propertyEltList">7.2.13</a> <a href="#propertyEltList">propertyEltList</a></td> <td><a href="#ws">ws</a>* (<a href="#propertyElt">propertyElt</a> <a href="#ws">ws</a>* ) *</td>
+
+ </tr>
+ <tr>
+ <td><a href="#propertyElt">7.2.14</a> <a href="#propertyElt">propertyElt</a></td> <td><a href="#resourcePropertyElt">resourcePropertyElt</a> |
+ <a href="#literalPropertyElt">literalPropertyElt</a> |
+ <a href="#parseTypeLiteralPropertyElt">parseTypeLiteralPropertyElt</a> |
+ <a href="#parseTypeResourcePropertyElt">parseTypeResourcePropertyElt</a> |
+
+ <a href="#parseTypeCollectionPropertyElt">parseTypeCollectionPropertyElt</a> |
+ <a href="#parseTypeOtherPropertyElt">parseTypeOtherPropertyElt</a> |
+ <a href="#emptyPropertyElt">emptyPropertyElt</a></td>
+ </tr>
+ <tr>
+ <td><a href="#resourcePropertyElt">7.2.15</a> <a href="#resourcePropertyElt">resourcePropertyElt</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ),
+
+ <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?))<br />
+ <a href="#ws">ws</a>* <a href="#nodeElement">nodeElement</a> <a href="#ws">ws</a>*<br />
+ end-element()</td>
+ </tr>
+ <tr>
+
+ <td><a href="#literalPropertyElt">7.2.16</a> <a href="#literalPropertyElt">literalPropertyElt</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ),
+ <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, <a href="#datatypeAttr">datatypeAttr</a>?))<br />
+
+ <a href="#section-text-node">text()</a><br />
+ end-element()</td>
+ </tr>
+ <tr>
+ <td><a href="#parseTypeLiteralPropertyElt">7.2.17</a> <a href="#parseTypeLiteralPropertyElt">parseTypeLiteralPropertyElt</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ),
+
+ <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, <a href="#parseLiteral">parseLiteral</a>))<br />
+ <a href="#literal">literal</a><br />
+ end-element()</td>
+ </tr>
+ <tr>
+ <td><a href="#parseTypeResourcePropertyElt">7.2.18</a> <a href="#parseTypeResourcePropertyElt">parseTypeResourcePropertyElt</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ),
+
+ <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, <a href="#parseResource">parseResource</a>))<br />
+ <a href="#propertyEltList">propertyEltList</a><br />
+ end-element()</td>
+ </tr>
+ <tr>
+ <td><a href="#parseTypeCollectionPropertyElt">7.2.19</a> <a href="#parseTypeCollectionPropertyElt">parseTypeCollectionPropertyElt</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ),
+
+ <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, <a href="#parseCollection">parseCollection</a>))<br />
+ <a href="#nodeElementList">nodeElementList</a><br />
+ end-element()</td>
+ </tr>
+ <tr>
+ <td><a href="#parseTypeOtherPropertyElt">7.2.20</a> <a href="#parseTypeOtherPropertyElt">parseTypeOtherPropertyElt</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ),
+
+ <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, <a href="#parseOther">parseOther</a>))<br />
+ <a href="#propertyEltList">propertyEltList</a><br />
+ end-element()</td>
+ </tr>
+ <tr>
+ <td><a href="#emptyPropertyElt">7.2.21</a> <a href="#emptyPropertyElt">emptyPropertyElt</a></td> <td>start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ),
+
+ <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, ( <a href="#resourceAttr">resourceAttr</a> | <a href="#nodeIdAttr">nodeIdAttr</a> | <a href="#datatypeAttr">datatypeAttr</a> )?, <a href="#propertyAttr">propertyAttr</a>*))<br />
+ end-element()</td>
+ </tr>
+
+ <tr>
+ <td><a href="#idAttr">7.2.22</a> <a href="#idAttr">idAttr</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:ID</code>,
+ <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#rdf-id">rdf-id</a>)</td>
+
+ </tr>
+ <tr>
+ <td><a href="#nodeIdAttr">7.2.23</a> <a href="#nodeIdAttr">nodeIdAttr</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:nodeID</code>,
+ <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#rdf-id">rdf-id</a>)</td>
+
+ </tr>
+ <tr>
+ <td><a href="#aboutAttr">7.2.24</a> <a href="#aboutAttr">aboutAttr</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:about</code>,
+ <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#URI-reference">URI-reference</a>)</td>
+
+ </tr>
+ <tr>
+ <td><a href="#propertyAttr">7.2.25</a> <a href="#propertyAttr">propertyAttr</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <a href="#propertyAttributeURIs">propertyAttributeURIs</a>,
+ <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#anyString">anyString</a>)</td>
+
+ </tr>
+ <tr>
+ <td><a href="#resourceAttr">7.2.26</a> <a href="#resourceAttr">resourceAttr</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:resource</code>,
+ <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#URI-reference">URI-reference</a>)</td>
+
+ </tr>
+ <tr>
+ <td><a href="#datatypeAttr">7.2.27</a> <a href="#datatypeAttr">datatypeAttr</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:datatype</code>,
+ <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#URI-reference">URI-reference</a>)</td>
+
+ </tr>
+ <tr>
+ <td><a href="#parseLiteral">7.2.28</a> <a href="#parseLiteral">parseLiteral</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:parseType</code>,
+ <a href="#eventterm-attribute-string-value">string-value</a> == "Literal")</td>
+ </tr>
+
+ <tr>
+ <td><a href="#parseResource">7.2.29</a> <a href="#parseResource">parseResource</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:parseType</code>,
+ <a href="#eventterm-attribute-string-value">string-value</a> == "Resource")</td>
+ </tr>
+ <tr>
+
+ <td><a href="#parseCollection">7.2.30</a> <a href="#parseCollection">parseCollection</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:parseType</code>,
+ <a href="#eventterm-attribute-string-value">string-value</a> == "Collection")</td>
+ </tr>
+ <tr>
+ <td><a href="#parseOther">7.2.31</a> <a href="#parseOther">parseOther</a></td> <td>attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:parseType</code>,
+
+ <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#anyString">anyString</a> - ("Resource" | "Literal" | "Collection") )</td>
+ </tr>
+ <tr>
+ <td><a href="#URI-reference">7.2.32</a> <a href="#URI-reference">URI-reference</a></td> <td>An IRI.</td>
+
+ </tr>
+ <tr>
+ <td><a href="#literal">7.2.33</a> <a href="#literal">literal</a></td> <td>Any XML element content
+ that is allowed according to
+ [<cite><a class="bibref" href="#bib-XML10">XML10</a></cite>] definition <em>Content of Elements</em>
+ Rule [43]
+ <a href="http://www.w3.org/TR/2000/REC-xml-20001006#NT-content">content</a>.
+ in section
+ <a href="http://www.w3.org/TR/2000/REC-xml-20001006#sec-starttags">3.1 Start-Tags, End-Tags, and Empty-Element Tags</a></td>
+
+ </tr>
+ <tr>
+ <td><a href="#rdf-id">7.2.34</a> <a href="#rdf-id">rdf-id</a></td> <td>An attribute <a class="termref" href="#eventterm-attribute-string-value"><span class="arrow">·</span>string-value<span class="arrow">·</span></a>
+ matching any legal [<cite><a class="bibref" href="#bib-XML-NAMES">XML-NAMES</a></cite>] token
+ <a href="http://www.w3.org/TR/REC-xml-names/#NT-NCName">NCName</a></td>
+
+ </tr>
+ </tbody></table>
+
+ </div></div>
+ </section>
+
+
+<!-- grammar productions -->
+
+ <section id="section-grammar-productions" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-grammar-productions"><span class="secno">7.2 </span>Grammar Productions</h3>
+
+
+<!-- grammar start -->
+
+ <section id="start" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_start"><span class="secno">7.2.1 </span>Grammar start</h4>
+
+ <p>If the RDF/XML is a standalone XML document
+ (identified by presentation as an
+ application/rdf+xml <a href="#section-MIME-Type">RDF MIME type</a> object,
+ or by some other means) then the grammar may start with
+ production <a href="#doc">doc</a> or
+ production <a href="#nodeElement">nodeElement</a>.</p>
+
+ <p>If the content is known to be RDF/XML by context, such as when
+ RDF/XML is embedded inside other XML content, then the grammar
+ can either start
+ at <a href="#section-element-node">Element Event</a>
+ <a href="#RDF">RDF</a>
+ (only when an element is legal at that point in the XML)
+ or at production <a href="#nodeElementList">nodeElementList</a>
+ (only when element content is legal, since this is a list of elements).
+ For such embedded RDF/XML, the
+ <a class="termref" href="#eventterm-element-base-uri"><span class="arrow">·</span>base-uri<span class="arrow">·</span></a>
+ value on the outermost element must be initialized from the containing
+ XML since no
+ <a href="#section-root-node">Root Event</a> will be available.
+ Note that if such embedding occurs, the grammar may be entered
+ several times but no state is expected to be preserved.</p>
+ </section>
+
+
+<!-- core syntax terms -->
+
+ <section id="coreSyntaxTerms" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_coreSyntaxTerms"><span class="secno">7.2.2 </span>Production coreSyntaxTerms</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ <code>rdf:RDF</code> | <code>rdf:ID</code> | <code>rdf:about</code> | <code>rdf:parseType</code> | <code>rdf:resource</code> | <code>rdf:nodeID</code> | <code>rdf:datatype</code>
+
+ </p></div></div>
+
+ <p>A subset of the syntax terms from the RDF vocabulary in
+ <a href="#section-Namespace">section 5.1</a>
+ which are used in RDF/XML.
+ </p>
+ </section>
+
+
+<!-- syntax terms -->
+
+ <section id="syntaxTerms" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_syntaxTerms"><span class="secno">7.2.3 </span>Production syntaxTerms</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ <a href="#coreSyntaxTerms">coreSyntaxTerms</a> | <code>rdf:Description</code> | <code>rdf:li</code>
+
+ </p></div></div>
+
+ <p>All the syntax terms from the RDF vocabulary in
+ <a href="#section-Namespace">section 5.1</a>
+ which are used in RDF/XML.
+ </p>
+ </section>
+
+
+<!-- old terms -->
+
+ <section id="oldTerms" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 id="section-Bag-Expand" aria-level="3" role="heading"><span class="secno">7.2.4 </span>Production oldTerms</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ <code>rdf:aboutEach</code> | <code>rdf:aboutEachPrefix</code> | <code>rdf:bagID</code>
+
+ </p></div></div>
+
+ <p>These are the names from the <a href="#section-Namespace">RDF vocabulary</a>
+ that have been withdrawn from the language. See the resolutions of
+ Issue <a href="http://www.w3.org/2000/03/rdf-tracking/#rdfms-aboutEach-on-object">rdfms-aboutEach-on-object</a>,
+ Issue <a href="http://www.w3.org/2000/03/rdf-tracking/#rdfms-abouteachprefix">rdfms-abouteachprefix</a> and
+ Last Call Issue <a href="http://www.w3.org/2001/sw/RDFCore/20030123-issues/#timbl-01">timbl-01</a>
+ for further information.
+ </p>
+
+ <div class="note"><div class="note-title" aria-level="4" role="heading" id="h_note_11"><span>Note</span></div><p class=""><strong>Error Test:</strong>
+ Indicated by
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-abouteach/error001.rdf">error001.rdf</a> and
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-abouteach/error002.rdf">error002.rdf</a>
+ </p></div>
+ </section>
+
+
+<!-- node element uri -->
+
+ <section id="nodeElementURIs" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_nodeElementURIs"><span class="secno">7.2.5 </span>Production nodeElementURIs</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ <a href="#anyURI">anyURI</a> - ( <a href="#coreSyntaxTerms">coreSyntaxTerms</a> | <code>rdf:li</code> | <a href="#oldTerms">oldTerms</a> )
+
+ </p></div></div>
+
+ <p>The IRIs that are allowed on node elements.</p>
+ </section>
+
+
+<!-- property element URIs -->
+
+ <section id="propertyElementURIs" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_propertyElementURIs"><span class="secno">7.2.6 </span>Production propertyElementURIs</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ <a href="#anyURI">anyURI</a> - ( <a href="#coreSyntaxTerms">coreSyntaxTerms</a> | <code>rdf:Description</code> | <a href="#oldTerms">oldTerms</a> )
+
+ </p></div></div>
+
+ <p>The URIs that are allowed on property elements.</p>
+ </section>
+
+
+<!-- property attribute URIs -->
+
+ <section id="propertyAttributeURIs" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_propertyAttributeURIs"><span class="secno">7.2.7 </span>Production propertyAttributeURIs</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ <a href="#anyURI">anyURI</a> - ( <a href="#coreSyntaxTerms">coreSyntaxTerms</a> | <code>rdf:Description</code> | <code>rdf:li</code> | <a href="#oldTerms">oldTerms</a> )
+
+ </p></div></div>
+
+ <p>The IRIs that are allowed on property attributes.</p>
+ </section>
+
+
+<!-- production doc -->
+
+ <section id="doc" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_doc"><span class="secno">7.2.8 </span>Production doc</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ root(<a href="#eventterm-root-document-element">document-element</a> == <a href="#RDF">RDF</a>,<br />
+
+ <a href="#eventterm-root-children">children</a> == list(<a href="#RDF">RDF</a>))
+ </p></div></div>
+ </section>
+
+
+<!-- production RDF -->
+
+ <section id="RDF" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_RDF"><span class="secno">7.2.9 </span>Production RDF</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ start-element(<a href="#eventterm-element-URI">URI</a> == <code>rdf:RDF</code>,<br />
+
+ <a href="#eventterm-element-attributes">attributes</a> == set())<br />
+ <a href="#nodeElementList">nodeElementList</a><br />
+ end-element()
+ </p></div></div>
+ </section>
+
+
+<!-- node element list -->
+
+ <section id="nodeElementList" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_nodeElementList"><span class="secno">7.2.10 </span>Production nodeElementList</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ <a href="#ws">ws</a>* (<a href="#nodeElement">nodeElement</a> <a href="#ws">ws</a>* )*
+
+ </p></div></div>
+ </section>
+
+
+<!-- production node element -->
+
+ <section id="nodeElement" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 id="typedNode" aria-level="3" role="heading"><span class="secno">7.2.11 </span>Production nodeElement</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#nodeElementURIs">nodeElementURIs</a><br />
+ <a href="#eventterm-element-attributes">attributes</a> == set((<a href="#idAttr">idAttr</a> | <a href="#nodeIdAttr">nodeIdAttr</a> | <a href="#aboutAttr">aboutAttr</a> )?, <a href="#propertyAttr">propertyAttr</a>*))<br />
+
+ <a href="#propertyEltList">propertyEltList</a><br />
+ end-element()
+ </p></div></div>
+
+ <p>For node element <em>e</em>, the processing of some of the attributes
+ has to be done before other work such as dealing with children events
+ or other attributes. These can be processed in any order:</p>
+
+ <ul>
+
+ <li>If there is an attribute <em>a</em> with
+ <em>a</em>.<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:ID</code>, then
+
+ <em>e</em>.<a href="#eventterm-element-subject">subject</a> := uri(<a href="#eventterm-identifier-identifier">identifier</a> := resolve(<em>e</em>, concat("#", <em>a</em>.<a href="#eventterm-attribute-string-value">string-value</a>))).</li>
+
+ <li>If there is an attribute <em>a</em> with
+ <em>a</em>.<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:nodeID</code>, then
+
+ <em>e</em>.<a href="#eventterm-element-subject">subject</a> := bnodeid(<a href="#eventterm-identifier-identifier">identifier</a>:=<em>a</em>.<a href="#eventterm-attribute-string-value">string-value</a>).</li>
+
+ <li>If there is an attribute <em>a</em> with
+
+ <em>a</em>.<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:about</code> then
+ <em>e</em>.<a href="#eventterm-element-subject">subject</a> := uri(<a href="#eventterm-identifier-identifier">identifier</a> := resolve(<em>e</em>, <em>a</em>.<a href="#eventterm-attribute-string-value">string-value</a>)).</li>
+
+ </ul>
+
+ <p>If <em>e</em>.<a href="#eventterm-element-subject">subject</a> is empty,
+ then <em>e</em>.<a href="#eventterm-element-subject">subject</a> := bnodeid(<a href="#eventterm-identifier-identifier">identifier</a> := generated-blank-node-id()).</p>
+
+
+ <p>The following can then be performed in any order:</p>
+
+ <ul>
+
+ <li id="nodeElementStatement1"> If <em>e</em>.<a href="#eventterm-element-URI">URI</a> !=
+ <code>rdf:Description</code>
+ then the following statement is added to the graph:
+
+
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code><em>e</em>.<a href="#eventterm-element-subject">subject</a>.<a href="#eventterm-identifier-string-value">string-value</a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <em>e</em>.<a href="#eventterm-element-URI-string-value">URI-string-value</a> .</code>
+ </p></div></div>
+ </li>
+
+ <li id="nodeElementStatement2"> If there is an attribute <em>a</em>
+ in <a href="#propertyAttr">propertyAttr</a> with
+ <em>a</em>.<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:type</code>
+ then
+
+ <em>u</em>:=uri(identifier:=resolve(<em>e</em>, <em>a</em>.<a href="#eventterm-attribute-string-value">string-value</a>))
+ and the following triple is added to the graph:
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code><em>e</em>.<a href="#eventterm-element-subject">subject</a>.<a href="#eventterm-identifier-string-value">string-value</a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <em>u</em>.<a href="#eventterm-identifier-string-value">string-value</a> .</code>
+
+ </p></div></div>
+ </li>
+
+ <li id="nodeElementStatement3"> For each attribute <em>a</em> matching
+ <a href="#propertyAttr">propertyAttr</a> (and not <code>rdf:type</code>),
+ the Unicode string
+ <em>a</em>.<a href="#eventterm-attribute-string-value">string-value</a>
+
+ <em class="rfc2119" title="SHOULD">SHOULD</em> be in Normal Form C [<cite><a class="bibref" href="#bib-NFC">NFC</a></cite>],
+ <em>o</em> := literal(<a href="#eventterm-literal-literal-value">literal-value</a> := <em>a</em>.<a href="#eventterm-attribute-string-value">string-value</a>, <a href="#eventterm-literal-literal-language">literal-language</a> := <em>e</em>.<a href="#eventterm-element-language">language</a>)
+ and the following statement is added to the graph:
+
+
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code><em>e</em>.<a href="#eventterm-element-subject">subject</a>.<a href="#eventterm-identifier-string-value">string-value</a> <em>a</em>.<a href="#eventterm-attribute-URI-string-value">URI-string-value</a> <em>o</em>.<a href="#eventterm-literal-string-value">string-value</a> .</code>
+
+ </p></div></div>
+ </li>
+
+ <li id="nodeElementStatement4"> Handle the
+ <a href="#propertyEltList">propertyEltList</a> children events
+ in document order.</li>
+
+ </ul>
+ </section>
+
+
+<!-- production ws -->
+
+ <section id="ws" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_ws"><span class="secno">7.2.12 </span>Production ws</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ A <a href="#section-text-node">text event</a> matching white space
+ defined by [<cite><a class="bibref" href="#bib-XML10">XML10</a></cite>] definition <em>White Space</em>
+ Rule [3] <a href="http://www.w3.org/TR/2000/REC-xml-20001006#NT-S">S</a>
+ in section
+ <a href="http://www.w3.org/TR/2000/REC-xml-20001006#sec-common-syn">Common Syntactic Constructs</a>
+ </p></div></div>
+ </section>
+
+
+<!-- property elt list -->
+
+ <section id="propertyEltList" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_propertyEltList"><span class="secno">7.2.13 </span>Production propertyEltList</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ <a href="#ws">ws</a>* (<a href="#propertyElt">propertyElt</a> <a href="#ws">ws</a>* ) *
+ </p></div></div>
+ </section>
+
+
+<!-- property elt -->
+
+ <section id="propertyElt" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_propertyElt"><span class="secno">7.2.14 </span>Production propertyElt</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ <a href="#resourcePropertyElt">resourcePropertyElt</a> |
+ <a href="#literalPropertyElt">literalPropertyElt</a> |
+ <a href="#parseTypeLiteralPropertyElt">parseTypeLiteralPropertyElt</a> |
+ <a href="#parseTypeResourcePropertyElt">parseTypeResourcePropertyElt</a> |
+ <a href="#parseTypeCollectionPropertyElt">parseTypeCollectionPropertyElt</a> |
+
+ <a href="#parseTypeOtherPropertyElt">parseTypeOtherPropertyElt</a> |
+ <a href="#emptyPropertyElt">emptyPropertyElt</a>
+ </p></div></div>
+
+ <p>If element <em>e</em> has
+ <em>e</em>.<a href="#eventterm-element-URI">URI</a> =
+ <code>rdf:li</code> then apply the list expansion rules on element <em>e</em>.parent in
+
+ <a href="#section-List-Expand">section 7.4</a>
+ to give a new URI <em>u</em> and
+ <em>e</em>.<a href="#eventterm-element-URI">URI</a> := <em>u</em>.
+ </p>
+
+ <p>The action of this production must be done before the
+ actions of any sub-matches (<a href="#resourcePropertyElt">resourcePropertyElt</a> ... <a href="#emptyPropertyElt">emptyPropertyElt</a>).
+ Alternatively the result must be equivalent to as if it this action
+ was performed first, such as performing as the first
+ action of all of the sub-matches.
+ </p>
+ </section>
+
+
+<!-- resource property element -->
+
+ <section id="resourcePropertyElt" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_resourcePropertyElt"><span class="secno">7.2.15 </span>Production resourcePropertyElt</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ),<br />
+ <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?))<br />
+
+ <a href="#ws">ws</a>* <a href="#nodeElement">nodeElement</a> <a href="#ws">ws</a>*<br />
+ end-element()
+ </p></div></div>
+
+ <p>For element <em>e</em>, and the single contained nodeElement
+ <em>n</em>, first <em>n</em> must be processed using production
+
+ <a href="#nodeElement">nodeElement</a>.
+ Then the following statement is added to the graph:</p>
+
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code> <em>e</em>.parent.<a href="#eventterm-element-subject">subject</a>.<a href="#eventterm-identifier-string-value">string-value</a> <em>e</em>.<a href="#eventterm-element-URI-string-value">URI-string-value</a> <em>n</em>.<a href="#eventterm-element-subject">subject</a>.<a href="#eventterm-identifier-string-value">string-value</a> .</code>
+
+ </p></div></div>
+
+ <p>If the <code>rdf:ID</code> attribute <em>a</em> is given, the above
+ statement is reified with
+ <em>i</em> := uri(<a href="#eventterm-identifier-identifier">identifier</a> := resolve(<em>e</em>, concat("#", <em>a</em>.<a href="#eventterm-attribute-string-value">string-value</a>)))
+ using the reification rules in
+
+ <a href="#section-Reification">section 7.3</a>
+ and <em>e</em>.<a href="#eventterm-element-subject">subject</a> := <em>i</em></p>
+ </section>
+
+
+<!-- literal property element -->
+
+ <section id="literalPropertyElt" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_literalPropertyElt"><span class="secno">7.2.16 </span>Production literalPropertyElt</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ),<br />
+
+ <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, <a href="#datatypeAttr">datatypeAttr</a>?))<br />
+ <a href="#section-text-node">text()</a><br />
+ end-element()
+ </p></div></div>
+
+ <p>Note that the empty literal case is defined in production
+ <a href="#emptyPropertyElt">emptyPropertyElt</a>.</p>
+
+ <p>For element <em>e</em>, and the text event <em>t</em>.
+ The Unicode string <em>t</em>.<a href="#eventterm-text-string-value">string-value</a> <em class="rfc2119" title="SHOULD">SHOULD</em> be
+ in Normal Form C [<cite><a class="bibref" href="#bib-NFC">NFC</a></cite>].
+ If the <code>rdf:datatype</code> attribute <em>d</em> is given
+ then <em>o</em> := typed-literal(<a href="#eventterm-typedliteral-literal-value">literal-value</a> := <em>t</em>.<a href="#eventterm-text-string-value">string-value</a>, <a href="#eventterm-typedliteral-literal-datatype">literal-datatype</a> := <em>d</em>.<a href="#eventterm-attribute-string-value">string-value</a>)
+ otherwise
+
+ <em>o</em> := literal(<a href="#eventterm-literal-literal-value">literal-value</a> := <em>t</em>.<a href="#eventterm-text-string-value">string-value</a>, <a href="#eventterm-literal-literal-language">literal-language</a> := <em>e</em>.<a href="#eventterm-element-language">language</a>)
+ and the following statement is added to the graph:</p>
+
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code><em>e</em>.parent.<a href="#eventterm-element-subject">subject</a>.<a href="#eventterm-identifier-string-value">string-value</a> <em>e</em>.<a href="#eventterm-element-URI-string-value">URI-string-value</a> <em>o</em>.<a href="#eventterm-literal-string-value">string-value</a> .</code>
+
+ </p></div></div>
+
+ <p>If the <code>rdf:ID</code> attribute <em>a</em> is given, the above
+ statement is reified with
+ <em>i</em> := uri(<a href="#eventterm-identifier-identifier">identifier</a> := resolve(<em>e</em>, concat("#", <em>a</em>.<a href="#eventterm-attribute-string-value">string-value</a>)))
+ using the reification rules in
+
+ <a href="#section-Reification">section 7.3</a>
+ and <em>e</em>.<a href="#eventterm-element-subject">subject</a> := <em>i</em>.</p>
+ </section>
+
+
+<!-- parse type literal property element -->
+
+ <section class="informative" id="parseTypeLiteralPropertyElt" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_parseTypeLiteralPropertyElt"><span class="secno">7.2.17 </span>Production parseTypeLiteralPropertyElt</h4><p><em>This section is non-normative.</em></p>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+
+ start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ),<br />
+ <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, <a href="#parseLiteral">parseLiteral</a>))<br />
+ <a href="#literal">literal</a><br />
+
+ end-element()
+ </p></div></div>
+
+
+ <p>For element <em>e</em> and the literal <em>l</em>
+ that is the <code>rdf:parseType="Literal"</code> content.
+ <em>l</em> is not transformed by the syntax data model mapping into events
+ (as noted in section <a href="#section-Data-Model">6 Syntax Data Model</a>)
+ but remains an XML Infoset of XML Information items.</p>
+
+ <p><em>l</em> is transformed into the lexical form of an
+ <a href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-xmlliteral">XML literal</a>
+ in the RDF graph <em>x</em> (a Unicode string)
+ by the following algorithm. This does not mandate any implementation
+ method — any other method that gives the same result may be used.</p>
+
+ <ol>
+
+<!-- old algorithm
+ <li>Use <em>l</em> to construct an XPath <a
+ href="http://www.w3.org/TR/1999/REC-xpath-19991116#infoset">node-set</a>
+ (a <a href="http://www.w3.org/TR/2002/REC-xml-exc-c14n-20020718/#def-document-subset">document
+ subset</a>)</li>
+ <li>Apply <a
+ href="http://www.w3.org/TR/2002/REC-xml-exc-c14n-20020718/">Exclusive
+ XML Canonicalization</a> [[XML-EXC-C14N]])
+ with comments and with empty
+ <a href="http://www.w3.org/TR/2002/REC-xml-exc-c14n-20020718/#def-InclusiveNamespaces-PrefixList">InclusiveNamespaces PrefixList</a>
+ to this node-set to give a sequence of octets <em>s</em>
+ </li>
+ <li>This sequence of octets <em>s</em> can be considered to be
+ a UTF-8 encoding of some Unicode string <em>x</em> (sequence
+ of Unicode characters)</li>
+ -->
+
+ <li>Use <em>l</em> to construct an <a href="http://www.w3.org/TR/xpath-datamodel-30/#sequences">XPath
+ sequence</a> [<cite><a class="bibref" href="#bib-XPATH-DATAMODEL-30">XPATH-DATAMODEL-30</a></cite>].</li>
+ <li>Apply <a href="http://www.w3.org/TR/xpath-functions-30/#func-serialize">http://www.w3.org/TR/xpath-functions-30/#func-serialize</a> [<cite><a class="bibref" href="#bib-XPATH-FUNCTIONS-30">XPATH-FUNCTIONS-30</a></cite>]
+ to this sequence to give an xsd:string <em>x</em>.</li>
+ <li>The Unicode string <em>x</em> is used as the lexical form of <em>l</em></li>
+ <li>This Unicode string <em>x</em> <em class="rfc2119" title="SHOULD">SHOULD</em> be in NFC Normal Form C [<cite><a class="bibref" href="#bib-NFC">NFC</a></cite>]</li>
+ </ol>
+
+ <p>Then <em>o</em> := typed-literal(<a href="#eventterm-typedliteral-literal-value">literal-value</a> := <em>x</em>, <a href="#eventterm-typedliteral-literal-datatype">literal-datatype</a> := <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral</code> )
+ and the following statement is added to the graph:</p>
+
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code><em>e</em>.parent.<a href="#eventterm-element-subject">subject</a>.<a href="#eventterm-identifier-string-value">string-value</a> <em>e</em>.<a href="#eventterm-element-URI-string-value">URI-string-value</a> <em>o</em>.<a href="#eventterm-typedliteral-string-value">string-value</a> .</code>
+
+ </p></div></div>
+
+ <div class="note"><div class="note-title" aria-level="4" role="heading" id="h_note_12"><span>Note</span></div><p class=""><strong>Test:</strong>
+ Empty literal case indicated by
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test009.rdf">test009.rdf</a>
+ and
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test009.nt">test009.nt</a>
+ </p></div>
+
+ <p>If the <code>rdf:ID</code> attribute <em>a</em> is given, the above
+ statement is reified with
+
+ <em>i</em> := uri(<a href="#eventterm-identifier-identifier">identifier</a> := resolve(<em>e</em>, concat("#", <em>a</em>.<a href="#eventterm-attribute-string-value">string-value</a>)))
+ using the reification rules in
+ <a href="#section-Reification">section 7.3</a>
+ and <em>e</em>.<a href="#eventterm-element-subject">subject</a> := <em>i</em>.</p>
+ </section>
+
+
+<!-- parse type resource property element -->
+
+ <section id="parseTypeResourcePropertyElt" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_parseTypeResourcePropertyElt"><span class="secno">7.2.18 </span>Production parseTypeResourcePropertyElt</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ),<br />
+ <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, <a href="#parseResource">parseResource</a>))<br />
+
+ <a href="#propertyEltList">propertyEltList</a><br />
+ end-element()
+ </p></div></div>
+
+ <p>For element <em>e</em> with possibly empty element content <em>c</em>.</p>
+
+ <p><em>n</em> := bnodeid(<a href="#eventterm-identifier-identifier">identifier</a> := generated-blank-node-id()).</p>
+
+ <p>Add the following statement to the graph:
+ </p>
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code><em>e</em>.parent.<a href="#eventterm-element-subject">subject</a>.<a href="#eventterm-identifier-string-value">string-value</a> <em>e</em>.<a href="#eventterm-element-URI-string-value">URI-string-value</a> <em>n</em>.<a href="#eventterm-identifier-string-value">string-value</a> .</code>
+
+ </p></div></div>
+
+ <div class="note"><div class="note-title" aria-level="4" role="heading" id="h_note_13"><span>Note</span></div><p class=""><strong>Test:</strong>
+ Indicated by
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test004.rdf">test004.rdf</a>
+ and
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test004.nt">test004.nt</a>
+ </p></div>
+
+ <p>If the <code>rdf:ID</code> attribute <em>a</em> is given, the
+ statement above is reified with
+
+ <em>i</em> := uri(<a href="#eventterm-identifier-identifier">identifier</a> := resolve(<em>e</em>, concat("#", <em>a</em>.<a href="#eventterm-attribute-string-value">string-value</a>)))
+ using the reification rules in
+ <a href="#section-Reification">section 7.3</a>
+ and <em>e</em>.<a href="#eventterm-element-subject">subject</a> := <em>i</em>.</p>
+
+ <p>If the element content <em>c</em> is not empty, then use event
+ <em>n</em> to create a new sequence of events as follows:</p>
+ <div class="productionOuter"><div class="productionInner"><p>
+ start-element(<a href="#eventterm-element-URI">URI</a> := <code>rdf:Description</code>,<br />
+
+ <a href="#eventterm-element-subject">subject</a> := <em>n</em>,<br />
+ <a href="#eventterm-element-attributes">attributes</a> := set())<br />
+ <em>c</em><br />
+ end-element()
+ </p></div></div>
+
+ <p>Then
+ process the resulting sequence using production
+
+ <a href="#nodeElementList">nodeElement</a>.</p>
+ </section>
+
+
+<!-- parse type collection property element -->
+
+ <section id="parseTypeCollectionPropertyElt" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_parseTypeCollectionPropertyElt"><span class="secno">7.2.19 </span>Production parseTypeCollectionPropertyElt</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ),<br />
+
+ <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, <a href="#parseCollection">parseCollection</a>))<br />
+ <a href="#nodeElementList">nodeElementList</a><br />
+ end-element()
+ </p></div></div>
+
+ <p>For element event <em>e</em> with possibly empty
+
+ <a href="#nodeElementList">nodeElementList</a> <em>l</em>. Set
+ <em>s</em>:=list().</p>
+
+ <p>For each element event <em>f</em> in <em>l</em>,
+ <em>n</em> := bnodeid(<a href="#eventterm-identifier-identifier">identifier</a> := generated-blank-node-id()) and append <em>n</em> to
+
+ <em>s</em> to give a sequence of events.</p>
+
+ <p>If <em>s</em> is not empty, <em>n</em> is the first event identifier in
+ <em>s</em> and the following statement is added to the graph:</p>
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+
+ <code><em>e</em>.parent.<a href="#eventterm-element-subject">subject</a>.<a href="#eventterm-identifier-string-value">string-value</a> <em>e</em>.<a href="#eventterm-element-URI-string-value">URI-string-value</a> <em>n</em>.<a href="#eventterm-identifier-string-value">string-value</a> .</code>
+ </p></div></div>
+
+ <p>otherwise the following statement is added to the graph:</p>
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code><em>e</em>.parent.<a href="#eventterm-element-subject">subject</a>.<a href="#eventterm-identifier-string-value">string-value</a> <em>e</em>.<a href="#eventterm-element-URI-string-value">URI-string-value</a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .</code>
+
+ </p></div></div>
+
+ <p>If the <code>rdf:ID</code> attribute <em>a</em> is given,
+ either of the the above statements is reified with
+ <em>i</em> := uri(<a href="#eventterm-identifier-identifier">identifier</a> := resolve(<em>e</em>, concat("#", <em>a</em>.<a href="#eventterm-attribute-string-value">string-value</a>)))
+ using the reification rules in
+
+ <a href="#section-Reification">section 7.3</a>.
+ </p>
+
+ <p>If <em>s</em> is empty, no further work is performed.</p>
+
+ <p>For each event <em>n</em> in <em>s</em> and the
+ corresponding element event <em>f</em> in <em>l</em>, the following
+ statement is added to the graph:</p>
+
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code> <em>n</em>.<a href="#eventterm-identifier-string-value">string-value</a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <em>f</em>.<a href="#eventterm-identifier-string-value">string-value</a> .</code>
+ </p></div></div>
+
+ <p>For each consecutive and overlapping pair of events
+ (<em>n</em>, <em>o</em>) in <em>s</em>, the following statement is
+ added to the graph:</p>
+
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code><em>n</em>.<a href="#eventterm-identifier-string-value">string-value</a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <em>o</em>.<a href="#eventterm-identifier-string-value">string-value</a> .</code>
+
+ </p></div></div>
+
+ <p>If <em>s</em> is not empty, <em>n</em> is the last event identifier
+ in <em>s</em>, the following statement is added to the graph:</p>
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code><em>n</em>.<a href="#eventterm-identifier-string-value">string-value</a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .</code>
+
+ </p></div></div>
+ </section>
+
+
+<!-- parse type other property element -->
+
+ <section id="parseTypeOtherPropertyElt" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_parseTypeOtherPropertyElt"><span class="secno">7.2.20 </span>Production parseTypeOtherPropertyElt</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ),<br />
+ <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, <a href="#parseOther">parseOther</a>))<br />
+
+ <a href="#propertyEltList">propertyEltList</a><br />
+ end-element()
+ </p></div></div>
+
+
+ <p>All <code>rdf:parseType</code> attribute values other than the strings
+ "Resource", "Literal" or "Collection" are treated as if the value was
+ "Literal". This production matches and acts as if production
+ <a href="#parseTypeLiteralPropertyElt">parseTypeLiteralPropertyElt</a>
+ was matched.
+ No extra triples are generated for other <code>rdf:parseType</code> values.
+ </p>
+ </section>
+
+
+<!-- empty property element -->
+
+ <section id="emptyPropertyElt" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_emptyPropertyElt"><span class="secno">7.2.21 </span>Production emptyPropertyElt</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ start-element(<a href="#eventterm-element-URI">URI</a> == <a href="#propertyElementURIs">propertyElementURIs</a> ),<br />
+ <a href="#eventterm-element-attributes">attributes</a> == set(<a href="#idAttr">idAttr</a>?, ( <a href="#resourceAttr">resourceAttr</a> | <a href="#nodeIdAttr">nodeIdAttr</a> | <a href="#datatypeAttr">datatypeAttr</a> )?, <a href="#propertyAttr">propertyAttr</a>*))<br />
+
+ end-element()
+ </p></div></div>
+
+ <ul>
+
+ <li>
+ <p>If there are no attributes <strong>or</strong> only the
+ optional <code>rdf:ID</code> attribute <em>i</em>
+ then <em>o</em> := literal(<a href="#eventterm-literal-literal-value">literal-value</a>:="", <a href="#eventterm-literal-literal-language">literal-language</a> := <em>e</em>.<a href="#eventterm-element-language">language</a>)
+ and the following statement is added to the graph:</p>
+
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code><em>e</em>.parent.<a href="#eventterm-element-subject">subject</a>.<a href="#eventterm-identifier-string-value">string-value</a> <em>e</em>.<a href="#eventterm-element-URI-string-value">URI-string-value</a> <em>o</em>.<a href="#eventterm-literal-string-value">string-value</a> .</code>
+
+ </p></div></div>
+
+ <p>and then if <em>i</em> is given, the above statement is reified with
+ uri(<a href="#eventterm-identifier-identifier">identifier</a> := resolve(<em>e</em>, concat("#", <em>i</em>.<a href="#eventterm-attribute-string-value">string-value</a>)))
+ using the reification rules in
+ <a href="#section-Reification">section 7.3</a>.</p>
+
+ <div class="note"><div class="note-title" aria-level="4" role="heading" id="h_note_14"><span>Note</span></div><p class=""><strong>Test:</strong>
+ Indicated by
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test002.rdf">test002.rdf</a>
+ and
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test002.nt">test002.nt</a>
+ </p></div>
+
+ <div class="note"><div class="note-title" aria-level="4" role="heading" id="h_note_15"><span>Note</span></div><p class=""><strong>Test:</strong>
+ Indicated by
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test005.rdf">test005.rdf</a>
+ and
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test005.nt">test005.nt</a>
+ </p></div>
+
+ </li>
+
+ <li>
+
+ <p>Otherwise</p>
+
+ <ul>
+ <li>If <code>rdf:resource</code> attribute <em>i</em> is present, then
+ <em>r</em> := uri(<a href="#eventterm-identifier-identifier">identifier</a> := resolve(<em>e</em>, <em>i</em>.<a href="#eventterm-attribute-string-value">string-value</a>))
+ </li>
+
+ <li>If <code>rdf:nodeID</code> attribute <em>i</em> is present, then
+ <em>r</em> := bnodeid(<a href="#eventterm-identifier-identifier">identifier</a> := <em>i</em>.<a href="#eventterm-attribute-string-value">string-value</a>)
+ </li>
+
+ <li>If neither,
+ <em>r</em> := bnodeid(<a href="#eventterm-identifier-identifier">identifier</a> := generated-blank-node-id())
+ </li>
+ </ul>
+
+ <p>The following are done in any order:</p>
+
+ <ul>
+
+ <li><p>For all <a href="#propertyAttr">propertyAttr</a>
+ attributes <em>a</em> (in any order)</p>
+ <ul>
+
+ <li><p>If <em>a</em>.<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:type</code>
+
+ then <em>u</em>:=uri(identifier:=resolve(<em>e</em>, <em>a</em>.<a href="#eventterm-attribute-string-value">string-value</a>))
+ and the following triple is added to the graph:</p>
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code><em>r</em>.<a href="#eventterm-identifier-string-value">string-value</a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <em>u</em>.<a href="#eventterm-identifier-string-value">string-value</a> .</code>
+
+ </p></div></div>
+ </li>
+
+ <li><p>Otherwise Unicode string
+ <em>a</em>.<a href="#eventterm-attribute-string-value">string-value</a>
+ <em class="rfc2119" title="SHOULD">SHOULD</em> be in Normal Form C [<cite><a class="bibref" href="#bib-NFC">NFC</a></cite>],
+ <em>o</em> := literal(<a href="#eventterm-literal-literal-value">literal-value</a> := <em>a</em>.<a href="#eventterm-attribute-string-value">string-value</a>, <a href="#eventterm-literal-literal-language">literal-language</a> := <em>e</em>.<a href="#eventterm-element-language">language</a>)
+ and the following statement is added to the graph:</p>
+
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code><em>r</em>.<a href="#eventterm-identifier-string-value">string-value</a> <em>a</em>.<a href="#eventterm-attribute-URI-string-value">URI-string-value</a> <em>o</em>.<a href="#eventterm-literal-string-value">string-value</a> .</code>
+
+ </p></div></div>
+ </li>
+
+ </ul>
+
+ <div class="note"><div class="note-title" aria-level="4" role="heading" id="h_note_16"><span>Note</span></div><p class=""><strong>Test:</strong>
+ Indicated by
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test013.rdf">test013.rdf</a>
+ and
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test013.nt">test013.nt</a>
+ </p></div>
+
+ <div class="note"><div class="note-title" aria-level="4" role="heading" id="h_note_17"><span>Note</span></div><p class=""><strong>Test:</strong>
+ Indicated by
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test014.rdf">test014.rdf</a>
+ and
+ <a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test014.nt">test014.nt</a>
+ </p></div>
+
+ </li>
+
+ <li><p>Add the following statement to the graph:</p>
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code><em>e</em>.parent.<a href="#eventterm-element-subject">subject</a>.<a href="#eventterm-identifier-string-value">string-value</a> <em>e</em>.<a href="#eventterm-element-URI-string-value">URI-string-value</a> <em>r</em>.<a href="#eventterm-identifier-string-value">string-value</a> .</code>
+
+ </p></div></div>
+
+ <p>and then if <code>rdf:ID</code> attribute <em>i</em> is given, the above statement is
+ reified with
+ uri(<a href="#eventterm-identifier-identifier">identifier</a> := resolve(<em>e</em>, concat("#", <em>i</em>.<a href="#eventterm-identifier-string-value">string-value</a>)))
+ using the reification rules in
+ <a href="#section-Reification">section 7.3</a>.</p>
+
+ </li>
+
+ </ul>
+
+ </li>
+ </ul>
+ </section>
+
+
+<!-- id attribute -->
+
+ <section id="idAttr" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 id="idAboutAttr" aria-level="3" role="heading"><span class="secno">7.2.22 </span>Production idAttr</h4>
+
+<!-- idAboutAttr one has gone; id is closest thing replacing it -->
+
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:ID</code>,<br />
+
+ <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#rdf-id">rdf-id</a>)
+ </p></div></div>
+
+ <p><strong>Constraint:</strong>: <a href="#constraint-id">constraint-id</a>
+ applies to the values of <code>rdf:ID</code> attributes</p>
+ </section>
+
+
+<!-- node id attribute -->
+
+ <section id="nodeIdAttr" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_nodeIdAttr"><span class="secno">7.2.23 </span>Production nodeIdAttr</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:nodeID</code>,<br />
+ <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#rdf-id">rdf-id</a>)
+
+ </p></div></div>
+ </section>
+
+
+<!-- about attribute -->
+
+ <section id="aboutAttr" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_aboutAttr"><span class="secno">7.2.24 </span>Production aboutAttr</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:about</code>,<br />
+ <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#URI-reference">URI-reference</a>)
+
+ </p></div></div>
+ </section>
+
+
+<!-- property attribute -->
+
+ <section id="propertyAttr" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 id="propAttr" aria-level="3" role="heading"><span class="secno">7.2.25 </span>Production propertyAttr</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ attribute(<a href="#eventterm-attribute-URI">URI</a> == <a href="#propertyAttributeURIs">propertyAttributeURIs</a>,<br />
+ <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#anyString">anyString</a>)
+
+ </p></div></div>
+ </section>
+
+
+<!-- resource attribute -->
+
+ <section id="resourceAttr" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_resourceAttr"><span class="secno">7.2.26 </span>Production resourceAttr</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:resource</code>,<br />
+ <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#URI-reference">URI-reference</a>)
+
+ </p></div></div>
+ </section>
+
+
+<!-- datatype attribute -->
+
+ <section id="datatypeAttr" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_datatypeAttr"><span class="secno">7.2.27 </span>Production datatypeAttr</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:datatype</code>,<br />
+ <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#URI-reference">URI-reference</a>)
+
+ </p></div></div>
+ </section>
+
+
+<!-- parse literal -->
+
+ <section id="parseLiteral" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_parseLiteral"><span class="secno">7.2.28 </span>Production parseLiteral</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:parseType</code>,<br />
+ <a href="#eventterm-attribute-string-value">string-value</a> == "Literal")
+
+ </p></div></div>
+ </section>
+
+
+<!-- parse resource -->
+
+ <section id="parseResource" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_parseResource"><span class="secno">7.2.29 </span>Production parseResource</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:parseType</code>,<br />
+ <a href="#eventterm-attribute-string-value">string-value</a> == "Resource")
+
+ </p></div></div>
+ </section>
+
+
+<!-- parse collection -->
+
+ <section id="parseCollection" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_parseCollection"><span class="secno">7.2.30 </span>Production parseCollection</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:parseType</code>,<br />
+ <a href="#eventterm-attribute-string-value">string-value</a> == "Collection")
+
+ </p></div></div>
+ </section>
+
+
+<!-- parse other -->
+
+ <section id="parseOther" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_parseOther"><span class="secno">7.2.31 </span>Production parseOther</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ attribute(<a href="#eventterm-attribute-URI">URI</a> == <code>rdf:parseType</code>,<br />
+ <a href="#eventterm-attribute-string-value">string-value</a> == <a href="#anyString">anyString</a> - ("Resource" | "Literal" | "Collection") )
+
+ </p></div></div>
+ </section>
+
+
+<!-- URI reference -->
+
+ <section id="URI-reference" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_URI-reference"><span class="secno">7.2.32 </span>Production IRI</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ An IRI.
+ </p></div></div>
+ </section>
+
+
+<!-- litteral -->
+
+ <section id="literal" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_literal"><span class="secno">7.2.33 </span>Production literal</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+
+ Any XML element content that is allowed according to
+ XML definition <em>Content of Elements</em>
+ Rule [43]
+ <a href="http://www.w3.org/TR/2000/REC-xml-20001006#NT-content">content</a>.
+ in section
+ <a href="http://www.w3.org/TR/2000/REC-xml-20001006#sec-starttags">3.1 Start-Tags, End-Tags, and Empty-Element Tags</a>
+ </p>
+
+ <p>The string-value for the resulting event is discussed in
+ <a href="#parseTypeLiteralPropertyElt">section 7.2.17</a>.</p>
+
+ </div></div>
+ </section>
+
+
+<!-- RDF id -->
+
+ <section id="rdf-id" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h4 aria-level="3" role="heading" id="h4_rdf-id"><span class="secno">7.2.34 </span>Production rdf-id</h4>
+
+ <div class="productionOuter"><div class="productionInner"><p>
+ An attribute <a class="termref" href="#eventterm-attribute-string-value"><span class="arrow">·</span>string-value<span class="arrow">·</span></a>
+ matching any legal
+ [<cite><a class="bibref" href="#bib-XML-NAMES">XML-NAMES</a></cite>] token
+ <a href="http://www.w3.org/TR/REC-xml-names/#NT-NCName">NCName</a>
+
+ </p></div></div>
+ </section>
+
+ </section>
+
+
+<!-- reification rules -->
+
+ <section id="section-Reification" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-Reification"><span class="secno">7.3 </span>Reification Rules</h3>
+
+ <p>For the given IRI event <em>r</em> and
+ the statement with terms <em>s</em>, <em>p</em> and <em>o</em>
+
+ corresponding to the N-Triples:</p>
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code><em>s</em> <em>p</em> <em>o</em> .</code>
+ </p></div></div>
+
+ <p>add the following statements to the graph:</p>
+ <div class="ntripleOuter"><div class="ntripleInner"><p>
+ <code><em>r</em>.<a href="#eventterm-identifier-string-value">string-value</a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <em>s</em> .</code><br />
+
+ <code><em>r</em>.<a href="#eventterm-identifier-string-value">string-value</a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <em>p</em> .</code><br />
+ <code><em>r</em>.<a href="#eventterm-identifier-string-value">string-value</a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <em>o</em> .</code><br />
+
+ <code><em>r</em>.<a href="#eventterm-identifier-string-value">string-value</a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> .</code><br />
+ </p></div></div>
+ </section>
+
+
+<!-- expansion rules -->
+
+ <section id="section-List-Expand" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-List-Expand"><span class="secno">7.4 </span>List Expansion Rules</h3>
+
+ <p>For the given element <em>e</em>, create a new IRI <em>u</em> :=
+ concat("http://www.w3.org/1999/02/22-rdf-syntax-ns#_",
+
+ <em>e</em>.<a href="#eventterm-element-liCounter">li-counter</a>),
+ increment the
+ <em>e</em>.<a href="#eventterm-element-liCounter">li-counter</a>
+ property by 1 and return <em>u</em>.</p>
+ </section>
+
+ </section>
+
+
+<!-- SEVENTH PART : serialising -->
+
+ <section id="section-Serialising" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+
+<!--OddPage-->
+<h2 aria-level="1" role="heading" id="h2_section-Serialising"><span class="secno">8. </span>Serializing an RDF Graph to RDF/XML</h2>
+
+ <p>There are some RDF Graphs as defined in
+ [<cite><a class="bibref" href="#bib-RDF11-CONCEPTS">RDF11-CONCEPTS</a></cite>]that cannot be serialized in RDF/XML. These are those that:</p>
+
+ <dl>
+ <dt>Use property names that cannot be turned into XML namespace-qualified names.<br /></dt>
+ <dd>An XML namespace-qualified name
+ (<a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">QName</a>)
+ has restrictions on the legal characters such that not all property URIs
+ can be expressed as these names.
+ It is recommended that implementors of RDF serializers, in order to
+ break a URI into a namespace name and a local name, split it after
+ the last XML non-<a href="http://www.w3.org/TR/REC-xml-names/#NT-NCName">NCName</a>
+ character, ensuring that the first character of the name is a
+ <a href="http://www.w3.org/TR/REC-xml#NT-Letter">Letter</a> or '_'.
+ If the URI ends in a
+ non-<a href="http://www.w3.org/TR/REC-xml-names/#NT-NCName">NCName</a>
+ character then throw a "this graph cannot be serialized in RDF/XML"
+ exception or error.
+ </dd>
+
+ <dt>Use inappropriate reserved names as properties<br /></dt>
+ <dd>For example, a property with the same URI as any of the
+ <a href="#syntaxTerms">syntaxTerms</a> production.
+ </dd>
+
+ <dt>Use the <code>rdf:HTML</code> datatype</dt>
+ <dd>This datatype as introduced in RDF 1.1
+ [<cite><a class="bibref" href="#bib-RDF11-CONCEPTS">RDF11-CONCEPTS</a></cite>]. </dd>
+
+ </dl>
+
+ <div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_18"><span>Note</span></div><p class=""><strong>Implementation Note (Informative):</strong>
+ When an RDF graph is serialized to RDF/XML and has an XML Schema
+ Datatype (XSD), it <em class="rfc2119" title="SHOULD">SHOULD</em> be written in a form that does not require
+ whitespace processing. XSD support is NOT required by RDF or RDF/XML
+ so this is optional.
+ </p></div>
+ </section>
+
+
+
+<!-- NINETH PART : RDF XML with SVG -->
+
+ <section class="informative" id="section-rdf-in-SVG" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+
+<!--OddPage-->
+<h2 aria-level="1" role="heading" id="h2_section-rdf-in-SVG"><span class="secno">9. </span>Using RDF/XML with SVG</h2><p><em>This section is non-normative.</em></p>
+
+ <p>There is a standardized approach for associating RDF compatible
+ metadata with SVG — the metadata element which was explicitly
+ designed for this purpose as defined in
+ <a href="http://www.w3.org/TR/SVG/metadata.html">Section 21 Metadata</a>
+
+ of the
+ <a href="http://www.w3.org/TR/2001/REC-SVG-20010904/">Scalable
+ Vector Graphics (SVG) 1.0 Specification</a>
+ [<cite><a class="bibref" href="#bib-SVG10">SVG10</a></cite>]
+ and
+ <a href="http://www.w3.org/TR/SVG11/metadata.html">Section 21 Metadata</a>
+ of the
+ <a href="http://www.w3.org/TR/2003/REC-SVG11-20030114/">Scalable
+ Vector Graphics (SVG) 1.1 Specification</a>
+ [<cite><a class="bibref" href="#bib-SVG11">SVG11</a></cite>].
+
+ </p>
+
+ <p>This document contains two example graphs in SVG with such
+ embedded RDF/XML inside the metadata element:
+ <a href="http://www.w3.org/TR/rdf-syntax-grammar/figure1.svg">figure 1</a>
+
+ and
+ <a href="http://www.w3.org/TR/rdf-syntax-grammar/figure2.svg">figure 2</a>.
+ </p>
+ </section>
+
+
+<!-- TENTH PART : Acknowledgments -->
+
+ <section class="appendix informative" id="section-Acknowledgments" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+
+<!--OddPage-->
+<h2 aria-level="1" role="heading" id="h2_section-Acknowledgments"><span class="secno">A. </span>Acknowledgments</h2><p><em>This section is non-normative.</em></p>
+
+ <p>Gavin Carothers provided the RDF 1.1 update for the <a href="#parseTypeLiteralPropertyElt">Production
+ parseTypeLiteralPropertyElt</a>. Ivan Herman provided valuable
+ comments and reworked Figs 1 and 2. </p>
+
+ <p>This specification is a product of extended deliberations by the
+ members of the RDFcore Working Group and the RDF and RDF Schema Working Group.</p>
+
+ <p>The following people provided valuable contributions to the document:</p>
+
+ <ul>
+ <li>Dan Brickley, <abbr title="World Wide Web Consortium">W3C</abbr>/ILRT</li>
+ <li>Jeremy Carroll, HP Labs, Bristol</li>
+ <li>Graham Klyne, Nine by Nine</li>
+ <li>Bijan Parsia, MIND Lab at University of Maryland at College Park</li>
+ </ul>
+
+ <p>This document is a product of extended deliberations by the RDF
+ Core working group, whose members have included: Art Barstow (<abbr title="World Wide Web Consortium">W3C</abbr>)
+ Dave Beckett (ILRT), Dan Brickley (<abbr title="World Wide Web Consortium">W3C</abbr>/ILRT), Dan Connolly (<abbr title="World Wide Web Consortium">W3C</abbr>),
+ Jeremy Carroll (Hewlett Packard), Ron Daniel (Interwoven Inc), Bill
+ dehOra (InterX), Jos De Roo (AGFA), Jan Grant (ILRT), Graham Klyne
+ (Clearswift and Nine by Nine), Frank Manola (MITRE Corporation),
+ Brian McBride (Hewlett Packard), Eric Miller (<abbr title="World Wide Web Consortium">W3C</abbr>), Stephen
+ Petschulat (IBM), Patrick Stickler (Nokia), Aaron Swartz (HWG), Mike
+ Dean (BBN Technologies / Verizon), R. V. Guha (Alpiri Inc), Pat Hayes
+ (IHMC), Sergey Melnik (Stanford University), Martyn Horner (Profium
+ Ltd).</p>
+
+ <p>This specification also draws upon an earlier RDF Model and Syntax
+ document edited by Ora Lassilla and Ralph Swick, and RDF Schema
+ edited by Dan Brickley and R. V. Guha. RDF and RDF Schema Working
+ group members who contributed to this earlier work are:
+ Nick Arnett (Verity), Tim Berners-Lee (<abbr title="World Wide Web Consortium">W3C</abbr>), Tim Bray (Textuality),
+ Dan Brickley (ILRT / University of Bristol), Walter Chang (Adobe),
+ Sailesh Chutani (Oracle), Dan Connolly (<abbr title="World Wide Web Consortium">W3C</abbr>), Ron Daniel
+ (DATAFUSION), Charles Frankston (Microsoft), Patrick Gannon
+ (CommerceNet), RV Guha (Epinions, previously of Netscape
+ Communications), Tom Hill (Apple Computer), Arthur van Hoff
+ (Marimba), Renato Iannella (DSTC), Sandeep Jain (Oracle), Kevin
+ Jones, (InterMind), Emiko Kezuka (Digital Vision Laboratories), Joe
+ Lapp (webMethods Inc.), Ora Lassila (Nokia Research Center), Andrew
+ Layman (Microsoft), Ralph LeVan (OCLC), John McCarthy (Lawrence
+ Berkeley National Laboratory), Chris McConnell (Microsoft), Murray
+ Maloney (Grif), Michael Mealling (Network Solutions), Norbert Mikula
+ (DataChannel), Eric Miller (OCLC), Jim Miller (<abbr title="World Wide Web Consortium">W3C</abbr>, emeritus), Frank
+ Olken (Lawrence Berkeley National Laboratory), Jean Paoli
+ (Microsoft), Sri Raghavan (Digital/Compaq), Lisa Rein (webMethods
+ Inc.), Paul Resnick (University of Michigan), Bill Roberts
+ (KnowledgeCite), Tsuyoshi Sakata (Digital Vision Laboratories), Bob
+ Schloss (IBM), Leon Shklar (Pencom Web Works), David Singer (IBM),
+ Wei (William) Song (SISU), Neel Sundaresan (IBM), Ralph Swick (<abbr title="World Wide Web Consortium">W3C</abbr>),
+ Naohiko Uramoto (IBM), Charles Wicksteed (Reuters Ltd.), Misha Wolf
+ (Reuters Ltd.), Lauren Wood (SoftQuad).
+ </p>
+ </section>
+
+ <section class="appendix informative" id="changes-rdf11" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+
+<!--OddPage-->
+<h2 aria-level="1" role="heading" id="h2_changes-rdf11"><span class="secno">B. </span>Changes to 2004 Recommendation</h2><p><em>This section is non-normative.</em></p>
+
+ <p>The following changes were made for the Edited
+ Recommendation version of this document for RDF 1.1.:</p>
+ <ol>
+ <li>Conversion to ResPec.</li>
+ <li>RDF 2004 errata handling:
+ <ol>
+ <li>Replaced hard-coded reference to XML and Unicode versions
+ (<a href="http://www.w3.org/2011/rdf-wg/wiki/TF-RDF-XML#Change_2:_hard_coded_reference_to_XML_and_Unicode_versions">background info</a>)</li>
+ <li>Corrected the resolve action with the signature resolve(e, s)
+ (<a href="http://www.w3.org/2011/rdf-wg/wiki/TF-RDF-XML#Change_3:_signature_resolve.28e.2C_s.29">background info</a>)</li>
+ <li>Added parent accessor to element events
+ (<a href="http://www.w3.org/2011/rdf-wg/wiki/TF-RDF-XML#Change_4:_missing_parent_accessor">background info</a>)</li>
+ <li>Allow datatyped empty literals
+ (<a href="http://www.w3.org/2011/rdf-wg/wiki/TF-RDF-XML#Change_5:_datatyped_empty_literals">background info</a>)</li>
+ <li>Removed ID and datatype exclusion on literal property
+ (<a href="http://www.w3.org/2011/rdf-wg/wiki/TF-RDF-XML#Change_6:_ID_and_datatype_exclusion_on_literal_property">background info</a>)</li>
+ </ol></li>
+ <li>Adapted and shortened introduction to reflect RDF 1.1</li>
+ <li>Updated references to RDF 1.1 documents</li>
+ <li>Replaced "(RDF) URI reference" with "IRI"</li>
+ <li>Removed Section on embedding RDF/XML into HTML</li>
+ <li>Removed "Specification" from the title to bring it in
+ line with other RDF 1.1 document titles</li>
+ <li>Updated references to other documents</li>
+ <li>Changed links in Sec. 2 examples from relative URI to
+ absolute URI; same for RELAX schema in Appendix.</li>
+ <li>Added note to section on plain-literal event</li>
+ <li>Updated link to QName definition in XML-NAMES</li>
+ <li>Added diff with 2004 Recommendation</li>
+ <li>Sections concerning <code>rdf:XMLLiteral</code>
+ (<a href="#section-Syntax-XML-literals">Sec. 2.8</a>
+ and <a href="#parseTypeLiteralPropertyElt">Sec. 7.2.17</a>)
+ marked as non-normative.</li>
+ <li>Adapted <a href="#parseTypeLiteralPropertyElt">Production
+ parseTypeLiteralPropertyElt</a> to cater for the non-normative
+ status of <code>rdf:XMLLiteral</code>.</li>
+ <li>Improved version of Figs. 1 and 2 (with same
+ content)</li>
+ <li>Removed old changes section</li>
+ <li>Informative notes at start of Sec. 5.1 removed, as these
+ have become irrelevant.</li>
+ <li>Added new datatype <code>rdf:HTML</code> to the list of things that
+ cannot be serialized in RDF/XML.</li>
+ <li>Replaced the link to 2004 N-Triples <code>nodeID</code> production to
+ the RDF 1.1 N-Triples <code>BLANK_NODE_LABEL</code>
+ production.</li>
+ </ol>
+
+ </section>
+
+
+<!-- TWELVETH PART : Syntax Schemas -->
+
+ <section class="appendix informative" id="section-Schemas" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+
+<!--OddPage-->
+<h2 aria-level="1" role="heading" id="h2_section-Schemas"><span class="secno">C. </span>Syntax Schemas</h2><p><em>This section is non-normative.</em></p>
+
+ <p>This appendix contains XML schemas for validating RDF/XML forms.
+ These are example schemas for information only and are not part of
+ this specification.</p>
+
+
+<!-- Compact Schema -->
+
+ <section class="informative" id="section-RELAXNG-Schema" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+ <h3 aria-level="2" role="heading" id="h3_section-RELAXNG-Schema"><span class="secno">C.1 </span>RELAX NG Compact Schema</h3><p><em>This section is non-normative.</em></p>
+
+ <p>This is an <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/rdfxml.rnc">example
+ schema in
+ RELAX NG Compact</a> (for ease of reading)
+ for RDF/XML. Applications can also use the
+ <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/rdfxml.rng">RELAX NG XML version</a>.
+ These formats are described in
+ RELAX NG [<cite><a class="bibref" href="#bib-RELAXNG">RELAXNG</a></cite>]
+ and RELAX NG Compact [<cite><a class="bibref" href="#bib-RELAXNG-COMPACT">RELAXNG-COMPACT</a></cite>].</p>
+
+ <div class="note"><div class="note-title" aria-level="3" role="heading" id="h_note_19"><span>Note</span></div><p class="">
+ The RNGC schema has been updated to attempt to match the grammar but
+ this has not been checked or used to validate RDF/XML.
+ </p></div>
+
+ <pre> #
+ # RELAX NG Compact Schema for RDF/XML Syntax
+ #
+ # This schema is for information only and NON-NORMATIVE
+ #
+ # It is based on one originally written by James Clark in
+ # http://lists.w3.org/Archives/Public/www-rdf-comments/2001JulSep/0248.html
+ # and updated with later changes.
+ #
+
+ namespace local = ""
+ namespace rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ datatypes xsd = "http://www.w3.org/2001/XMLSchema-datatypes"
+
+ start = doc
+
+ # I cannot seem to do this in RNGC so they are expanded in-line
+
+ # coreSyntaxTerms = rdf:RDF | rdf:ID | rdf:about | rdf:parseType | rdf:resource | rdf:nodeID | rdf:datatype
+ # syntaxTerms = coreSyntaxTerms | rdf:Description | rdf:li
+ # oldTerms = rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID
+ # nodeElementURIs = * - ( coreSyntaxTerms | rdf:li | oldTerms )
+ # propertyElementURIs = * - ( coreSyntaxTerms | rdf:Description | oldTerms )
+ # propertyAttributeURIs = * - ( coreSyntaxTerms | rdf:Description | rdf:li | oldTerms )
+
+ # Also needed to allow rdf:li on all property element productions
+ # since we can't capture the rdf:li rewriting to rdf_<n> in relaxng
+
+ # Need to add these explicitly
+ xmllang = attribute xml:lang { text }
+ xmlbase = attribute xml:base { text }
+ # and to forbid every other xml:* attribute, element
+
+ doc =
+ RDF | nodeElement
+
+ RDF =
+ element rdf:RDF {
+ xmllang?, xmlbase?, nodeElementList
+ }
+
+ nodeElementList =
+ nodeElement*
+
+ # Should be something like:
+ # ws* , ( nodeElement , ws* )*
+ # but RELAXNG does this by default, ignoring whitespace separating tags.
+
+ nodeElement =
+ element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+ rdf:resource | rdf:nodeID | rdf:datatype | rdf:li |
+ rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID ) {
+ (idAttr | nodeIdAttr | aboutAttr )?, xmllang?, xmlbase?, propertyAttr*, propertyEltList
+ }
+
+ # It is not possible to say "and not things
+ # beginning with _ in the rdf: namespace" in RELAX NG.
+
+ ws =
+ " "
+
+ # Not used in this RELAX NG schema; but should be any legal XML
+ # whitespace defined by http://www.w3.org/TR/2000/REC-xml-20001006#NT-S
+
+
+ propertyEltList =
+ propertyElt*
+
+ # Should be something like:
+ # ws* , ( propertyElt , ws* )*
+ # but RELAXNG does this by default, ignoring whitespace separating tags.
+
+ propertyElt =
+ resourcePropertyElt |
+ literalPropertyElt |
+ parseTypeLiteralPropertyElt |
+ parseTypeResourcePropertyElt |
+ parseTypeCollectionPropertyElt |
+ parseTypeOtherPropertyElt |
+ emptyPropertyElt
+
+ resourcePropertyElt =
+ element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+ rdf:resource | rdf:nodeID | rdf:datatype |
+ rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+ xml:* ) {
+ idAttr?, xmllang?, xmlbase?, nodeElement
+ }
+
+ literalPropertyElt =
+ element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+ rdf:resource | rdf:nodeID | rdf:datatype |
+ rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+ xml:* ) {
+ idAttr? , datatypeAttr?, xmllang?, xmlbase?, text
+ }
+
+ parseTypeLiteralPropertyElt =
+ element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+ rdf:resource | rdf:nodeID | rdf:datatype |
+ rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+ xml:* ) {
+ idAttr?, parseLiteral, xmllang?, xmlbase?, literal
+ }
+
+ parseTypeResourcePropertyElt =
+ element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+ rdf:resource | rdf:nodeID | rdf:datatype |
+ rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+ xml:* ) {
+ idAttr?, parseResource, xmllang?, xmlbase?, propertyEltList
+ }
+
+ parseTypeCollectionPropertyElt =
+ element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+ rdf:resource | rdf:nodeID | rdf:datatype |
+ rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+ xml:* ) {
+ idAttr?, xmllang?, xmlbase?, parseCollection, nodeElementList
+ }
+
+ parseTypeOtherPropertyElt =
+ element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+ rdf:resource | rdf:nodeID | rdf:datatype |
+ rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+ xml:* ) {
+ idAttr?, xmllang?, xmlbase?, parseOther, any
+ }
+
+ emptyPropertyElt =
+ element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+ rdf:resource | rdf:nodeID | rdf:datatype |
+ rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+ xml:* ) {
+ idAttr?, (resourceAttr | nodeIdAttr | datatypeAttr )?, xmllang?, xmlbase?, propertyAttr*
+ }
+
+ idAttr =
+ attribute rdf:ID {
+ IDsymbol
+ }
+
+ nodeIdAttr =
+ attribute rdf:nodeID {
+ IDsymbol
+ }
+
+ aboutAttr =
+ attribute rdf:about {
+ URI-reference
+ }
+
+ propertyAttr =
+ attribute * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+ rdf:resource | rdf:nodeID | rdf:datatype | rdf:li |
+ rdf:Description | rdf:aboutEach |
+ rdf:aboutEachPrefix | rdf:bagID |
+ xml:* ) {
+ string
+ }
+
+ resourceAttr =
+ attribute rdf:resource {
+ URI-reference
+ }
+
+ datatypeAttr =
+ attribute rdf:datatype {
+ URI-reference
+ }
+
+ parseLiteral =
+ attribute rdf:parseType {
+ "Literal"
+ }
+
+ parseResource =
+ attribute rdf:parseType {
+ "Resource"
+ }
+
+ parseCollection =
+ attribute rdf:parseType {
+ "Collection"
+ }
+
+ parseOther =
+ attribute rdf:parseType {
+ text
+ }
+
+ URI-reference =
+ string
+
+ literal =
+ any
+
+ IDsymbol =
+ xsd:NMTOKEN
+
+ any =
+ mixed { element * { attribute * { text }*, any }* }
+ </pre>
+
+ </section>
+ </section>
+
+
+<section class="appendix" id="references" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<!--OddPage-->
+<h2 aria-level="1" role="heading" id="h2_references"><span class="secno">D. </span>References</h2><section id="normative-references" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h3 aria-level="2" role="heading" id="h3_normative-references"><span class="secno">D.1 </span>Normative references</h3><dl class="bibliography" about=""><dt id="bib-JSON-LD">[JSON-LD]</dt><dd rel="dcterms:requires">Manu Sporny, Gregg Kellogg, Markus Lanthaler, Editors. <cite><a href="http://www.w3.org/TR/json-ld/">JSON-LD 1.0</a></cite>. 16 January 2014. W3C Recommendation. URL: <a href="http://www.w3.org/TR/json-ld/">http://www.w3.org/TR/json-ld/</a>
+</dd><dt id="bib-N-TRIPLES">[N-TRIPLES]</dt><dd rel="dcterms:requires">Gavin Carothers, Andy Seabourne. <cite><a href="http://www.w3.org/TR/2014/REC-n-triples-20140225/">RDF 1.1 N-Triples</a></cite>. W3C Recommendation, 25 February 2014. URL: <a href="http://www.w3.org/TR/2014/REC-n-triples-20140225/">http://www.w3.org/TR/2014/REC-n-triples-20140225/</a>. The latest edition is available at <a href="http://www.w3.org/TR/n-triples/">http://www.w3.org/TR/n-triples/</a>
+</dd><dt id="bib-RDF11-CONCEPTS">[RDF11-CONCEPTS]</dt><dd rel="dcterms:requires">Richard Cyganiak, David Wood, Markus Lanthaler. <cite><a href="http://www.w3.org/TR/2014/REC-rdf11-concepts-20140225/">RDF 1.1 Concepts and Abstract Syntax.</a></cite> W3C Recommendation, 25 February 2014. URL: <a href="http://www.w3.org/TR/2014/REC-rdf11-concepts-20140225/">http://www.w3.org/TR/2014/REC-rdf11-concepts-20140225/</a>. The latest edition is available at <a href="http://www.w3.org/TR/rdf11-concepts/">http://www.w3.org/TR/rdf11-concepts/</a>
+</dd><dt id="bib-RDF11-MT">[RDF11-MT]</dt><dd rel="dcterms:requires">Patrick J. Hayes, Peter F. Patel-Schneider. <cite><a href="http://www.w3.org/TR/2014/REC-rdf11-mt-20140225/">RDF 1.1 Semantics.</a></cite> W3C Recommendation, 25 February 2014. URL: <a href="http://www.w3.org/TR/2014/REC-rdf11-mt-20140225/">http://www.w3.org/TR/2014/REC-rdf11-mt-20140225/</a>. The latest edition is available at <a href="http://www.w3.org/TR/rdf11-mt/">http://www.w3.org/TR/rdf11-mt/</a>
+</dd><dt id="bib-RDF11-SCHEMA">[RDF11-SCHEMA]</dt><dd rel="dcterms:requires">Dan Brickley, R. V. Guha. <cite><a href="http://www.w3.org/TR/2014/PER-rdf-schema-20140225/">RDF Schema 1.1</a></cite>. W3C Recommendation, 25 February 2014. URL: <a href="http://www.w3.org/TR/2014/PER-rdf-schema-20140225/">http://www.w3.org/TR/2014/PER-rdf-schema-20140225/</a>. The latest published version is available at <a href="http://www.w3.org/TR/rdf-schema/">http://www.w3.org/TR/rdf-schema/</a>.
+</dd><dt id="bib-RDFA-PRIMER">[RDFA-PRIMER]</dt><dd rel="dcterms:requires">Ivan Herman; Ben Adida; Manu Sporny; Mark Birbeck. <a href="http://www.w3.org/TR/rdfa-primer/"><cite>RDFa 1.1 Primer - Second Edition</cite></a>. 22 August 2013. W3C Note. URL: <a href="http://www.w3.org/TR/rdfa-primer/">http://www.w3.org/TR/rdfa-primer/</a>
+</dd><dt id="bib-RFC3023">[RFC3023]</dt><dd rel="dcterms:requires">M. Murata; S. St.Laurent; D. Kohn. <a href="http://www.ietf.org/rfc/rfc3023.txt"><cite>XML Media Types (RFC 3023)</cite></a>. January 2001. RFC. URL: <a href="http://www.ietf.org/rfc/rfc3023.txt">http://www.ietf.org/rfc/rfc3023.txt</a>
+</dd><dt id="bib-TRIG">[TRIG]</dt><dd rel="dcterms:requires">Gavin Carothers, Andy Seaborne. <cite><a href="http://www.w3.org/TR/2014/REC-trig-20140225/">TriG: RDF Dataset Language</a></cite>. W3C Recommendation, 25 February 2014. URL: <a href="http://www.w3.org/TR/2014/REC-trig-20140225/">http://www.w3.org/TR/2014/REC-trig-20140225/</a>. The latest edition is available at <a href="http://www.w3.org/TR/trig/">http://www.w3.org/TR/trig/</a>
+</dd><dt id="bib-TURTLE">[TURTLE]</dt><dd rel="dcterms:requires">Eric Prud'hommeaux, Gavin Carothers. <cite><a href="http://www.w3.org/TR/2014/REC-turtle-20140225/">RDF 1.1 Turtle: Terse RDF Triple Language.</a></cite> W3C Recommendation, 25 February 2014. URL: <a href="http://www.w3.org/TR/2014/REC-turtle-20140225/">http://www.w3.org/TR/2014/REC-turtle-20140225/</a>. The latest edition is available at <a href="http://www.w3.org/TR/turtle/">http://www.w3.org/TR/turtle/</a>
+</dd><dt id="bib-XML-INFOSET">[XML-INFOSET]</dt><dd rel="dcterms:requires">John Cowan; Richard Tobin. <a href="http://www.w3.org/TR/xml-infoset"><cite>XML Information Set (Second Edition)</cite></a>. 4 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/xml-infoset">http://www.w3.org/TR/xml-infoset</a>
+</dd><dt id="bib-XML-NAMES">[XML-NAMES]</dt><dd rel="dcterms:requires">Tim Bray; Dave Hollander; Andrew Layman; Richard Tobin; Henry Thompson et al. <a href="http://www.w3.org/TR/xml-names"><cite>Namespaces in XML 1.0 (Third Edition)</cite></a>. 8 December 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/xml-names">http://www.w3.org/TR/xml-names</a>
+</dd><dt id="bib-XML10">[XML10]</dt><dd rel="dcterms:requires">Tim Bray; Jean Paoli; Michael Sperberg-McQueen; Eve Maler; François Yergeau et al. <a href="http://www.w3.org/TR/xml"><cite>Extensible Markup Language (XML) 1.0 (Fifth Edition)</cite></a>. 26 November 2008. W3C Recommendation. URL: <a href="http://www.w3.org/TR/xml">http://www.w3.org/TR/xml</a>
+</dd><dt id="bib-XMLSCHEMA-2">[XMLSCHEMA-2]</dt><dd rel="dcterms:requires">Paul V. Biron; Ashok Malhotra. <a href="http://www.w3.org/TR/xmlschema-2/"><cite>XML Schema Part 2: Datatypes Second Edition</cite></a>. 28 October 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/xmlschema-2/">http://www.w3.org/TR/xmlschema-2/</a>
+</dd></dl></section><section id="informative-references" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h3 aria-level="2" role="heading" id="h3_informative-references"><span class="secno">D.2 </span>Informative references</h3><dl class="bibliography" about=""><dt id="bib-CHARMOD">[CHARMOD]</dt><dd rel="dcterms:references">Martin Dürst; François Yergeau; Richard Ishida; Misha Wolf; Tex Texin et al. <a href="http://www.w3.org/TR/charmod/"><cite>Character Model for the World Wide Web 1.0: Fundamentals</cite></a>. 15 February 2005. W3C Recommendation. URL: <a href="http://www.w3.org/TR/charmod/">http://www.w3.org/TR/charmod/</a>
+</dd><dt id="bib-IANA-MEDIA-TYPES">[IANA-MEDIA-TYPES]</dt><dd rel="dcterms:references"><cite><a href="http://www.iana.org/assignments/media-types/">MIME Media Types</a></cite>. The Internet Assigned Numbers Authority (IANA). The registration for application/rdf+xml is archived at <a href="http://www.w3.org/2001/sw/RDFCore/mediatype-registration">http://www.w3.org/2001/sw/RDFCore/mediatype-registration</a>.
+</dd><dt id="bib-NFC">[NFC]</dt><dd rel="dcterms:references">M. Davis, Ken Whistler. <a href="http://www.unicode.org/reports/tr15/"><cite>TR15, Unicode Normalization Forms.</cite></a>. 17 September 2010, URL: <a href="http://www.unicode.org/reports/tr15/">http://www.unicode.org/reports/tr15/</a>
+</dd><dt id="bib-RDFMS">[RDFMS]</dt><dd rel="dcterms:references">Ora Lassila; Ralph R. Swick. <cite><a href="http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/">Resource Description Framework (RDF) Model and Syntax Specification</a></cite>. 22 February 1999. W3C Recommendation. URL: <a href="http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/">http://www.w3.org/TR/1999/REC-rdf-syntax-19990222</a>.
+</dd><dt id="bib-RELAXNG">[RELAXNG]</dt><dd rel="dcterms:references">James Clark and Murata Makoto, editors. <cite><a href="http://www.oasis-open.org/committees/relax-ng/spec-20011203.html">RELAX NG Specification</a></cite>. OASIS Committee Specification, 3 December 2001. Latest version: <a href="http://www.oasis-open.org/committees/relax-ng/spec.html">http://www.oasis-open.org/committees/relax-ng/spec.html</a>.
+</dd><dt id="bib-RELAXNG-COMPACT">[RELAXNG-COMPACT]</dt><dd rel="dcterms:references">James Clark, editor. <cite><a href="http://www.oasis-open.org/committees/relax-ng/compact-20021121.html">RELAX NG Compact Syntax</a></cite>. OASIS Committee Specification, 21 November 2002. URI: <a href="http://www.oasis-open.org/committees/relax-ng/compact-20021121.html">http://www.oasis-open.org/committees/relax-ng/compact-20021121.html</a>.
+</dd><dt id="bib-RFC2119">[RFC2119]</dt><dd rel="dcterms:references">S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key words for use in RFCs to Indicate Requirement Levels.</cite></a> March 1997. Internet RFC 2119. URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a>
+</dd><dt id="bib-RFC3986">[RFC3986]</dt><dd rel="dcterms:references">T. Berners-Lee; R. Fielding; L. Masinter. <a href="http://www.ietf.org/rfc/rfc3986.txt"><cite>Uniform Resource Identifier (URI): Generic Syntax (RFC 3986)</cite></a>. January 2005. RFC. URL: <a href="http://www.ietf.org/rfc/rfc3986.txt">http://www.ietf.org/rfc/rfc3986.txt</a>
+</dd><dt id="bib-SAX">[SAX]</dt><dd rel="dcterms:references">D. Megginson, et al. <a href="http://www.megginson.com/downloads/SAX/"><cite>SAX: The Simple API for XML</cite></a>. May 1998. URL: <a href="http://www.megginson.com/downloads/SAX/"> http://www.megginson.com/downloads/SAX/</a>
+</dd><dt id="bib-STRIPEDRDF">[STRIPEDRDF]</dt><dd rel="dcterms:references">D. Brickley. <cite><a href="http://www.w3.org/2001/10/stripes/">RDF: Understanding the Striped RDF/XML Syntax</a>. W3C, 2001. URI: <a href="http://www.w3.org/2001/10/stripes/">http://www.w3.org/2001/10/stripes/</a>.
+</cite></dd><dt id="bib-SVG10">[SVG10]</dt><dd rel="dcterms:references">Jon Ferraiolo. <a href="http://www.w3.org/TR/SVG/"><cite>Scalable Vector Graphics (SVG) 1.0 Specification</cite></a>. 4 September 2001. W3C Recommendation. URL: <a href="http://www.w3.org/TR/SVG/">http://www.w3.org/TR/SVG/</a>
+</dd><dt id="bib-SVG11">[SVG11]</dt><dd rel="dcterms:references">Erik Dahlström; Patrick Dengler; Anthony Grasso; Chris Lilley; Cameron McCormack; Doug Schepers; Jonathan Watt; Jon Ferraiolo; Jun Fujisawa; Dean Jackson et al. <a href="http://www.w3.org/TR/SVG11/"><cite>Scalable Vector Graphics (SVG) 1.1 (Second Edition)</cite></a>. 16 August 2011. W3C Recommendation. URL: <a href="http://www.w3.org/TR/SVG11/">http://www.w3.org/TR/SVG11/</a>
+</dd><dt id="bib-UNICODE">[UNICODE]</dt><dd rel="dcterms:references"><a href="http://www.unicode.org/versions/latest/"><cite>The Unicode Standard</cite></a>. URL: <a href="http://www.unicode.org/versions/latest/">http://www.unicode.org/versions/latest/</a>
+</dd><dt id="bib-XMLBASE">[XMLBASE]</dt><dd rel="dcterms:references">Jonathan Marsh; Richard Tobin. <a href="http://www.w3.org/TR/xmlbase/"><cite>XML Base (Second Edition)</cite></a>. 28 January 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</a>
+</dd><dt id="bib-XMLSCHEMA-1">[XMLSCHEMA-1]</dt><dd rel="dcterms:references">Henry Thompson; David Beech; Murray Maloney; Noah Mendelsohn et al. <a href="http://www.w3.org/TR/xmlschema-1/"><cite>XML Schema Part 1: Structures Second Edition</cite></a>. 28 October 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/xmlschema-1/">http://www.w3.org/TR/xmlschema-1/</a>
+</dd><dt id="bib-XPATH">[XPATH]</dt><dd rel="dcterms:references">James Clark; Steven DeRose. <a href="http://www.w3.org/TR/xpath"><cite>XML Path Language (XPath) Version 1.0</cite></a>. 16 November 1999. W3C Recommendation. URL: <a href="http://www.w3.org/TR/xpath">http://www.w3.org/TR/xpath</a>
+</dd><dt id="bib-XPATH-DATAMODEL-30">[XPATH-DATAMODEL-30]</dt><dd rel="dcterms:references">Norman Walsh; Anders Berglund; John Snelson. <a href="http://www.w3.org/TR/xpath-datamodel-30/"><cite>XQuery and XPath Data Model 3.0</cite></a>. 22 October 2013. W3C Proposed Recommendation. URL: <a href="http://www.w3.org/TR/xpath-datamodel-30/">http://www.w3.org/TR/xpath-datamodel-30/</a>
+</dd><dt id="bib-XPATH-FUNCTIONS-30">[XPATH-FUNCTIONS-30]</dt><dd rel="dcterms:references">Michael Kay. <a href="http://www.w3.org/TR/xpath-functions-30/"><cite>XPath and XQuery Functions and Operators 3.0</cite></a>. 22 October 2013. W3C Proposed Recommendation. URL: <a href="http://www.w3.org/TR/xpath-functions-30/">http://www.w3.org/TR/xpath-functions-30/</a>
+</dd></dl></section></section></body></html>
\ No newline at end of file
Binary file REC-drafts/REC-rdf-syntax-grammar-20140225/figure1.png has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/REC-drafts/REC-rdf-syntax-grammar-20140225/figure1.svg Tue Feb 04 15:37:30 2014 +0100
@@ -0,0 +1,1275 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ viewBox="-15 0 1024 680"
+ style="overflow:visible;enable-background:new -15 0 1024 680;" xml:space="preserve">
+<title>Example RDF Graph used in the "RDF 1.1 XML Syntax" Recommendation</title>
+<desc>The diagram displays the following triples in N-Triple syntax (with the angular brackets replaced to avoid syntax issues in the present description)
+ [http://www.w3.org/TR/rdf-syntax-grammar] [http://purl.org/dc/elements/1.1/title] "RDF 1.1 XML Syntax" .
+ [http://www.w3.org/TR/rdf-syntax-grammar] [http://www.example.org/terms/editor] _:b1 .
+ _:b1 [http://www.example.org/terms/homePage] [http://purl.org/net/dajobe] .
+ _:b1 [http://www.example.org/terms/fullName] "Dave Beckett" .
+</desc>
+ <metadata>
+ <rdf:RDF
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <rdf:Description rdf:about="">
+ <dc:title>Graph RDF/XML Example 1</dc:title>
+ <dc:date>2014-01-09</dc:date>
+ <dc:format>image/svg+xml</dc:format>
+ <dc:source rdf:resource="http://www.w3.org/TR/rdf-syntax-grammar/figure1.svg" />
+ <cc:attributionURL rdf:reource='http://www.w3.org/'/>
+ <cc:license rdf:resource='http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231'/>
+ <dc:description>The diagram displays the following triples in N-Triple syntax (with the angular brackets replaced to avoid syntax issues in the present description)
+ [http://www.w3.org/TR/rdf-syntax-grammar] [http://purl.org/dc/elements/1.1/title] "RDF 1.1 XML Syntax" .
+ [http://www.w3.org/TR/rdf-syntax-grammar] [http://www.example.org/terms/editor] _:b1 .
+ _:b1 [http://www.example.org/terms/homePage] [http://purl.org/net/dajobe] .
+ _:b1 [http://www.example.org/terms/fullName] "Dave Beckett" .#7D590C;
+ </dc:description>
+ </rdf:Description>
+ </rdf:RDF>
+ </metadata>
+<style type="text/css">
+<![CDATA[
+ .st0{clip-path:url(#SVGID_28_);fill:#FFFFFF;}
+ .st1{clip-path:url(#SVGID_68_);fill:none;stroke:#143D70;stroke-width:3;}
+ .st2{clip-path:url(#SVGID_18_);fill:#FFFFFF;}
+ .st3{clip-path:url(#SVGID_24_);fill:#DCBD22;}
+ .st4{fill:#164F86;}
+ .st5{clip-path:url(#SVGID_60_);fill:#FFFFFF;}
+ .st6{clip-path:url(#SVGID_34_);fill:#143665;}
+ .st7{clip-path:url(#SVGID_34_);fill:#143D70;}
+ .st8{clip-path:url(#SVGID_34_);fill:none;stroke:#143665;stroke-width:3;}
+ .st9{clip-path:url(#SVGID_48_);fill:#DCBD22;}
+ .st10{clip-path:url(#SVGID_68_);fill:#143665;}
+ .st11{clip-path:url(#SVGID_68_);fill:#143D70;}
+ .st12{clip-path:url(#SVGID_18_);fill:#02BB2A;}
+ .st13{clip-path:url(#SVGID_68_);fill:none;stroke:#143665;stroke-width:3;}
+ .st14{clip-path:url(#SVGID_30_);fill:#FFFFFF;}
+ .st15{clip-path:url(#SVGID_52_);fill:#FFFFFF;}
+ .st16{clip-path:url(#SVGID_26_);fill:#143665;}
+ .st17{clip-path:url(#SVGID_26_);fill:#14467B;}
+ .st18{font-family:'Helvetica-Bold';}
+ .st19{clip-path:url(#SVGID_64_);fill:#FFFFFF;}
+ .st20{fill:none;stroke:#000000;stroke-width:0.25;}
+ .st21{clip-path:url(#SVGID_40_);fill:#02BB2A;}
+ .st22{clip-path:url(#SVGID_32_);fill:#FFFFFF;}
+ .st23{clip-path:url(#SVGID_40_);fill:#04B225;}
+ .st24{clip-path:url(#SVGID_52_);fill:none;stroke:#143665;stroke-width:3;}
+ .st25{clip-path:url(#SVGID_26_);fill:none;stroke:#143665;stroke-width:3;}
+ .st26{fill:#FFFFFF;}
+ .st27{clip-path:url(#SVGID_20_);fill:#02BB2A;}
+ .st28{clip-path:url(#SVGID_20_);fill:#04B225;}
+ .st29{clip-path:url(#SVGID_56_);fill:#FFFFFF;}
+ .st30{clip-path:url(#SVGID_52_);fill:none;stroke:#14467B;stroke-width:3;}
+ .st31{clip-path:url(#SVGID_26_);fill:none;stroke:#14467B;stroke-width:3;}
+ .st32{clip-path:url(#SVGID_36_);fill:#FFFFFF;}
+ .st33{font-size:19;}
+ .st34{clip-path:url(#SVGID_26_);fill:#FFFFFF;}
+ .st35{clip-path:url(#SVGID_52_);fill:#143665;}
+ .st36{clip-path:url(#SVGID_52_);fill:#14467B;}
+ .st37{clip-path:url(#SVGID_19_);}
+ .st38{clip-path:url(#SVGID_21_);}
+ .st39{clip-path:url(#SVGID_23_);}
+ .st40{clip-path:url(#SVGID_25_);}
+ .st41{clip-path:url(#SVGID_27_);}
+ .st42{clip-path:url(#SVGID_29_);}
+ .st43{clip-path:url(#SVGID_31_);}
+ .st44{clip-path:url(#SVGID_33_);}
+ .st45{clip-path:url(#SVGID_38_);}
+ .st46{clip-path:url(#SVGID_42_);}
+ .st47{clip-path:url(#SVGID_46_);}
+ .st48{clip-path:url(#SVGID_50_);}
+ .st49{clip-path:url(#SVGID_54_);}
+ .st50{clip-path:url(#SVGID_58_);}
+ .st51{clip-path:url(#SVGID_62_);}
+ .st52{clip-path:url(#SVGID_66_);}
+ .st53{fill:#735109;}
+ .st54{clip-path:url(#SVGID_22_);fill:#DCBD22;}
+ .st55{clip-path:url(#SVGID_34_);fill:none;stroke:#143D70;stroke-width:3;}
+ .st56{clip-path:url(#SVGID_44_);fill:#DCBD22;}
+ .st57{clip-path:url(#SVGID_36_);fill:#02BB2A;}
+]]>
+</style>
+<g>
+ <defs>
+ <rect id="SVGID_17_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_18_">
+ <use xlink:href="#SVGID_17_" style="overflow:visible;"/>
+ </clipPath>
+ <rect class="st2" width="1024" height="768"/>
+ <path class="st12" d="M701.833,51.242c100.762,14.37,100.762,37.667,0,52.037c-100.761,14.37-264.127,14.37-364.889,0
+ c-100.762-14.37-100.762-37.667,0-52.037C437.706,36.872,601.072,36.872,701.833,51.242z"/>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_16_" x="261.373" y="40.465" width="516.031" height="73.591"/>
+ </defs>
+ <clipPath id="SVGID_19_">
+ <use xlink:href="#SVGID_16_" style="overflow:visible;"/>
+ </clipPath>
+ <g class="st37">
+ <path d="M338.748,74.476c0.508,0.217,0.925,0.548,1.251,0.994c0.277,0.378,0.446,0.766,0.508,1.165
+ c0.062,0.399,0.092,1.051,0.092,1.955v5.942h-2.7v-6.158c0-0.545-0.092-0.984-0.276-1.318c-0.239-0.471-0.694-0.706-1.363-0.706
+ c-0.694,0-1.22,0.233-1.58,0.701c-0.359,0.468-0.539,1.135-0.539,2.002v5.479h-2.644V70.903h2.644v4.824
+ c0.382-0.587,0.824-0.997,1.326-1.229c0.501-0.232,1.03-0.348,1.584-0.348C337.675,74.151,338.24,74.26,338.748,74.476z"/>
+ <path d="M342.047,76.396v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H342.047z"/>
+ <path d="M348.375,76.396v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H348.375z"/>
+ <path d="M364.245,75.505c0.825,0.873,1.237,2.152,1.237,3.842c0,1.781-0.403,3.139-1.209,4.072c-0.806,0.934-1.844,1.4-3.114,1.4
+ c-0.809,0-1.481-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.859-0.974v5.27h-2.616V74.42h2.533v1.493
+ c0.286-0.438,0.591-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677C362.413,74.197,363.42,74.634,364.245,75.505z
+ M362.215,77.407c-0.359-0.6-0.942-0.9-1.748-0.9c-0.969,0-1.634,0.455-1.997,1.364c-0.188,0.482-0.281,1.095-0.281,1.837
+ c0,1.175,0.315,2.001,0.946,2.477c0.375,0.279,0.819,0.418,1.331,0.418c0.744,0,1.311-0.284,1.702-0.854s0.586-1.326,0.586-2.273
+ C362.754,78.696,362.575,78.007,362.215,77.407z"/>
+ <path d="M368.265,74.81h2.811v2.773h-2.811V74.81z M368.265,81.759h2.811v2.773h-2.811V81.759z"/>
+ <path d="M376.7,70.44h2.2l-5.324,14.092h-2.181L376.7,70.44z"/>
+ <path d="M381.979,70.44h2.2l-5.324,14.092h-2.181L381.979,70.44z"/>
+ <path d="M389,74.42h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746l-2.839-10.112
+ h2.839l1.577,7.255L389,74.42z"/>
+ <path d="M403.779,74.42h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746l-2.839-10.112
+ h2.839l1.577,7.255L403.779,74.42z"/>
+ <path d="M418.558,74.42h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746l-2.839-10.112
+ h2.839l1.577,7.255L418.558,74.42z"/>
+ <path d="M427.837,81.759h2.811v2.773h-2.811V81.759z"/>
+ <path d="M437.931,74.42h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746l-2.839-10.112
+ h2.839l1.577,7.255L437.931,74.42z"/>
+ <path d="M449.806,80.403c0,0.539,0.086,0.984,0.259,1.336c0.321,0.65,0.904,0.975,1.749,0.975c0.519,0,0.97-0.178,1.356-0.533
+ s0.579-0.867,0.579-1.535c0-0.885-0.357-1.476-1.073-1.772c-0.407-0.167-1.048-0.251-1.924-0.251v-1.893
+ c0.857-0.012,1.455-0.096,1.793-0.25c0.585-0.26,0.878-0.785,0.878-1.577c0-0.514-0.149-0.931-0.449-1.253
+ c-0.299-0.321-0.72-0.482-1.263-0.482c-0.623,0-1.081,0.198-1.374,0.594c-0.293,0.396-0.434,0.925-0.421,1.587h-2.468
+ c0.024-0.668,0.139-1.302,0.343-1.901c0.216-0.526,0.556-1.012,1.02-1.457c0.346-0.315,0.757-0.557,1.232-0.724
+ s1.06-0.251,1.752-0.251c1.285,0,2.321,0.333,3.109,0.998s1.182,1.557,1.182,2.676c0,0.792-0.235,1.46-0.705,2.004
+ c-0.297,0.341-0.606,0.572-0.928,0.696c0.241,0,0.587,0.207,1.039,0.622c0.674,0.624,1.011,1.478,1.011,2.561
+ c0,1.138-0.394,2.138-1.182,3.001c-0.788,0.862-1.954,1.294-3.499,1.294c-1.903,0-3.225-0.621-3.966-1.865
+ c-0.39-0.661-0.606-1.527-0.649-2.598H449.806z"/>
+ <path d="M458.462,81.759h2.811v2.773h-2.811V81.759z"/>
+ <path d="M472.22,83.295c-0.854,1.054-2.149,1.581-3.887,1.581c-1.738,0-3.034-0.527-3.887-1.581s-1.28-2.321-1.28-3.805
+ c0-1.459,0.427-2.723,1.28-3.791c0.854-1.069,2.149-1.604,3.887-1.604c1.738,0,3.034,0.535,3.887,1.604
+ c0.854,1.068,1.28,2.332,1.28,3.791C473.5,80.974,473.074,82.241,472.22,83.295z M470.105,81.834
+ c0.414-0.55,0.622-1.331,0.622-2.344s-0.208-1.793-0.622-2.339c-0.415-0.547-1.008-0.82-1.781-0.82
+ c-0.773,0-1.368,0.273-1.786,0.82c-0.417,0.546-0.626,1.326-0.626,2.339s0.209,1.794,0.626,2.344
+ c0.418,0.55,1.013,0.824,1.786,0.824C469.097,82.658,469.69,82.384,470.105,81.834z"/>
+ <path d="M481.011,74.184c0.034,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663V74.42h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C480.935,74.179,480.977,74.181,481.011,74.184z"
+ />
+ <path d="M487.79,74.411c0.643,0.266,1.161,0.754,1.557,1.465V74.42h2.579v9.593c0,1.305-0.22,2.288-0.659,2.95
+ c-0.755,1.138-2.202,1.707-4.342,1.707c-1.293,0-2.347-0.254-3.164-0.761s-1.268-1.265-1.354-2.273h2.876
+ c0.074,0.31,0.195,0.532,0.362,0.668c0.284,0.242,0.764,0.362,1.438,0.362c0.952,0,1.589-0.318,1.911-0.956
+ c0.21-0.408,0.315-1.094,0.315-2.059v-0.65c-0.254,0.434-0.526,0.758-0.816,0.975c-0.526,0.402-1.209,0.604-2.05,0.604
+ c-1.299,0-2.336-0.456-3.113-1.369c-0.776-0.912-1.164-2.147-1.164-3.706c0-1.503,0.374-2.766,1.121-3.79
+ c0.748-1.023,1.807-1.535,3.178-1.535C486.971,74.179,487.413,74.256,487.79,74.411z M488.69,81.661
+ c0.425-0.467,0.638-1.211,0.638-2.231c0-0.959-0.202-1.688-0.605-2.189c-0.404-0.501-0.944-0.751-1.622-0.751
+ c-0.924,0-1.561,0.436-1.912,1.308c-0.185,0.464-0.277,1.036-0.277,1.716c0,0.588,0.099,1.11,0.295,1.568
+ c0.357,0.854,0.998,1.28,1.922,1.28C487.745,82.361,488.265,82.128,488.69,81.661z"/>
+ <path d="M497.419,70.44h2.2l-5.324,14.092h-2.181L497.419,70.44z"/>
+ <path d="M509.821,70.857v2.421h-4.091v11.254h-2.876V73.278h-4.11v-2.421H509.821z"/>
+ <path d="M520.254,71.21c0.504,0.217,0.932,0.535,1.281,0.955c0.289,0.347,0.518,0.73,0.688,1.15
+ c0.168,0.421,0.253,0.9,0.253,1.438c0,0.649-0.164,1.288-0.491,1.916c-0.328,0.628-0.869,1.071-1.624,1.331
+ c0.631,0.254,1.077,0.614,1.341,1.081c0.263,0.467,0.395,1.18,0.395,2.138v0.919c0,0.625,0.024,1.048,0.074,1.271
+ c0.076,0.354,0.252,0.613,0.528,0.779v0.344h-3.154c-0.087-0.303-0.148-0.547-0.186-0.732c-0.074-0.384-0.114-0.776-0.12-1.179
+ l-0.02-1.271c-0.012-0.873-0.162-1.454-0.451-1.744c-0.29-0.291-0.832-0.437-1.629-0.437h-2.79v5.362h-2.792V70.857h6.542
+ C519.031,70.876,519.751,70.993,520.254,71.21z M514.349,73.232v3.674h3.075c0.611,0,1.068-0.074,1.375-0.223
+ c0.54-0.26,0.811-0.773,0.811-1.54c0-0.829-0.262-1.386-0.785-1.67c-0.293-0.161-0.734-0.241-1.321-0.241H514.349z"/>
+ <path d="M528.025,70.44h2.2l-5.323,14.092h-2.182L528.025,70.44z"/>
+ <path d="M535.896,74.184c0.034,0.003,0.109,0.008,0.228,0.014v2.709c-0.168-0.019-0.316-0.031-0.445-0.037
+ c-0.131-0.006-0.236-0.009-0.316-0.009c-1.063,0-1.777,0.346-2.143,1.039c-0.204,0.389-0.307,0.989-0.307,1.799v4.834h-2.662
+ V74.42h2.523v1.763c0.408-0.674,0.764-1.135,1.066-1.383c0.495-0.414,1.139-0.621,1.93-0.621
+ C535.819,74.179,535.861,74.181,535.896,74.184z"/>
+ <path d="M543.034,74.582c0.476,0.27,0.862,0.642,1.159,1.118v-4.824h2.682v13.656h-2.57v-1.4c-0.377,0.6-0.807,1.035-1.289,1.308
+ s-1.082,0.408-1.8,0.408c-1.182,0-2.175-0.478-2.983-1.434c-0.807-0.955-1.21-2.182-1.21-3.679c0-1.725,0.397-3.083,1.192-4.072
+ s1.856-1.484,3.187-1.484C542.014,74.179,542.558,74.313,543.034,74.582z M543.684,81.786c0.39-0.557,0.584-1.277,0.584-2.162
+ c0-1.236-0.312-2.121-0.937-2.652c-0.384-0.322-0.829-0.482-1.336-0.482c-0.773,0-1.341,0.292-1.702,0.876
+ c-0.361,0.585-0.543,1.31-0.543,2.176c0,0.934,0.184,1.681,0.553,2.24c0.367,0.561,0.926,0.84,1.674,0.84
+ S543.294,82.343,543.684,81.786z"/>
+ <path d="M553.462,70.732c0.136,0.009,0.321,0.022,0.557,0.042v2.152c-0.148-0.02-0.397-0.033-0.747-0.042
+ c-0.35-0.01-0.59,0.068-0.724,0.231c-0.133,0.164-0.199,0.345-0.199,0.543s0,0.482,0,0.854h1.735v1.865h-1.735v8.154h-2.626
+ v-8.154h-1.484v-1.865h1.447v-0.649c0-1.082,0.183-1.827,0.548-2.235c0.384-0.606,1.308-0.91,2.774-0.91
+ C553.174,70.718,553.326,70.723,553.462,70.732z"/>
+ <path d="M554.807,77.982h5.178v2.505h-5.178V77.982z"/>
+ <path d="M563.982,81.304c0.057,0.47,0.178,0.804,0.363,1.002c0.33,0.353,0.938,0.529,1.827,0.529c0.522,0,0.937-0.078,1.245-0.232
+ c0.307-0.154,0.461-0.387,0.461-0.695c0-0.297-0.124-0.523-0.371-0.678c-0.248-0.154-1.17-0.421-2.767-0.798
+ c-1.149-0.284-1.959-0.64-2.429-1.067c-0.471-0.42-0.705-1.026-0.705-1.818c0-0.934,0.367-1.735,1.102-2.407
+ c0.734-0.671,1.768-1.007,3.101-1.007c1.265,0,2.295,0.253,3.091,0.757c0.797,0.504,1.254,1.374,1.372,2.611h-2.644
+ c-0.037-0.34-0.134-0.609-0.289-0.808c-0.291-0.358-0.787-0.537-1.488-0.537c-0.576,0-0.988,0.089-1.232,0.269
+ c-0.245,0.18-0.367,0.39-0.367,0.631c0,0.303,0.13,0.522,0.391,0.659c0.26,0.142,1.18,0.386,2.76,0.732
+ c1.054,0.247,1.844,0.621,2.369,1.123c0.52,0.507,0.779,1.141,0.779,1.901c0,1.002-0.373,1.82-1.12,2.454
+ s-1.901,0.951-3.463,0.951c-1.593,0-2.769-0.336-3.528-1.007c-0.759-0.671-1.139-1.526-1.139-2.565H563.982z"/>
+ <path d="M572.898,86.472l0.334,0.018c0.26,0.013,0.506,0.004,0.742-0.027c0.234-0.031,0.432-0.102,0.594-0.213
+ c0.154-0.105,0.298-0.325,0.432-0.659c0.133-0.334,0.189-0.538,0.171-0.612l-3.716-10.558h2.941l2.207,7.459l2.088-7.459h2.811
+ l-3.467,9.945c-0.67,1.917-1.199,3.106-1.59,3.567c-0.39,0.46-1.17,0.691-2.34,0.691c-0.235,0-0.424-0.002-0.566-0.005
+ c-0.143-0.004-0.356-0.015-0.641-0.032V86.472z"/>
+ <path d="M591.221,75c0.662,0.547,0.992,1.455,0.992,2.723v6.81h-2.709v-6.15c0-0.532-0.07-0.94-0.211-1.225
+ c-0.258-0.52-0.75-0.779-1.474-0.779c-0.891,0-1.501,0.38-1.833,1.141c-0.172,0.402-0.258,0.915-0.258,1.54v5.474h-2.645V74.438
+ h2.561v1.475c0.339-0.52,0.66-0.894,0.961-1.122c0.542-0.408,1.229-0.612,2.061-0.612C589.707,74.179,590.559,74.452,591.221,75z"
+ />
+ <path d="M593.633,76.396v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.157,0.775
+ c0.105,0.102,0.428,0.152,0.965,0.152c0.08,0,0.166-0.001,0.256-0.004s0.178-0.008,0.264-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.104-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H593.633z"/>
+ <path d="M605.004,78.382c0.492-0.062,0.844-0.14,1.057-0.232c0.38-0.161,0.57-0.411,0.57-0.752c0-0.414-0.146-0.7-0.438-0.857
+ c-0.292-0.158-0.72-0.236-1.283-0.236c-0.634,0-1.082,0.154-1.346,0.463c-0.188,0.229-0.313,0.539-0.376,0.928h-2.552
+ c0.057-0.884,0.305-1.61,0.746-2.18c0.701-0.891,1.906-1.336,3.615-1.336c1.111,0,2.1,0.22,2.963,0.658
+ c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.019,1.17c0.019,0.346,0.071,0.581,0.157,0.705
+ c0.087,0.123,0.217,0.226,0.391,0.306v0.39h-2.877c-0.08-0.204-0.136-0.396-0.166-0.575c-0.031-0.18-0.057-0.384-0.074-0.612
+ c-0.367,0.396-0.791,0.732-1.27,1.012c-0.572,0.327-1.219,0.491-1.941,0.491c-0.92,0-1.681-0.262-2.281-0.784
+ c-0.6-0.522-0.9-1.263-0.9-2.222c0-1.243,0.482-2.144,1.449-2.7c0.529-0.303,1.309-0.52,2.336-0.648L605.004,78.382z
+ M606.621,79.615c-0.17,0.105-0.34,0.19-0.513,0.255c-0.173,0.065-0.409,0.125-0.71,0.182l-0.602,0.111
+ c-0.564,0.099-0.97,0.219-1.216,0.361c-0.417,0.241-0.624,0.615-0.624,1.123c0,0.451,0.127,0.777,0.381,0.979
+ s0.564,0.301,0.928,0.301c0.578,0,1.11-0.166,1.598-0.5c0.486-0.334,0.738-0.943,0.758-1.828V79.615z"/>
+ <path d="M610.56,84.532l3.451-5.121l-3.303-4.973h3.237l1.689,2.929l1.65-2.929h3.146l-3.321,4.926l3.451,5.168h-3.294l-1.74-3.04
+ l-1.757,3.04H610.56z"/>
+ <path d="M621.335,77.982h5.177v2.505h-5.177V77.982z"/>
+ <path d="M633.463,74.411c0.643,0.266,1.16,0.754,1.557,1.465V74.42h2.578v9.593c0,1.305-0.219,2.288-0.658,2.95
+ c-0.755,1.138-2.202,1.707-4.342,1.707c-1.293,0-2.348-0.254-3.164-0.761s-1.268-1.265-1.354-2.273h2.875
+ c0.074,0.31,0.195,0.532,0.362,0.668c0.284,0.242,0.764,0.362,1.438,0.362c0.951,0,1.589-0.318,1.91-0.956
+ c0.211-0.408,0.316-1.094,0.316-2.059v-0.65c-0.254,0.434-0.526,0.758-0.816,0.975c-0.526,0.402-1.21,0.604-2.051,0.604
+ c-1.299,0-2.336-0.456-3.113-1.369c-0.775-0.912-1.164-2.147-1.164-3.706c0-1.503,0.374-2.766,1.121-3.79
+ c0.748-1.023,1.807-1.535,3.179-1.535C632.645,74.179,633.086,74.256,633.463,74.411z M634.363,81.661
+ C634.788,81.194,635,80.45,635,79.43c0-0.959-0.201-1.688-0.604-2.189s-0.944-0.751-1.622-0.751c-0.924,0-1.561,0.436-1.912,1.308
+ c-0.185,0.464-0.277,1.036-0.277,1.716c0,0.588,0.1,1.11,0.296,1.568c0.357,0.854,0.998,1.28,1.922,1.28
+ C633.418,82.361,633.938,82.128,634.363,81.661z"/>
+ <path d="M645.684,74.184c0.033,0.003,0.109,0.008,0.227,0.014v2.709c-0.166-0.019-0.314-0.031-0.445-0.037
+ c-0.129-0.006-0.234-0.009-0.314-0.009c-1.064,0-1.779,0.346-2.144,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663
+ V74.42h2.523v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.494-0.414,1.137-0.621,1.93-0.621
+ C645.607,74.179,645.649,74.181,645.684,74.184z"/>
+ <path d="M651.465,78.382c0.492-0.062,0.844-0.14,1.057-0.232c0.38-0.161,0.57-0.411,0.57-0.752c0-0.414-0.146-0.7-0.438-0.857
+ c-0.292-0.158-0.72-0.236-1.283-0.236c-0.634,0-1.082,0.154-1.346,0.463c-0.188,0.229-0.313,0.539-0.376,0.928h-2.552
+ c0.057-0.884,0.305-1.61,0.746-2.18c0.701-0.891,1.906-1.336,3.615-1.336c1.111,0,2.1,0.22,2.963,0.658
+ c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.019,1.17c0.019,0.346,0.071,0.581,0.157,0.705
+ c0.087,0.123,0.217,0.226,0.391,0.306v0.39h-2.877c-0.08-0.204-0.136-0.396-0.166-0.575c-0.031-0.18-0.057-0.384-0.074-0.612
+ c-0.367,0.396-0.791,0.732-1.27,1.012c-0.572,0.327-1.219,0.491-1.941,0.491c-0.92,0-1.681-0.262-2.281-0.784
+ c-0.6-0.522-0.9-1.263-0.9-2.222c0-1.243,0.482-2.144,1.449-2.7c0.529-0.303,1.309-0.52,2.336-0.648L651.465,78.382z
+ M653.082,79.615c-0.17,0.105-0.34,0.19-0.513,0.255c-0.173,0.065-0.409,0.125-0.71,0.182l-0.602,0.111
+ c-0.564,0.099-0.97,0.219-1.216,0.361c-0.417,0.241-0.624,0.615-0.624,1.123c0,0.451,0.127,0.777,0.381,0.979
+ s0.564,0.301,0.928,0.301c0.578,0,1.11-0.166,1.598-0.5c0.486-0.334,0.738-0.943,0.758-1.828V79.615z"/>
+ <path d="M670.645,74.457c0.432,0.173,0.825,0.477,1.178,0.909c0.284,0.353,0.477,0.785,0.575,1.299
+ c0.062,0.34,0.093,0.838,0.093,1.494l-0.019,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.235-0.47-0.668-0.705-1.299-0.705c-0.729,0-1.233,0.303-1.513,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.662
+ v-6.021c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.309-0.733c-0.755,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.213,0.692-0.213,1.243v6.086h-2.682V74.438h2.57v1.475c0.327-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.178-0.594,1.994-0.594c0.773,0,1.397,0.17,1.874,0.511c0.384,0.314,0.674,0.72,0.872,1.215
+ c0.346-0.594,0.775-1.029,1.289-1.309c0.545-0.277,1.15-0.417,1.818-0.417C669.771,74.197,670.211,74.284,670.645,74.457z"/>
+ <path d="M687.538,74.457c0.433,0.173,0.825,0.477,1.179,0.909c0.283,0.353,0.476,0.785,0.574,1.299
+ c0.062,0.34,0.094,0.838,0.094,1.494l-0.02,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.234-0.47-0.668-0.705-1.299-0.705c-0.729,0-1.233,0.303-1.512,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.663
+ v-6.021c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.308-0.733c-0.756,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.214,0.692-0.214,1.243v6.086h-2.681V74.438h2.569v1.475c0.327-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.179-0.594,1.995-0.594c0.772,0,1.396,0.17,1.873,0.511c0.384,0.314,0.674,0.72,0.873,1.215
+ c0.346-0.594,0.775-1.029,1.289-1.309c0.544-0.277,1.15-0.417,1.818-0.417C686.666,74.197,687.105,74.284,687.538,74.457z"/>
+ <path d="M695.82,78.382c0.492-0.062,0.844-0.14,1.056-0.232c0.38-0.161,0.57-0.411,0.57-0.752c0-0.414-0.146-0.7-0.438-0.857
+ c-0.292-0.158-0.72-0.236-1.283-0.236c-0.634,0-1.081,0.154-1.345,0.463c-0.188,0.229-0.314,0.539-0.377,0.928h-2.551
+ c0.056-0.884,0.305-1.61,0.746-2.18c0.701-0.891,1.906-1.336,3.615-1.336c1.111,0,2.099,0.22,2.963,0.658
+ c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.018,1.17c0.02,0.346,0.071,0.581,0.158,0.705
+ c0.086,0.123,0.217,0.226,0.39,0.306v0.39h-2.876c-0.08-0.204-0.137-0.396-0.167-0.575c-0.031-0.18-0.056-0.384-0.074-0.612
+ c-0.367,0.396-0.79,0.732-1.269,1.012c-0.572,0.327-1.22,0.491-1.941,0.491c-0.921,0-1.682-0.262-2.281-0.784
+ c-0.601-0.522-0.9-1.263-0.9-2.222c0-1.243,0.482-2.144,1.448-2.7c0.529-0.303,1.309-0.52,2.337-0.648L695.82,78.382z
+ M697.438,79.615c-0.17,0.105-0.341,0.19-0.514,0.255c-0.172,0.065-0.408,0.125-0.709,0.182l-0.603,0.111
+ c-0.563,0.099-0.97,0.219-1.216,0.361c-0.416,0.241-0.624,0.615-0.624,1.123c0,0.451,0.127,0.777,0.382,0.979
+ c0.254,0.201,0.563,0.301,0.928,0.301c0.578,0,1.109-0.166,1.597-0.5s0.739-0.943,0.759-1.828V79.615z"/>
+ <path d="M708,74.184c0.033,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037s-0.235-0.009-0.315-0.009
+ c-1.063,0-1.778,0.346-2.144,1.039c-0.203,0.389-0.306,0.989-0.306,1.799v4.834h-2.663V74.42h2.523v1.763
+ c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C707.924,74.179,707.965,74.181,708,74.184z"/>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_15_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_20_">
+ <use xlink:href="#SVGID_15_" style="overflow:visible;"/>
+ </clipPath>
+ <path class="st27" d="M384.808,288.217c14.969,14.37,14.969,37.667,0,52.037s-39.239,14.37-54.208,0
+ c-14.969-14.37-14.969-37.667,0-52.037C345.569,273.848,369.839,273.848,384.808,288.217z"/>
+ <path class="st28" d="M273.603,570.391c62.361,11.854,62.361,31.074,0,42.929c-62.362,11.854-163.47,11.854-225.832,0
+ c-62.361-11.854-62.361-31.074,0-42.929C110.133,558.536,211.241,558.536,273.603,570.391z"/>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_14_" x="1" y="561.5" width="319.374" height="60.711"/>
+ </defs>
+ <clipPath id="SVGID_21_">
+ <use xlink:href="#SVGID_14_" style="overflow:visible;"/>
+ </clipPath>
+ <g class="st38">
+ <path d="M56.775,588.574c0.508,0.217,0.925,0.548,1.251,0.994c0.277,0.378,0.446,0.766,0.508,1.165
+ c0.062,0.399,0.092,1.051,0.092,1.955v5.942h-2.7v-6.158c0-0.545-0.092-0.984-0.276-1.318c-0.239-0.471-0.694-0.706-1.363-0.706
+ c-0.694,0-1.22,0.233-1.58,0.701c-0.359,0.468-0.539,1.135-0.539,2.002v5.479h-2.644v-13.629h2.644v4.824
+ c0.382-0.587,0.824-0.997,1.326-1.229c0.501-0.232,1.03-0.348,1.584-0.348C55.702,588.25,56.267,588.358,56.775,588.574z"/>
+ <path d="M60.074,590.494v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H60.074z"/>
+ <path d="M66.401,590.494v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H66.401z"/>
+ <path d="M82.271,589.604c0.825,0.873,1.237,2.152,1.237,3.842c0,1.781-0.403,3.139-1.209,4.072c-0.806,0.934-1.844,1.4-3.114,1.4
+ c-0.809,0-1.481-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.859-0.974v5.27h-2.616v-14.093h2.533v1.493
+ c0.286-0.438,0.591-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677C80.44,588.296,81.447,588.732,82.271,589.604z
+ M80.242,591.506c-0.359-0.6-0.942-0.9-1.748-0.9c-0.969,0-1.634,0.455-1.997,1.364c-0.188,0.482-0.281,1.095-0.281,1.837
+ c0,1.175,0.315,2.001,0.946,2.477c0.375,0.279,0.819,0.418,1.331,0.418c0.744,0,1.311-0.284,1.702-0.854s0.586-1.326,0.586-2.273
+ C80.781,592.795,80.602,592.105,80.242,591.506z"/>
+ <path d="M86.292,588.908h2.811v2.773h-2.811V588.908z M86.292,595.857h2.811v2.773h-2.811V595.857z"/>
+ <path d="M94.727,584.539h2.2l-5.324,14.092h-2.181L94.727,584.539z"/>
+ <path d="M100.006,584.539h2.2l-5.324,14.092h-2.181L100.006,584.539z"/>
+ <path d="M110.762,589.604c0.825,0.873,1.237,2.152,1.237,3.842c0,1.781-0.403,3.139-1.209,4.072c-0.806,0.934-1.844,1.4-3.114,1.4
+ c-0.809,0-1.481-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.859-0.974v5.27h-2.616v-14.093h2.533v1.493
+ c0.286-0.438,0.591-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677C108.931,588.296,109.938,588.732,110.762,589.604z
+ M108.733,591.506c-0.359-0.6-0.942-0.9-1.748-0.9c-0.969,0-1.634,0.455-1.997,1.364c-0.188,0.482-0.281,1.095-0.281,1.837
+ c0,1.175,0.315,2.001,0.946,2.477c0.375,0.279,0.819,0.418,1.331,0.418c0.744,0,1.311-0.284,1.702-0.854s0.586-1.326,0.586-2.273
+ C109.272,592.795,109.092,592.105,108.733,591.506z"/>
+ <path d="M116.499,588.519v6.095c0,0.576,0.068,1.009,0.203,1.299c0.24,0.514,0.71,0.771,1.412,0.771
+ c0.898,0,1.514-0.365,1.847-1.095c0.172-0.396,0.258-0.918,0.258-1.568v-5.501h2.681v10.112h-2.57v-1.429
+ c-0.024,0.031-0.086,0.124-0.185,0.278s-0.216,0.291-0.352,0.408c-0.413,0.371-0.812,0.625-1.198,0.761
+ c-0.386,0.136-0.837,0.204-1.355,0.204c-1.493,0-2.498-0.538-3.016-1.614c-0.29-0.594-0.435-1.469-0.435-2.626v-6.095H116.499z"/>
+ <path d="M131.088,588.282c0.034,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663v-10.112h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C131.012,588.277,131.054,588.279,131.088,588.282
+ z"/>
+ <path d="M135.564,598.631h-2.644v-13.675h2.644V598.631z"/>
+ <path d="M138.097,595.857h2.811v2.773h-2.811V595.857z"/>
+ <path d="M151.855,597.394c-0.854,1.054-2.149,1.581-3.887,1.581c-1.738,0-3.034-0.527-3.887-1.581s-1.28-2.321-1.28-3.805
+ c0-1.459,0.427-2.723,1.28-3.791c0.854-1.069,2.149-1.604,3.887-1.604c1.738,0,3.034,0.535,3.887,1.604
+ c0.854,1.068,1.28,2.332,1.28,3.791C153.135,595.072,152.708,596.34,151.855,597.394z M149.74,595.933
+ c0.414-0.55,0.622-1.331,0.622-2.344s-0.208-1.793-0.622-2.339c-0.415-0.547-1.008-0.82-1.781-0.82
+ c-0.773,0-1.368,0.273-1.786,0.82c-0.417,0.546-0.626,1.326-0.626,2.339s0.209,1.794,0.626,2.344
+ c0.418,0.55,1.013,0.824,1.786,0.824C148.731,596.757,149.325,596.482,149.74,595.933z"/>
+ <path d="M160.646,588.282c0.034,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834H155v-10.112h2.523v1.763
+ c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C160.569,588.277,160.611,588.279,160.646,588.282z"/>
+ <path d="M167.424,588.51c0.643,0.266,1.161,0.754,1.557,1.465v-1.456h2.579v9.593c0,1.305-0.22,2.288-0.659,2.95
+ c-0.755,1.138-2.202,1.707-4.342,1.707c-1.293,0-2.347-0.254-3.164-0.761s-1.268-1.265-1.354-2.273h2.876
+ c0.074,0.31,0.195,0.532,0.362,0.668c0.284,0.242,0.764,0.362,1.438,0.362c0.952,0,1.589-0.318,1.911-0.956
+ c0.21-0.408,0.315-1.094,0.315-2.059v-0.65c-0.254,0.434-0.526,0.758-0.816,0.975c-0.526,0.402-1.209,0.604-2.05,0.604
+ c-1.299,0-2.336-0.456-3.113-1.369c-0.776-0.912-1.164-2.147-1.164-3.706c0-1.503,0.374-2.766,1.121-3.79
+ c0.748-1.023,1.807-1.535,3.178-1.535C166.606,588.277,167.047,588.354,167.424,588.51z M168.325,595.76
+ c0.425-0.467,0.638-1.211,0.638-2.231c0-0.959-0.202-1.688-0.605-2.189c-0.404-0.501-0.944-0.751-1.622-0.751
+ c-0.924,0-1.561,0.436-1.912,1.308c-0.185,0.464-0.277,1.036-0.277,1.716c0,0.588,0.099,1.11,0.295,1.568
+ c0.357,0.854,0.998,1.28,1.922,1.28C167.379,596.46,167.9,596.227,168.325,595.76z"/>
+ <path d="M177.054,584.539h2.2l-5.324,14.092h-2.181L177.054,584.539z"/>
+ <path d="M187.461,589.099c0.662,0.547,0.993,1.455,0.993,2.723v6.81h-2.709v-6.15c0-0.532-0.071-0.94-0.212-1.225
+ c-0.258-0.52-0.749-0.779-1.473-0.779c-0.891,0-1.501,0.38-1.833,1.141c-0.172,0.402-0.258,0.915-0.258,1.54v5.474h-2.644v-10.094
+ h2.561v1.475c0.338-0.52,0.659-0.894,0.961-1.122c0.542-0.408,1.229-0.612,2.06-0.612
+ C185.947,588.277,186.799,588.551,187.461,589.099z"/>
+ <path d="M197.502,588.724c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C196.004,588.25,196.797,588.407,197.502,588.724z M193.547,591.008
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C194.446,590.43,193.92,590.622,193.547,591.008z"/>
+ <path d="M200.44,590.494v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H200.44z"/>
+ <path d="M210.833,584.539h2.2l-5.324,14.092h-2.181L210.833,584.539z"/>
+ <path d="M218.448,588.681c0.476,0.27,0.863,0.642,1.16,1.118v-4.824h2.681v13.656h-2.57v-1.4c-0.377,0.6-0.807,1.035-1.29,1.308
+ s-1.083,0.408-1.8,0.408c-1.182,0-2.175-0.478-2.983-1.434c-0.807-0.955-1.21-2.182-1.21-3.679c0-1.725,0.397-3.083,1.192-4.072
+ c0.795-0.989,1.857-1.484,3.187-1.484C217.427,588.277,217.971,588.412,218.448,588.681z M219.097,595.885
+ c0.39-0.557,0.584-1.277,0.584-2.162c0-1.236-0.312-2.121-0.937-2.652c-0.384-0.322-0.829-0.482-1.336-0.482
+ c-0.773,0-1.34,0.292-1.703,0.876c-0.361,0.585-0.542,1.31-0.542,2.176c0,0.934,0.184,1.681,0.552,2.24
+ c0.368,0.561,0.926,0.84,1.674,0.84C218.138,596.72,218.708,596.441,219.097,595.885z"/>
+ <path d="M228.697,592.48c0.492-0.062,0.844-0.14,1.056-0.232c0.38-0.161,0.57-0.411,0.57-0.752c0-0.414-0.146-0.7-0.438-0.857
+ c-0.292-0.158-0.719-0.236-1.283-0.236c-0.633,0-1.082,0.154-1.345,0.463c-0.188,0.229-0.313,0.539-0.376,0.928h-2.551
+ c0.056-0.884,0.304-1.61,0.746-2.18c0.702-0.891,1.907-1.336,3.615-1.336c1.112,0,2.099,0.22,2.963,0.658
+ c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.019,1.17c0.019,0.346,0.071,0.581,0.158,0.705
+ c0.086,0.123,0.216,0.226,0.39,0.306v0.39h-2.876c-0.081-0.204-0.136-0.396-0.167-0.575c-0.031-0.18-0.056-0.384-0.074-0.612
+ c-0.367,0.396-0.79,0.732-1.269,1.012c-0.572,0.327-1.219,0.491-1.941,0.491c-0.921,0-1.681-0.262-2.282-0.784
+ c-0.6-0.522-0.9-1.263-0.9-2.222c0-1.243,0.483-2.144,1.449-2.7c0.529-0.303,1.309-0.52,2.336-0.648L228.697,592.48z
+ M230.313,593.714c-0.169,0.105-0.34,0.19-0.513,0.255c-0.172,0.065-0.409,0.125-0.71,0.182l-0.602,0.111
+ c-0.564,0.099-0.969,0.219-1.215,0.361c-0.417,0.241-0.625,0.615-0.625,1.123c0,0.451,0.127,0.777,0.381,0.979
+ s0.564,0.301,0.928,0.301c0.578,0,1.11-0.166,1.597-0.5s0.739-0.943,0.758-1.828V593.714z"/>
+ <path d="M234.108,600.57c0.148,0.012,0.253,0.02,0.315,0.022c0.062,0.003,0.117,0.005,0.167,0.005c0.26,0,0.456-0.063,0.589-0.19
+ c0.133-0.127,0.199-0.372,0.199-0.737v-11.105h2.644v11.152c0,1.02-0.201,1.774-0.603,2.264c-0.402,0.488-1.191,0.732-2.366,0.732
+ c-0.081,0-0.2-0.003-0.357-0.01c-0.158-0.006-0.354-0.012-0.589-0.018V600.57z M238.023,587.312h-2.644v-2.439h2.644V587.312z"/>
+ <path d="M248.97,597.394c-0.854,1.054-2.149,1.581-3.887,1.581c-1.738,0-3.034-0.527-3.887-1.581s-1.28-2.321-1.28-3.805
+ c0-1.459,0.427-2.723,1.28-3.791c0.854-1.069,2.149-1.604,3.887-1.604c1.738,0,3.034,0.535,3.887,1.604
+ c0.854,1.068,1.28,2.332,1.28,3.791C250.25,595.072,249.824,596.34,248.97,597.394z M246.855,595.933
+ c0.414-0.55,0.622-1.331,0.622-2.344s-0.208-1.793-0.622-2.339c-0.415-0.547-1.008-0.82-1.781-0.82
+ c-0.773,0-1.368,0.273-1.786,0.82c-0.417,0.546-0.626,1.326-0.626,2.339s0.209,1.794,0.626,2.344
+ c0.418,0.55,1.013,0.824,1.786,0.824C245.847,596.757,246.44,596.482,246.855,595.933z"/>
+ <path d="M260.777,589.734c0.756,0.958,1.135,2.195,1.135,3.711c0,1.57-0.373,2.872-1.119,3.905s-1.787,1.55-3.124,1.55
+ c-0.839,0-1.514-0.168-2.023-0.502c-0.305-0.197-0.634-0.544-0.988-1.039v1.271h-2.607v-13.656h2.644v4.861
+ c0.336-0.47,0.707-0.829,1.111-1.076c0.479-0.31,1.089-0.464,1.83-0.464C258.974,588.296,260.021,588.775,260.777,589.734z
+ M258.567,595.895c0.38-0.551,0.571-1.274,0.571-2.172c0-0.717-0.094-1.311-0.281-1.781c-0.355-0.891-1.01-1.336-1.964-1.336
+ c-0.966,0-1.631,0.437-1.992,1.309c-0.188,0.464-0.281,1.063-0.281,1.8c0,0.866,0.193,1.583,0.58,2.152s0.976,0.854,1.768,0.854
+ C257.654,596.72,258.187,596.444,258.567,595.895z"/>
+ <path d="M270.338,588.724c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C268.84,588.25,269.633,588.407,270.338,588.724z M266.383,591.008
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C267.283,590.43,266.757,590.622,266.383,591.008z"/>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_13_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_22_">
+ <use xlink:href="#SVGID_13_" style="overflow:visible;"/>
+ </clipPath>
+ <rect x="682" y="290" class="st54" width="198" height="61"/>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_12_" x="681.006" y="290.321" width="199.352" height="60.71"/>
+ </defs>
+ <clipPath id="SVGID_23_">
+ <use xlink:href="#SVGID_12_" style="overflow:visible;"/>
+ </clipPath>
+ <g class="st39">
+ <path class="st53" d="M699.205,314.629c0.504,0.217,0.93,0.535,1.279,0.955c0.29,0.347,0.52,0.73,0.688,1.15
+ c0.17,0.421,0.254,0.9,0.254,1.438c0,0.649-0.164,1.288-0.492,1.916s-0.869,1.071-1.623,1.331
+ c0.631,0.254,1.078,0.614,1.341,1.081s0.394,1.18,0.394,2.138v0.919c0,0.625,0.025,1.048,0.076,1.271
+ c0.075,0.354,0.251,0.613,0.527,0.779v0.344h-3.154c-0.087-0.303-0.148-0.547-0.186-0.732c-0.074-0.384-0.115-0.776-0.121-1.179
+ l-0.018-1.271c-0.012-0.873-0.163-1.454-0.453-1.744c-0.289-0.291-0.832-0.437-1.627-0.437h-2.791v5.362h-2.793v-13.675h6.541
+ C697.982,314.295,698.701,314.412,699.205,314.629z M693.299,316.651v3.674h3.075c0.61,0,1.069-0.074,1.374-0.223
+ c0.541-0.26,0.811-0.773,0.811-1.54c0-0.829-0.262-1.386-0.783-1.67c-0.295-0.161-0.734-0.241-1.322-0.241H693.299z"/>
+ <path class="st53" d="M712.176,314.573c0.959,0.315,1.736,0.894,2.33,1.735c0.477,0.68,0.801,1.416,0.975,2.207
+ c0.174,0.792,0.26,1.547,0.26,2.264c0,1.818-0.365,3.359-1.096,4.621c-0.99,1.7-2.519,2.551-4.586,2.551h-5.896v-13.675h5.896
+ C710.906,314.289,711.611,314.388,712.176,314.573z M706.937,316.651v8.925h2.64c1.35,0,2.291-0.665,2.824-1.994
+ c0.291-0.73,0.437-1.6,0.437-2.607c0-1.392-0.218-2.46-0.655-3.205c-0.437-0.745-1.305-1.118-2.605-1.118H706.937z"/>
+ <path class="st53" d="M717.884,314.295h9.751v2.402h-6.912v3.146h6.059v2.375h-6.059v5.733h-2.839V314.295z"/>
+ <path class="st53" d="M734.639,318.674v-1.8c0.833-0.037,1.416-0.093,1.749-0.167c0.53-0.117,0.962-0.353,1.296-0.705
+ c0.229-0.241,0.4-0.562,0.518-0.965c0.068-0.241,0.102-0.421,0.102-0.538h2.209v13.452h-2.709v-9.277H734.639z"/>
+ <path class="st53" d="M745.076,325.178h2.811v2.773h-2.811V325.178z"/>
+ <path class="st53" d="M750.484,318.674v-1.8c0.833-0.037,1.416-0.093,1.749-0.167c0.53-0.117,0.962-0.353,1.296-0.705
+ c0.229-0.241,0.4-0.562,0.518-0.965c0.068-0.241,0.102-0.421,0.102-0.538h2.209v13.452h-2.709v-9.277H750.484z"/>
+ <path class="st53" d="M768.645,327.951h-3.321l4.397-6.967l-4.184-6.708h3.414l2.438,4.453l2.506-4.453h3.303l-4.184,6.597
+ l4.443,7.078h-3.47l-2.598-4.663L768.645,327.951z"/>
+ <path class="st53" d="M788.204,314.276h4.112v13.675h-2.663v-9.25c0-0.266,0.003-0.638,0.009-1.117s0.01-0.85,0.01-1.109
+ l-2.592,11.477h-2.777l-2.572-11.477c0,0.26,0.003,0.63,0.01,1.109c0.006,0.479,0.009,0.852,0.009,1.117v9.25h-2.663v-13.675
+ h4.158l2.489,10.753L788.204,314.276z"/>
+ <path class="st53" d="M794.96,314.276h2.857v11.216h6.828v2.459h-9.686V314.276z"/>
+ <path class="st53" d="M813.581,323.73c0.089,0.624,0.263,1.091,0.521,1.4c0.475,0.562,1.285,0.844,2.436,0.844
+ c0.688,0,1.246-0.074,1.676-0.223c0.814-0.284,1.223-0.812,1.223-1.586c0-0.451-0.2-0.801-0.6-1.049
+ c-0.398-0.24-1.031-0.454-1.898-0.64l-1.48-0.325c-1.455-0.321-2.455-0.671-2.998-1.048c-0.922-0.631-1.383-1.617-1.383-2.96
+ c0-1.225,0.451-2.241,1.353-3.052s2.226-1.216,3.973-1.216c1.458,0,2.703,0.383,3.733,1.146c1.029,0.764,1.569,1.872,1.619,3.326
+ h-2.746c-0.051-0.823-0.418-1.407-1.104-1.754c-0.456-0.229-1.023-0.344-1.701-0.344c-0.756,0-1.357,0.148-1.808,0.445
+ s-0.675,0.712-0.675,1.244c0,0.488,0.222,0.854,0.666,1.094c0.285,0.161,0.891,0.35,1.816,0.566l2.399,0.566
+ c1.052,0.247,1.841,0.578,2.365,0.992c0.815,0.644,1.223,1.574,1.223,2.793c0,1.249-0.483,2.286-1.448,3.112
+ c-0.967,0.825-2.331,1.238-4.094,1.238c-1.801,0-3.217-0.406-4.248-1.22s-1.547-1.932-1.547-3.354H813.581z"/>
+ <path class="st53" d="M824.38,329.891l0.334,0.018c0.26,0.013,0.507,0.004,0.742-0.027s0.433-0.102,0.594-0.213
+ c0.154-0.105,0.298-0.325,0.432-0.659c0.133-0.334,0.19-0.538,0.171-0.612l-3.715-10.558h2.94l2.208,7.459l2.088-7.459h2.811
+ l-3.467,9.945c-0.67,1.917-1.199,3.106-1.59,3.567c-0.391,0.46-1.17,0.691-2.34,0.691c-0.236,0-0.425-0.002-0.567-0.005
+ c-0.142-0.004-0.356-0.015-0.641-0.032V329.891z"/>
+ <path class="st53" d="M842.703,318.419c0.662,0.547,0.992,1.455,0.992,2.723v6.81h-2.709v-6.15c0-0.532-0.07-0.94-0.211-1.225
+ c-0.258-0.52-0.75-0.779-1.474-0.779c-0.891,0-1.501,0.38-1.833,1.141c-0.172,0.402-0.258,0.915-0.258,1.54v5.474h-2.645v-10.094
+ h2.561v1.475c0.339-0.52,0.66-0.894,0.961-1.122c0.542-0.408,1.229-0.612,2.061-0.612
+ C841.189,317.598,842.041,317.871,842.703,318.419z"/>
+ <path class="st53" d="M845.115,319.814v-1.883h1.41v-2.82h2.615v2.82h1.643v1.883h-1.643v5.344c0,0.415,0.053,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.104-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H845.115z"/>
+ <path class="st53" d="M856.486,321.801c0.492-0.062,0.844-0.14,1.056-0.232c0.38-0.161,0.57-0.411,0.57-0.752
+ c0-0.414-0.146-0.7-0.438-0.857c-0.292-0.158-0.72-0.236-1.283-0.236c-0.634,0-1.081,0.154-1.345,0.463
+ c-0.188,0.229-0.314,0.539-0.377,0.928h-2.551c0.056-0.884,0.305-1.61,0.746-2.18c0.701-0.891,1.906-1.336,3.615-1.336
+ c1.111,0,2.099,0.22,2.963,0.658c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.018,1.17
+ c0.02,0.346,0.071,0.581,0.158,0.705c0.086,0.123,0.217,0.226,0.39,0.306v0.39h-2.876c-0.08-0.204-0.137-0.396-0.167-0.575
+ c-0.031-0.18-0.056-0.384-0.074-0.612c-0.367,0.396-0.79,0.732-1.269,1.012c-0.572,0.327-1.22,0.491-1.941,0.491
+ c-0.921,0-1.682-0.262-2.281-0.784c-0.601-0.522-0.9-1.263-0.9-2.222c0-1.243,0.482-2.144,1.448-2.7
+ c0.529-0.303,1.309-0.52,2.337-0.648L856.486,321.801z M858.104,323.034c-0.17,0.105-0.341,0.19-0.514,0.255
+ c-0.172,0.065-0.408,0.125-0.709,0.182l-0.603,0.111c-0.563,0.099-0.97,0.219-1.216,0.361c-0.416,0.241-0.624,0.615-0.624,1.123
+ c0,0.451,0.127,0.777,0.382,0.979c0.254,0.201,0.563,0.301,0.928,0.301c0.578,0,1.109-0.166,1.597-0.5s0.739-0.943,0.759-1.828
+ V323.034z"/>
+ <path class="st53" d="M862.042,327.951l3.451-5.121l-3.303-4.973h3.237l1.689,2.929l1.65-2.929h3.146l-3.321,4.926l3.451,5.168
+ h-3.294l-1.74-3.04l-1.757,3.04H862.042z"/>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_11_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_24_">
+ <use xlink:href="#SVGID_11_" style="overflow:visible;"/>
+ </clipPath>
+ <rect x="548" y="562" class="st3" width="198" height="60"/>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_10_" x="547.135" y="561.5" width="199.352" height="60.711"/>
+ </defs>
+ <clipPath id="SVGID_25_">
+ <use xlink:href="#SVGID_10_" style="overflow:visible;"/>
+ </clipPath>
+ <g class="st40">
+ <path class="st53" d="M596.599,585.753c0.96,0.315,1.736,0.894,2.331,1.735c0.477,0.68,0.801,1.416,0.975,2.207
+ c0.173,0.792,0.26,1.547,0.26,2.264c0,1.818-0.365,3.359-1.096,4.621c-0.99,1.7-2.52,2.551-4.586,2.551h-5.896v-13.675h5.896
+ C595.33,585.469,596.035,585.567,596.599,585.753z M591.359,587.831v8.925h2.64c1.351,0,2.292-0.665,2.825-1.994
+ c0.291-0.73,0.436-1.6,0.436-2.607c0-1.392-0.218-2.46-0.654-3.205c-0.438-0.745-1.306-1.118-2.606-1.118H591.359z"/>
+ <path class="st53" d="M606.1,592.98c0.492-0.062,0.844-0.14,1.055-0.232c0.381-0.161,0.57-0.411,0.57-0.752
+ c0-0.414-0.146-0.7-0.438-0.857c-0.291-0.158-0.719-0.236-1.283-0.236c-0.633,0-1.081,0.154-1.345,0.463
+ c-0.188,0.229-0.313,0.539-0.376,0.928h-2.551c0.055-0.884,0.304-1.61,0.745-2.18c0.702-0.891,1.907-1.336,3.615-1.336
+ c1.112,0,2.099,0.22,2.963,0.658c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.019,1.17
+ c0.019,0.346,0.07,0.581,0.158,0.705c0.086,0.123,0.216,0.226,0.389,0.306v0.39h-2.875c-0.081-0.204-0.137-0.396-0.168-0.575
+ s-0.055-0.384-0.074-0.612c-0.367,0.396-0.789,0.732-1.269,1.012c-0.572,0.327-1.22,0.491-1.94,0.491
+ c-0.922,0-1.682-0.262-2.282-0.784s-0.9-1.263-0.9-2.222c0-1.243,0.483-2.144,1.448-2.7c0.529-0.303,1.309-0.52,2.337-0.648
+ L606.1,592.98z M607.716,594.214c-0.169,0.105-0.341,0.19-0.513,0.255c-0.172,0.065-0.409,0.125-0.71,0.182l-0.603,0.111
+ c-0.563,0.099-0.969,0.219-1.215,0.361c-0.416,0.241-0.625,0.615-0.625,1.123c0,0.451,0.127,0.777,0.382,0.979
+ s0.563,0.301,0.929,0.301c0.577,0,1.109-0.166,1.596-0.5c0.487-0.334,0.74-0.943,0.759-1.828V594.214z"/>
+ <path class="st53" d="M618.891,589.019h2.839l-3.651,10.112h-2.789l-3.626-10.112h2.969l2.106,7.459L618.891,589.019z"/>
+ <path class="st53" d="M629.816,589.224c0.706,0.315,1.289,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.101,1.134,0.087,2.007h-7.365c0.041,1.015,0.395,1.727,1.059,2.135c0.403,0.253,0.889,0.38,1.457,0.38
+ c0.603,0,1.092-0.154,1.469-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.397,1.209-0.979,1.827
+ c-0.906,0.983-2.175,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.465-3.096,1.393-4.03c0.93-0.935,2.135-1.401,3.617-1.401C628.318,588.75,629.111,588.907,629.816,589.224z
+ M625.861,591.508c-0.373,0.385-0.607,0.906-0.704,1.564h4.556c-0.049-0.701-0.283-1.234-0.705-1.598s-0.943-0.545-1.568-0.545
+ C626.762,590.93,626.235,591.122,625.861,591.508z"/>
+ <path class="st53" d="M649.486,586.912c0.418,0.582,0.627,1.277,0.627,2.088c0,0.835-0.211,1.506-0.633,2.014
+ c-0.236,0.284-0.584,0.544-1.043,0.779c0.697,0.253,1.225,0.655,1.579,1.205c0.354,0.551,0.532,1.219,0.532,2.004
+ c0,0.811-0.203,1.537-0.608,2.181c-0.259,0.427-0.581,0.785-0.968,1.076c-0.438,0.334-0.952,0.562-1.546,0.687
+ c-0.593,0.124-1.237,0.186-1.933,0.186h-6.161v-13.675h6.608C647.609,585.48,648.791,585.967,649.486,586.912z M642.061,587.831
+ v3.015h3.324c0.594,0,1.075-0.112,1.445-0.338c0.371-0.226,0.556-0.627,0.556-1.201c0-0.638-0.245-1.059-0.734-1.262
+ c-0.423-0.143-0.962-0.214-1.616-0.214H642.061z M642.061,593.109v3.646h3.32c0.593,0,1.055-0.08,1.385-0.241
+ c0.599-0.297,0.898-0.866,0.898-1.707c0-0.711-0.291-1.2-0.871-1.466c-0.324-0.148-0.779-0.226-1.367-0.232H642.061z"/>
+ <path class="st53" d="M659.384,589.224c0.706,0.315,1.288,0.814,1.747,1.496c0.414,0.601,0.684,1.297,0.807,2.09
+ c0.07,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.457,0.38
+ c0.604,0,1.092-0.154,1.469-0.464c0.205-0.167,0.387-0.398,0.545-0.695h2.699c-0.072,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.028-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.465-3.096,1.394-4.03s2.134-1.401,3.616-1.401C657.886,588.75,658.679,588.907,659.384,589.224z M655.429,591.508
+ c-0.374,0.385-0.608,0.906-0.704,1.564h4.555c-0.049-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.943-0.545-1.567-0.545
+ C656.328,590.93,655.803,591.122,655.429,591.508z"/>
+ <path class="st53" d="M669.41,592.646c-0.05-0.378-0.177-0.718-0.381-1.021c-0.299-0.408-0.76-0.611-1.387-0.611
+ c-0.893,0-1.503,0.441-1.832,1.326c-0.173,0.469-0.26,1.092-0.26,1.869c0,0.74,0.087,1.336,0.26,1.786
+ c0.316,0.841,0.912,1.262,1.786,1.262c0.62,0,1.06-0.167,1.321-0.501c0.26-0.334,0.418-0.767,0.474-1.299h2.7
+ c-0.062,0.804-0.354,1.564-0.873,2.282c-0.83,1.156-2.059,1.735-3.688,1.735c-1.628,0-2.826-0.482-3.594-1.447
+ s-1.151-2.217-1.151-3.754c0-1.734,0.424-3.084,1.272-4.049c0.848-0.965,2.018-1.447,3.51-1.447c1.27,0,2.309,0.284,3.116,0.854
+ s1.286,1.574,1.435,3.016H669.41z"/>
+ <path class="st53" d="M673.9,585.502h2.598v7.377l3.335-3.814h3.288l-3.625,3.768l3.766,6.299h-3.219l-2.449-4.32l-1.096,1.139
+ v3.182H673.9V585.502z"/>
+ <path class="st53" d="M691.084,589.224c0.706,0.315,1.289,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.101,1.134,0.087,2.007h-7.365c0.041,1.015,0.395,1.727,1.059,2.135c0.403,0.253,0.889,0.38,1.457,0.38
+ c0.603,0,1.092-0.154,1.469-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.397,1.209-0.979,1.827
+ c-0.906,0.983-2.175,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.465-3.096,1.393-4.03c0.93-0.935,2.135-1.401,3.617-1.401C689.586,588.75,690.379,588.907,691.084,589.224z
+ M687.129,591.508c-0.373,0.385-0.607,0.906-0.704,1.564h4.556c-0.049-0.701-0.283-1.234-0.705-1.598s-0.943-0.545-1.568-0.545
+ C688.029,590.93,687.503,591.122,687.129,591.508z"/>
+ <path class="st53" d="M694.023,590.994v-1.883h1.41v-2.82h2.615v2.82h1.643v1.883h-1.643v5.344c0,0.415,0.053,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.104-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H694.023z"/>
+ <path class="st53" d="M700.35,590.994v-1.883h1.41v-2.82h2.617v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.157,0.775
+ c0.104,0.102,0.427,0.152,0.965,0.152c0.08,0,0.165-0.001,0.255-0.004s0.178-0.008,0.265-0.014v1.976l-1.253,0.046
+ c-1.249,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H700.35z"/>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_9_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_26_">
+ <use xlink:href="#SVGID_9_" style="overflow:visible;"/>
+ </clipPath>
+ <path class="st25" d="M161.5,550v-1.676c8.965-105.079,62.728-178.659,160.467-220.738"/>
+ <polygon class="st16" points="155.015,548.062 160.717,561.674 168.186,548.945 "/>
+ <path class="st31" d="M636.5,550v-0.955c-28.81-73.552-110.806-146.021-245.006-217.412"/>
+ <polygon class="st17" points="629.775,550.771 640.375,561.04 642.23,546.398 "/>
+ <rect x="484" y="420" class="st34" width="365" height="31"/>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_8_" x="483.432" y="419.222" width="366.648" height="32.5"/>
+ </defs>
+ <clipPath id="SVGID_27_">
+ <use xlink:href="#SVGID_8_" style="overflow:visible;"/>
+ </clipPath>
+ <g class="st41">
+ <path class="st4" d="M497.184,432.545c0.508,0.217,0.925,0.548,1.251,0.994c0.277,0.378,0.446,0.766,0.508,1.165
+ c0.062,0.399,0.092,1.051,0.092,1.955v5.942h-2.7v-6.158c0-0.545-0.092-0.984-0.276-1.318c-0.239-0.471-0.694-0.706-1.363-0.706
+ c-0.694,0-1.22,0.233-1.58,0.701c-0.359,0.468-0.539,1.135-0.539,2.002v5.479h-2.644v-13.629h2.644v4.824
+ c0.382-0.587,0.824-0.997,1.326-1.229c0.501-0.232,1.03-0.348,1.584-0.348C496.11,432.221,496.675,432.329,497.184,432.545z"/>
+ <path class="st4" d="M500.483,434.465v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H500.483z"/>
+ <path class="st4" d="M506.81,434.465v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H506.81z"/>
+ <path class="st4" d="M522.68,433.574c0.825,0.873,1.238,2.152,1.238,3.842c0,1.781-0.404,3.139-1.21,4.072s-1.844,1.4-3.114,1.4
+ c-0.809,0-1.48-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.858-0.974v5.27h-2.617v-14.093h2.533v1.493
+ c0.286-0.438,0.592-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677C520.849,432.267,521.855,432.703,522.68,433.574z
+ M520.65,435.477c-0.359-0.6-0.941-0.9-1.747-0.9c-0.969,0-1.634,0.455-1.997,1.364c-0.188,0.482-0.281,1.095-0.281,1.837
+ c0,1.175,0.316,2.001,0.946,2.477c0.375,0.279,0.819,0.418,1.331,0.418c0.744,0,1.311-0.284,1.701-0.854s0.586-1.326,0.586-2.273
+ C521.189,436.766,521.01,436.076,520.65,435.477z"/>
+ <path class="st4" d="M526.701,432.879h2.811v2.773h-2.811V432.879z M526.701,439.828h2.811v2.773h-2.811V439.828z"/>
+ <path class="st4" d="M535.136,428.51h2.2l-5.324,14.092h-2.18L535.136,428.51z"/>
+ <path class="st4" d="M540.414,428.51h2.201l-5.324,14.092h-2.181L540.414,428.51z"/>
+ <path class="st4" d="M547.436,432.489h2.682l1.539,7.282l1.578-7.282h2.755l-2.932,10.112h-2.718l-1.587-7.366l-1.604,7.366
+ h-2.746l-2.84-10.112h2.84l1.576,7.255L547.436,432.489z"/>
+ <path class="st4" d="M562.215,432.489h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.587-7.366l-1.604,7.366h-2.746
+ l-2.839-10.112h2.839l1.577,7.255L562.215,432.489z"/>
+ <path class="st4" d="M576.993,432.489h2.681l1.541,7.282l1.576-7.282h2.756l-2.932,10.112h-2.719l-1.586-7.366l-1.605,7.366
+ h-2.746l-2.838-10.112h2.838l1.578,7.255L576.993,432.489z"/>
+ <path class="st4" d="M586.273,439.828h2.811v2.773h-2.811V439.828z"/>
+ <path class="st4" d="M598.188,432.694c0.705,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.682,1.297,0.805,2.09
+ c0.072,0.465,0.101,1.134,0.088,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.403,0.253,0.89,0.38,1.458,0.38
+ c0.602,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.07,0.6-0.397,1.209-0.979,1.827
+ c-0.906,0.983-2.175,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.135-1.401,3.616-1.401C596.689,432.221,597.482,432.378,598.188,432.694z M594.232,434.979
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.556c-0.048-0.701-0.282-1.234-0.704-1.598s-0.944-0.545-1.568-0.545
+ C595.132,434.4,594.605,434.593,594.232,434.979z"/>
+ <path class="st4" d="M601.158,442.602l3.451-5.121l-3.303-4.973h3.238l1.689,2.929l1.65-2.929h3.145l-3.32,4.926l3.451,5.168
+ h-3.295l-1.74-3.04l-1.756,3.04H601.158z"/>
+ <path class="st4" d="M616.737,436.451c0.492-0.062,0.844-0.14,1.056-0.232c0.381-0.161,0.57-0.411,0.57-0.752
+ c0-0.414-0.146-0.7-0.438-0.857c-0.291-0.158-0.719-0.236-1.283-0.236c-0.633,0-1.082,0.154-1.346,0.463
+ c-0.188,0.229-0.312,0.539-0.375,0.928h-2.552c0.056-0.884,0.304-1.61,0.745-2.18c0.702-0.891,1.907-1.336,3.615-1.336
+ c1.112,0,2.1,0.22,2.963,0.658c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.02,1.17
+ c0.018,0.346,0.07,0.581,0.157,0.705c0.087,0.123,0.216,0.226,0.39,0.306v0.39h-2.876c-0.081-0.204-0.136-0.396-0.167-0.575
+ s-0.056-0.384-0.074-0.612c-0.367,0.396-0.79,0.732-1.27,1.012c-0.572,0.327-1.219,0.491-1.94,0.491
+ c-0.921,0-1.681-0.262-2.282-0.784c-0.6-0.522-0.9-1.263-0.9-2.222c0-1.243,0.483-2.144,1.449-2.7
+ c0.529-0.303,1.309-0.52,2.336-0.648L616.737,436.451z M618.354,437.685c-0.169,0.105-0.34,0.19-0.512,0.255
+ c-0.173,0.065-0.41,0.125-0.711,0.182l-0.602,0.111c-0.564,0.099-0.969,0.219-1.215,0.361c-0.417,0.241-0.625,0.615-0.625,1.123
+ c0,0.451,0.127,0.777,0.381,0.979c0.255,0.201,0.564,0.301,0.929,0.301c0.577,0,1.11-0.166,1.597-0.5s0.739-0.943,0.758-1.828
+ V437.685z"/>
+ <path class="st4" d="M635.916,432.526c0.433,0.173,0.826,0.477,1.178,0.909c0.285,0.353,0.477,0.785,0.576,1.299
+ c0.061,0.34,0.092,0.838,0.092,1.494l-0.018,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.236-0.47-0.668-0.705-1.299-0.705c-0.73,0-1.234,0.303-1.513,0.909c-0.143,0.321-0.214,0.708-0.214,1.159v6.021h-2.662v-6.021
+ c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.658-0.733-1.309-0.733c-0.754,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.213,0.692-0.213,1.243v6.086h-2.682v-10.094h2.57v1.475c0.328-0.525,0.637-0.899,0.928-1.122
+ c0.514-0.396,1.178-0.594,1.994-0.594c0.773,0,1.398,0.17,1.875,0.511c0.383,0.314,0.674,0.72,0.871,1.215
+ c0.347-0.594,0.776-1.029,1.29-1.309c0.544-0.277,1.15-0.417,1.818-0.417C635.044,432.267,635.482,432.354,635.916,432.526z"/>
+ <path class="st4" d="M648.697,433.574c0.824,0.873,1.236,2.152,1.236,3.842c0,1.781-0.402,3.139-1.209,4.072
+ c-0.806,0.934-1.844,1.4-3.113,1.4c-0.81,0-1.482-0.2-2.018-0.603c-0.293-0.223-0.578-0.548-0.859-0.974v5.27h-2.615v-14.093
+ h2.532v1.493c0.286-0.438,0.591-0.785,0.915-1.039c0.592-0.451,1.295-0.677,2.109-0.677
+ C646.865,432.267,647.872,432.703,648.697,433.574z M646.668,435.477c-0.359-0.6-0.942-0.9-1.748-0.9
+ c-0.969,0-1.635,0.455-1.996,1.364c-0.188,0.482-0.281,1.095-0.281,1.837c0,1.175,0.314,2.001,0.945,2.477
+ c0.375,0.279,0.818,0.418,1.331,0.418c0.743,0,1.312-0.284,1.702-0.854s0.586-1.326,0.586-2.273
+ C647.207,436.766,647.027,436.076,646.668,435.477z"/>
+ <path class="st4" d="M654.498,442.602h-2.644v-13.675h2.644V442.602z"/>
+ <path class="st4" d="M663.667,432.694c0.706,0.315,1.288,0.814,1.747,1.496c0.414,0.601,0.684,1.297,0.807,2.09
+ c0.07,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.457,0.38
+ c0.604,0,1.092-0.154,1.469-0.464c0.205-0.167,0.387-0.398,0.545-0.695h2.699c-0.072,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.028-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.465-3.096,1.394-4.03s2.134-1.401,3.616-1.401C662.169,432.221,662.962,432.378,663.667,432.694z M659.712,434.979
+ c-0.374,0.385-0.608,0.906-0.704,1.564h4.555c-0.049-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.943-0.545-1.567-0.545
+ C660.611,434.4,660.086,434.593,659.712,434.979z"/>
+ <path class="st4" d="M667.598,439.828h2.812v2.773h-2.812V439.828z"/>
+ <path class="st4" d="M681.356,441.364c-0.854,1.054-2.149,1.581-3.888,1.581s-3.033-0.527-3.887-1.581s-1.28-2.321-1.28-3.805
+ c0-1.459,0.427-2.723,1.28-3.791c0.854-1.069,2.148-1.604,3.887-1.604s3.034,0.535,3.888,1.604c0.854,1.068,1.28,2.332,1.28,3.791
+ C682.637,439.043,682.21,440.311,681.356,441.364z M679.241,439.903c0.414-0.55,0.622-1.331,0.622-2.344s-0.208-1.793-0.622-2.339
+ c-0.415-0.547-1.009-0.82-1.781-0.82c-0.773,0-1.368,0.273-1.786,0.82c-0.417,0.546-0.626,1.326-0.626,2.339
+ s0.209,1.794,0.626,2.344c0.418,0.55,1.013,0.824,1.786,0.824C678.232,440.728,678.826,440.453,679.241,439.903z"/>
+ <path class="st4" d="M690.146,432.253c0.034,0.003,0.109,0.008,0.228,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.205,0.389-0.307,0.989-0.307,1.799v4.834h-2.662v-10.112h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.066-1.383c0.494-0.414,1.138-0.621,1.93-0.621C690.07,432.248,690.113,432.25,690.146,432.253z"
+ />
+ <path class="st4" d="M696.926,432.48c0.643,0.266,1.161,0.754,1.557,1.465v-1.456h2.579v9.593c0,1.305-0.22,2.288-0.659,2.95
+ c-0.754,1.138-2.201,1.707-4.342,1.707c-1.293,0-2.347-0.254-3.163-0.761s-1.269-1.265-1.354-2.273h2.876
+ c0.074,0.31,0.194,0.532,0.362,0.668c0.283,0.242,0.764,0.362,1.438,0.362c0.952,0,1.59-0.318,1.911-0.956
+ c0.21-0.408,0.315-1.094,0.315-2.059v-0.65c-0.254,0.434-0.525,0.758-0.816,0.975c-0.525,0.402-1.209,0.604-2.051,0.604
+ c-1.299,0-2.336-0.456-3.112-1.369c-0.776-0.912-1.164-2.147-1.164-3.706c0-1.503,0.374-2.766,1.121-3.79
+ c0.747-1.023,1.807-1.535,3.179-1.535C696.107,432.248,696.549,432.325,696.926,432.48z M697.826,439.73
+ c0.426-0.467,0.638-1.211,0.638-2.231c0-0.959-0.202-1.688-0.604-2.189c-0.404-0.501-0.944-0.751-1.622-0.751
+ c-0.924,0-1.562,0.436-1.912,1.308c-0.185,0.464-0.277,1.036-0.277,1.716c0,0.588,0.099,1.11,0.296,1.568
+ c0.357,0.854,0.998,1.28,1.922,1.28C696.881,440.431,697.401,440.197,697.826,439.73z"/>
+ <path class="st4" d="M706.556,428.51h2.2l-5.324,14.092h-2.18L706.556,428.51z"/>
+ <path class="st4" d="M707.77,434.465v-1.883h1.41v-2.82h2.615v2.82h1.643v1.883h-1.643v5.344c0,0.415,0.053,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.104-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H707.77z"/>
+ <path class="st4" d="M721.725,432.694c0.705,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.682,1.297,0.805,2.09
+ c0.072,0.465,0.101,1.134,0.088,2.007H717c0.041,1.015,0.394,1.727,1.058,2.135c0.403,0.253,0.89,0.38,1.458,0.38
+ c0.602,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.07,0.6-0.397,1.209-0.979,1.827
+ c-0.906,0.983-2.175,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.135-1.401,3.616-1.401C720.227,432.221,721.02,432.378,721.725,432.694z M717.77,434.979
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.556c-0.048-0.701-0.282-1.234-0.704-1.598s-0.944-0.545-1.568-0.545
+ C718.669,434.4,718.143,434.593,717.77,434.979z"/>
+ <path class="st4" d="M731.32,432.253c0.033,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.063,0-1.778,0.346-2.144,1.039c-0.203,0.389-0.306,0.989-0.306,1.799v4.834h-2.663v-10.112h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C731.244,432.248,731.285,432.25,731.32,432.253z"
+ />
+ <path class="st4" d="M745.713,432.526c0.434,0.173,0.826,0.477,1.179,0.909c0.284,0.353,0.476,0.785,0.575,1.299
+ c0.062,0.34,0.093,0.838,0.093,1.494l-0.019,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.235-0.47-0.668-0.705-1.299-0.705c-0.73,0-1.234,0.303-1.512,0.909c-0.143,0.321-0.214,0.708-0.214,1.159v6.021h-2.663v-6.021
+ c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.658-0.733-1.308-0.733c-0.755,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.214,0.692-0.214,1.243v6.086h-2.681v-10.094h2.569v1.475c0.328-0.525,0.637-0.899,0.928-1.122
+ c0.514-0.396,1.179-0.594,1.995-0.594c0.772,0,1.397,0.17,1.874,0.511c0.383,0.314,0.674,0.72,0.872,1.215
+ c0.347-0.594,0.776-1.029,1.29-1.309c0.543-0.277,1.15-0.417,1.818-0.417C744.842,432.267,745.28,432.354,745.713,432.526z"/>
+ <path class="st4" d="M752.041,439.373c0.056,0.47,0.177,0.804,0.363,1.002c0.329,0.353,0.938,0.529,1.826,0.529
+ c0.522,0,0.938-0.078,1.245-0.232s0.462-0.387,0.462-0.695c0-0.297-0.125-0.523-0.372-0.678c-0.248-0.154-1.17-0.421-2.767-0.798
+ c-1.148-0.284-1.959-0.64-2.428-1.067c-0.471-0.42-0.705-1.026-0.705-1.818c0-0.934,0.367-1.735,1.102-2.407
+ c0.734-0.671,1.768-1.007,3.1-1.007c1.266,0,2.295,0.253,3.092,0.757s1.254,1.374,1.371,2.611h-2.644
+ c-0.037-0.34-0.134-0.609-0.288-0.808c-0.292-0.358-0.788-0.537-1.488-0.537c-0.577,0-0.988,0.089-1.232,0.269
+ c-0.246,0.18-0.368,0.39-0.368,0.631c0,0.303,0.13,0.522,0.391,0.659c0.261,0.142,1.181,0.386,2.761,0.732
+ c1.053,0.247,1.843,0.621,2.369,1.123c0.52,0.507,0.779,1.141,0.779,1.901c0,1.002-0.374,1.82-1.121,2.454
+ c-0.746,0.634-1.9,0.951-3.463,0.951c-1.592,0-2.768-0.336-3.527-1.007s-1.139-1.526-1.139-2.565H752.041z"/>
+ <path class="st4" d="M763.584,428.51h2.199l-5.323,14.092h-2.181L763.584,428.51z"/>
+ <path class="st4" d="M770.02,428.802c0.137,0.009,0.322,0.022,0.557,0.042v2.152c-0.148-0.02-0.396-0.033-0.746-0.042
+ c-0.35-0.01-0.591,0.068-0.725,0.231c-0.133,0.164-0.199,0.345-0.199,0.543s0,0.482,0,0.854h1.735v1.865h-1.735v8.154h-2.625
+ v-8.154h-1.484v-1.865h1.447v-0.649c0-1.082,0.182-1.827,0.547-2.235c0.384-0.606,1.309-0.91,2.774-0.91
+ C769.732,428.787,769.884,428.792,770.02,428.802z"/>
+ <path class="st4" d="M774.798,432.489v6.095c0,0.576,0.067,1.009,0.203,1.299c0.24,0.514,0.71,0.771,1.412,0.771
+ c0.898,0,1.515-0.365,1.847-1.095c0.172-0.396,0.258-0.918,0.258-1.568v-5.501h2.682v10.112h-2.57v-1.429
+ c-0.023,0.031-0.086,0.124-0.185,0.278s-0.216,0.291-0.352,0.408c-0.413,0.371-0.812,0.625-1.198,0.761
+ c-0.385,0.136-0.837,0.204-1.355,0.204c-1.492,0-2.498-0.538-3.016-1.614c-0.289-0.594-0.435-1.469-0.435-2.626v-6.095H774.798z"
+ />
+ <path class="st4" d="M786.469,442.602h-2.645v-13.675h2.645V442.602z"/>
+ <path class="st4" d="M791.748,442.602h-2.645v-13.675h2.645V442.602z"/>
+ <path class="st4" d="M794.494,428.927h2.995l5.429,9.535v-9.535h2.662v13.675h-2.857l-5.566-9.703v9.703h-2.662V428.927z"/>
+ <path class="st4" d="M812.053,436.451c0.492-0.062,0.844-0.14,1.057-0.232c0.38-0.161,0.57-0.411,0.57-0.752
+ c0-0.414-0.146-0.7-0.438-0.857c-0.292-0.158-0.72-0.236-1.283-0.236c-0.634,0-1.082,0.154-1.346,0.463
+ c-0.188,0.229-0.313,0.539-0.376,0.928h-2.552c0.057-0.884,0.305-1.61,0.746-2.18c0.701-0.891,1.906-1.336,3.615-1.336
+ c1.111,0,2.1,0.22,2.963,0.658c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.019,1.17
+ c0.019,0.346,0.071,0.581,0.157,0.705c0.087,0.123,0.217,0.226,0.391,0.306v0.39h-2.877c-0.08-0.204-0.136-0.396-0.166-0.575
+ c-0.031-0.18-0.057-0.384-0.074-0.612c-0.367,0.396-0.791,0.732-1.27,1.012c-0.572,0.327-1.219,0.491-1.941,0.491
+ c-0.92,0-1.681-0.262-2.281-0.784c-0.6-0.522-0.9-1.263-0.9-2.222c0-1.243,0.482-2.144,1.449-2.7
+ c0.529-0.303,1.309-0.52,2.336-0.648L812.053,436.451z M813.67,437.685c-0.17,0.105-0.34,0.19-0.513,0.255
+ c-0.173,0.065-0.409,0.125-0.71,0.182l-0.602,0.111c-0.564,0.099-0.97,0.219-1.216,0.361c-0.417,0.241-0.624,0.615-0.624,1.123
+ c0,0.451,0.127,0.777,0.381,0.979s0.564,0.301,0.928,0.301c0.578,0,1.11-0.166,1.598-0.5c0.486-0.334,0.738-0.943,0.758-1.828
+ V437.685z"/>
+ <path class="st4" d="M831.232,432.526c0.432,0.173,0.825,0.477,1.178,0.909c0.284,0.353,0.477,0.785,0.575,1.299
+ c0.062,0.34,0.093,0.838,0.093,1.494l-0.019,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.235-0.47-0.668-0.705-1.299-0.705c-0.729,0-1.233,0.303-1.513,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.662
+ v-6.021c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.309-0.733c-0.755,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.213,0.692-0.213,1.243v6.086h-2.682v-10.094h2.57v1.475c0.327-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.178-0.594,1.994-0.594c0.773,0,1.397,0.17,1.874,0.511c0.384,0.314,0.674,0.72,0.872,1.215
+ c0.346-0.594,0.775-1.029,1.289-1.309c0.545-0.277,1.15-0.417,1.818-0.417C830.359,432.267,830.799,432.354,831.232,432.526z"/>
+ <path class="st4" d="M842.098,432.694c0.706,0.315,1.289,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.101,1.134,0.087,2.007h-7.365c0.041,1.015,0.395,1.727,1.059,2.135c0.403,0.253,0.889,0.38,1.457,0.38
+ c0.603,0,1.092-0.154,1.469-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.397,1.209-0.979,1.827
+ c-0.906,0.983-2.175,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.465-3.096,1.393-4.03c0.93-0.935,2.135-1.401,3.617-1.401C840.6,432.221,841.393,432.378,842.098,432.694z
+ M838.143,434.979c-0.373,0.385-0.607,0.906-0.704,1.564h4.556c-0.049-0.701-0.283-1.234-0.705-1.598s-0.943-0.545-1.568-0.545
+ C839.043,434.4,838.517,434.593,838.143,434.979z"/>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_7_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_28_">
+ <use xlink:href="#SVGID_7_" style="overflow:visible;"/>
+ </clipPath>
+ <rect x="678" y="187" class="st0" width="319" height="31"/>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_6_" x="677.006" y="185.938" width="320.874" height="32.5"/>
+ </defs>
+ <clipPath id="SVGID_29_">
+ <use xlink:href="#SVGID_6_" style="overflow:visible;"/>
+ </clipPath>
+ <g class="st42">
+ <path class="st4" d="M690.758,199.262c0.508,0.217,0.925,0.548,1.251,0.994c0.277,0.378,0.446,0.766,0.509,1.165
+ c0.061,0.399,0.092,1.051,0.092,1.955v5.942h-2.699v-6.158c0-0.545-0.093-0.984-0.277-1.318c-0.238-0.471-0.693-0.706-1.362-0.706
+ c-0.694,0-1.22,0.233-1.579,0.701s-0.539,1.135-0.539,2.002v5.479h-2.645v-13.629h2.645v4.824
+ c0.382-0.587,0.824-0.997,1.326-1.229c0.501-0.232,1.029-0.348,1.584-0.348C689.684,198.938,690.249,199.046,690.758,199.262z"/>
+ <path class="st4" d="M694.057,201.182v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.157,0.775
+ c0.105,0.102,0.428,0.152,0.965,0.152c0.08,0,0.166-0.001,0.256-0.004s0.178-0.008,0.264-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.104-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H694.057z"/>
+ <path class="st4" d="M700.384,201.182v-1.883h1.41v-2.82h2.616v2.82h1.643v1.883h-1.643v5.344c0,0.415,0.053,0.673,0.158,0.775
+ c0.104,0.102,0.426,0.152,0.965,0.152c0.08,0,0.165-0.001,0.254-0.004c0.09-0.003,0.178-0.008,0.266-0.014v1.976l-1.253,0.046
+ c-1.249,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H700.384z"/>
+ <path class="st4" d="M716.254,200.291c0.824,0.873,1.237,2.152,1.237,3.842c0,1.781-0.403,3.139-1.21,4.072
+ c-0.805,0.934-1.844,1.4-3.113,1.4c-0.809,0-1.481-0.2-2.018-0.603c-0.292-0.223-0.578-0.548-0.858-0.974v5.27h-2.616v-14.093
+ h2.533v1.493c0.285-0.438,0.591-0.785,0.914-1.039c0.592-0.451,1.295-0.677,2.11-0.677
+ C714.422,198.983,715.43,199.42,716.254,200.291z M714.225,202.193c-0.359-0.6-0.941-0.9-1.748-0.9
+ c-0.969,0-1.634,0.455-1.996,1.364c-0.188,0.482-0.281,1.095-0.281,1.837c0,1.175,0.315,2.001,0.945,2.477
+ c0.375,0.279,0.819,0.418,1.332,0.418c0.743,0,1.311-0.284,1.701-0.854s0.586-1.326,0.586-2.273
+ C714.764,203.482,714.584,202.793,714.225,202.193z"/>
+ <path class="st4" d="M720.274,199.596h2.812v2.773h-2.812V199.596z M720.274,206.545h2.812v2.773h-2.812V206.545z"/>
+ <path class="st4" d="M728.709,195.227h2.201l-5.324,14.092h-2.181L728.709,195.227z"/>
+ <path class="st4" d="M733.988,195.227h2.2l-5.323,14.092h-2.182L733.988,195.227z"/>
+ <path class="st4" d="M744.744,200.291c0.825,0.873,1.238,2.152,1.238,3.842c0,1.781-0.404,3.139-1.21,4.072s-1.844,1.4-3.114,1.4
+ c-0.809,0-1.48-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.858-0.974v5.27h-2.617v-14.093h2.533v1.493
+ c0.286-0.438,0.592-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677C742.913,198.983,743.92,199.42,744.744,200.291z
+ M742.715,202.193c-0.359-0.6-0.941-0.9-1.747-0.9c-0.969,0-1.634,0.455-1.997,1.364c-0.188,0.482-0.281,1.095-0.281,1.837
+ c0,1.175,0.316,2.001,0.946,2.477c0.375,0.279,0.819,0.418,1.331,0.418c0.744,0,1.311-0.284,1.701-0.854s0.586-1.326,0.586-2.273
+ C743.254,203.482,743.074,202.793,742.715,202.193z"/>
+ <path class="st4" d="M750.481,199.206v6.095c0,0.576,0.067,1.009,0.203,1.299c0.24,0.514,0.71,0.771,1.412,0.771
+ c0.898,0,1.515-0.365,1.847-1.095c0.172-0.396,0.258-0.918,0.258-1.568v-5.501h2.682v10.112h-2.57v-1.429
+ c-0.023,0.031-0.086,0.124-0.185,0.278s-0.216,0.291-0.352,0.408c-0.413,0.371-0.812,0.625-1.198,0.761
+ c-0.385,0.136-0.837,0.204-1.355,0.204c-1.492,0-2.498-0.538-3.016-1.614c-0.289-0.594-0.435-1.469-0.435-2.626v-6.095H750.481z"
+ />
+ <path class="st4" d="M765.07,198.97c0.033,0.003,0.109,0.008,0.227,0.014v2.709c-0.166-0.019-0.314-0.031-0.445-0.037
+ c-0.129-0.006-0.234-0.009-0.314-0.009c-1.064,0-1.779,0.346-2.144,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663
+ v-10.112h2.523v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.494-0.414,1.137-0.621,1.93-0.621
+ C764.994,198.965,765.036,198.967,765.07,198.97z"/>
+ <path class="st4" d="M769.547,209.318h-2.645v-13.675h2.645V209.318z"/>
+ <path class="st4" d="M772.079,206.545h2.812v2.773h-2.812V206.545z"/>
+ <path class="st4" d="M785.838,208.081c-0.854,1.054-2.15,1.581-3.888,1.581c-1.738,0-3.034-0.527-3.888-1.581
+ s-1.279-2.321-1.279-3.805c0-1.459,0.426-2.723,1.279-3.791c0.854-1.069,2.149-1.604,3.888-1.604c1.737,0,3.034,0.535,3.888,1.604
+ c0.854,1.068,1.279,2.332,1.279,3.791C787.117,205.76,786.691,207.027,785.838,208.081z M783.723,206.62
+ c0.414-0.55,0.621-1.331,0.621-2.344s-0.207-1.793-0.621-2.339c-0.415-0.547-1.009-0.82-1.781-0.82
+ c-0.773,0-1.369,0.273-1.787,0.82c-0.416,0.546-0.625,1.326-0.625,2.339s0.209,1.794,0.625,2.344
+ c0.418,0.55,1.014,0.824,1.787,0.824C782.714,207.444,783.308,207.17,783.723,206.62z"/>
+ <path class="st4" d="M794.628,198.97c0.034,0.003,0.109,0.008,0.228,0.014v2.709c-0.168-0.019-0.316-0.031-0.445-0.037
+ c-0.131-0.006-0.236-0.009-0.316-0.009c-1.063,0-1.777,0.346-2.143,1.039c-0.204,0.389-0.307,0.989-0.307,1.799v4.834h-2.662
+ v-10.112h2.523v1.763c0.408-0.674,0.764-1.135,1.066-1.383c0.495-0.414,1.139-0.621,1.93-0.621
+ C794.552,198.965,794.594,198.967,794.628,198.97z"/>
+ <path class="st4" d="M801.406,199.197c0.643,0.266,1.162,0.754,1.557,1.465v-1.456h2.58v9.593c0,1.305-0.221,2.288-0.659,2.95
+ c-0.755,1.138-2.202,1.707-4.342,1.707c-1.293,0-2.347-0.254-3.163-0.761s-1.269-1.265-1.355-2.273h2.877
+ c0.074,0.31,0.194,0.532,0.361,0.668c0.284,0.242,0.764,0.362,1.438,0.362c0.953,0,1.59-0.318,1.912-0.956
+ c0.209-0.408,0.314-1.094,0.314-2.059v-0.65c-0.254,0.434-0.525,0.758-0.816,0.975c-0.525,0.402-1.209,0.604-2.05,0.604
+ c-1.299,0-2.337-0.456-3.112-1.369c-0.776-0.912-1.164-2.147-1.164-3.706c0-1.503,0.373-2.766,1.121-3.79
+ c0.747-1.023,1.807-1.535,3.178-1.535C800.588,198.965,801.029,199.042,801.406,199.197z M802.307,206.447
+ c0.426-0.467,0.639-1.211,0.639-2.231c0-0.959-0.202-1.688-0.605-2.189c-0.404-0.501-0.943-0.751-1.621-0.751
+ c-0.924,0-1.562,0.436-1.912,1.308c-0.186,0.464-0.277,1.036-0.277,1.716c0,0.588,0.098,1.11,0.295,1.568
+ c0.357,0.854,0.998,1.28,1.922,1.28C801.361,207.147,801.883,206.914,802.307,206.447z"/>
+ <path class="st4" d="M811.037,195.227h2.199l-5.323,14.092h-2.181L811.037,195.227z"/>
+ <path class="st4" d="M818.651,199.368c0.476,0.27,0.862,0.642,1.159,1.118v-4.824h2.682v13.656h-2.57v-1.4
+ c-0.377,0.6-0.807,1.035-1.289,1.308s-1.082,0.408-1.8,0.408c-1.182,0-2.175-0.478-2.983-1.434
+ c-0.807-0.955-1.21-2.182-1.21-3.679c0-1.725,0.397-3.083,1.192-4.072s1.856-1.484,3.187-1.484
+ C817.631,198.965,818.175,199.1,818.651,199.368z M819.301,206.572c0.39-0.557,0.584-1.277,0.584-2.162
+ c0-1.236-0.312-2.121-0.937-2.652c-0.384-0.322-0.829-0.482-1.336-0.482c-0.773,0-1.341,0.292-1.702,0.876
+ c-0.361,0.585-0.543,1.31-0.543,2.176c0,0.934,0.184,1.681,0.553,2.24c0.367,0.561,0.926,0.84,1.674,0.84
+ S818.911,207.129,819.301,206.572z"/>
+ <path class="st4" d="M830.943,202.834c-0.049-0.378-0.176-0.718-0.381-1.021c-0.298-0.408-0.76-0.611-1.386-0.611
+ c-0.893,0-1.503,0.441-1.832,1.326c-0.173,0.469-0.261,1.092-0.261,1.869c0,0.74,0.088,1.336,0.261,1.786
+ c0.316,0.841,0.911,1.262,1.786,1.262c0.619,0,1.06-0.167,1.32-0.501c0.26-0.334,0.418-0.767,0.475-1.299h2.699
+ c-0.062,0.804-0.354,1.564-0.873,2.282c-0.83,1.156-2.059,1.735-3.687,1.735s-2.826-0.482-3.595-1.447
+ c-0.768-0.965-1.15-2.217-1.15-3.754c0-1.734,0.424-3.084,1.271-4.049s2.019-1.447,3.511-1.447c1.269,0,2.308,0.284,3.116,0.854
+ c0.807,0.569,1.285,1.574,1.434,3.016H830.943z"/>
+ <path class="st4" d="M838.488,195.227h2.2l-5.323,14.092h-2.182L838.488,195.227z"/>
+ <path class="st4" d="M847.33,199.411c0.705,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.682,1.297,0.805,2.09
+ c0.072,0.465,0.101,1.134,0.088,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.403,0.253,0.89,0.38,1.458,0.38
+ c0.602,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.07,0.6-0.397,1.209-0.979,1.827
+ c-0.906,0.983-2.175,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.135-1.401,3.616-1.401C845.832,198.938,846.625,199.095,847.33,199.411z M843.375,201.695
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.556c-0.048-0.701-0.282-1.234-0.704-1.598s-0.944-0.545-1.568-0.545
+ C844.274,201.117,843.748,201.31,843.375,201.695z"/>
+ <path class="st4" d="M854.008,209.318h-2.645v-13.675h2.645V209.318z"/>
+ <path class="st4" d="M863.176,199.411c0.705,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.682,1.297,0.805,2.09
+ c0.072,0.465,0.101,1.134,0.088,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.403,0.253,0.89,0.38,1.458,0.38
+ c0.602,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.07,0.6-0.397,1.209-0.979,1.827
+ c-0.906,0.983-2.175,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.135-1.401,3.616-1.401C861.678,198.938,862.471,199.095,863.176,199.411z M859.221,201.695
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.556c-0.048-0.701-0.282-1.234-0.704-1.598s-0.944-0.545-1.568-0.545
+ C860.12,201.117,859.594,201.31,859.221,201.695z"/>
+ <path class="st4" d="M879.771,199.243c0.433,0.173,0.825,0.477,1.179,0.909c0.283,0.353,0.476,0.785,0.574,1.299
+ c0.062,0.34,0.094,0.838,0.094,1.494l-0.02,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.234-0.47-0.668-0.705-1.299-0.705c-0.729,0-1.233,0.303-1.512,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.663
+ v-6.021c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.308-0.733c-0.756,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.214,0.692-0.214,1.243v6.086h-2.681v-10.094h2.569v1.475c0.327-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.179-0.594,1.995-0.594c0.772,0,1.396,0.17,1.873,0.511c0.384,0.314,0.674,0.72,0.873,1.215
+ c0.346-0.594,0.775-1.029,1.289-1.309c0.544-0.277,1.15-0.417,1.818-0.417C878.898,198.983,879.338,199.07,879.771,199.243z"/>
+ <path class="st4" d="M890.637,199.411c0.705,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.682,1.297,0.805,2.09
+ c0.072,0.465,0.101,1.134,0.088,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.403,0.253,0.89,0.38,1.458,0.38
+ c0.602,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.07,0.6-0.397,1.209-0.979,1.827
+ c-0.906,0.983-2.175,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.135-1.401,3.616-1.401C889.139,198.938,889.932,199.095,890.637,199.411z M886.682,201.695
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.556c-0.048-0.701-0.282-1.234-0.704-1.598s-0.944-0.545-1.568-0.545
+ C887.581,201.117,887.055,201.31,886.682,201.695z"/>
+ <path class="st4" d="M902.769,199.786c0.662,0.547,0.993,1.455,0.993,2.723v6.81h-2.709v-6.15c0-0.532-0.07-0.94-0.212-1.225
+ c-0.258-0.52-0.749-0.779-1.474-0.779c-0.891,0-1.501,0.38-1.832,1.141c-0.172,0.402-0.258,0.915-0.258,1.54v5.474h-2.645v-10.094
+ h2.561v1.475c0.338-0.52,0.659-0.894,0.961-1.122c0.541-0.408,1.229-0.612,2.061-0.612
+ C901.255,198.965,902.106,199.238,902.769,199.786z"/>
+ <path class="st4" d="M905.182,201.182v-1.883h1.41v-2.82h2.615v2.82h1.643v1.883h-1.643v5.344c0,0.415,0.053,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.104-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H905.182z"/>
+ <path class="st4" d="M914.598,206.09c0.057,0.47,0.178,0.804,0.363,1.002c0.33,0.353,0.938,0.529,1.827,0.529
+ c0.522,0,0.937-0.078,1.245-0.232c0.307-0.154,0.461-0.387,0.461-0.695c0-0.297-0.124-0.523-0.371-0.678
+ c-0.248-0.154-1.17-0.421-2.767-0.798c-1.149-0.284-1.959-0.64-2.429-1.067c-0.471-0.42-0.705-1.026-0.705-1.818
+ c0-0.934,0.367-1.735,1.102-2.407c0.734-0.671,1.768-1.007,3.101-1.007c1.265,0,2.295,0.253,3.091,0.757
+ c0.797,0.504,1.254,1.374,1.372,2.611h-2.644c-0.037-0.34-0.134-0.609-0.289-0.808c-0.291-0.358-0.787-0.537-1.488-0.537
+ c-0.576,0-0.988,0.089-1.232,0.269c-0.245,0.18-0.367,0.39-0.367,0.631c0,0.303,0.13,0.522,0.391,0.659
+ c0.26,0.142,1.18,0.386,2.76,0.732c1.054,0.247,1.844,0.621,2.369,1.123c0.52,0.507,0.779,1.141,0.779,1.901
+ c0,1.002-0.373,1.82-1.12,2.454s-1.901,0.951-3.463,0.951c-1.593,0-2.769-0.336-3.528-1.007c-0.759-0.671-1.139-1.526-1.139-2.565
+ H914.598z"/>
+ <path class="st4" d="M926.141,195.227h2.2l-5.323,14.092h-2.182L926.141,195.227z"/>
+ <path class="st4" d="M928.477,200.041v-1.8c0.833-0.037,1.416-0.093,1.749-0.167c0.53-0.117,0.962-0.353,1.296-0.705
+ c0.229-0.241,0.4-0.562,0.518-0.965c0.068-0.241,0.102-0.421,0.102-0.538h2.209v13.452h-2.709v-9.277H928.477z"/>
+ <path class="st4" d="M938.914,206.545h2.811v2.773h-2.811V206.545z"/>
+ <path class="st4" d="M944.322,200.041v-1.8c0.833-0.037,1.416-0.093,1.749-0.167c0.53-0.117,0.962-0.353,1.296-0.705
+ c0.229-0.241,0.4-0.562,0.518-0.965c0.068-0.241,0.102-0.421,0.102-0.538h2.209v13.452h-2.709v-9.277H944.322z"/>
+ <path class="st4" d="M957.832,195.227h2.2l-5.323,14.092h-2.182L957.832,195.227z"/>
+ <path class="st4" d="M959.045,201.182v-1.883h1.41v-2.82h2.617v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.157,0.775
+ c0.104,0.102,0.427,0.152,0.965,0.152c0.08,0,0.165-0.001,0.255-0.004s0.178-0.008,0.265-0.014v1.976l-1.253,0.046
+ c-1.249,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H959.045z"/>
+ <path class="st4" d="M969.13,198h-2.681v-2.439h2.681V198z M966.449,199.206h2.681v10.112h-2.681V199.206z"/>
+ <path class="st4" d="M970.651,201.182v-1.883h1.41v-2.82h2.616v2.82h1.643v1.883h-1.643v5.344c0,0.415,0.053,0.673,0.158,0.775
+ c0.104,0.102,0.426,0.152,0.965,0.152c0.08,0,0.165-0.001,0.254-0.004c0.09-0.003,0.178-0.008,0.266-0.014v1.976l-1.253,0.046
+ c-1.249,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H970.651z"/>
+ <path class="st4" d="M980.717,209.318h-2.644v-13.675h2.644V209.318z"/>
+ <path class="st4" d="M989.886,199.411c0.706,0.315,1.288,0.814,1.747,1.496c0.414,0.601,0.684,1.297,0.807,2.09
+ c0.07,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.457,0.38
+ c0.604,0,1.092-0.154,1.469-0.464c0.205-0.167,0.387-0.398,0.545-0.695h2.699c-0.072,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.028-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.465-3.096,1.394-4.03s2.134-1.401,3.616-1.401C988.388,198.938,989.181,199.095,989.886,199.411z M985.931,201.695
+ c-0.374,0.385-0.608,0.906-0.704,1.564h4.555c-0.049-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.943-0.545-1.567-0.545
+ C986.83,201.117,986.305,201.31,985.931,201.695z"/>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_5_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_30_">
+ <use xlink:href="#SVGID_5_" style="overflow:visible;"/>
+ </clipPath>
+ <rect x="63" y="191" class="st14" width="349" height="31"/>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_4_" x="62.661" y="190.187" width="349.754" height="32.5"/>
+ </defs>
+ <clipPath id="SVGID_31_">
+ <use xlink:href="#SVGID_4_" style="overflow:visible;"/>
+ </clipPath>
+ <g class="st43">
+ <path class="st4" d="M76.413,203.51c0.508,0.217,0.925,0.548,1.251,0.994c0.277,0.378,0.446,0.766,0.508,1.165
+ c0.062,0.399,0.092,1.051,0.092,1.955v5.942h-2.7v-6.158c0-0.545-0.092-0.984-0.276-1.318c-0.239-0.471-0.694-0.706-1.363-0.706
+ c-0.694,0-1.22,0.233-1.58,0.701c-0.359,0.468-0.539,1.135-0.539,2.002v5.479h-2.644v-13.629h2.644v4.824
+ c0.382-0.587,0.824-0.997,1.326-1.229c0.501-0.232,1.03-0.348,1.584-0.348C75.339,203.186,75.904,203.294,76.413,203.51z"/>
+ <path class="st4" d="M79.712,205.43v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H79.712z"/>
+ <path class="st4" d="M86.039,205.43v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H86.039z"/>
+ <path class="st4" d="M101.909,204.539c0.825,0.873,1.237,2.152,1.237,3.842c0,1.781-0.403,3.139-1.209,4.072
+ c-0.806,0.934-1.844,1.4-3.114,1.4c-0.809,0-1.481-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.859-0.974v5.27h-2.616v-14.093
+ h2.533v1.493c0.286-0.438,0.591-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677
+ C100.078,203.231,101.084,203.668,101.909,204.539z M99.88,206.441c-0.359-0.6-0.942-0.9-1.748-0.9
+ c-0.969,0-1.634,0.455-1.997,1.364c-0.188,0.482-0.281,1.095-0.281,1.837c0,1.175,0.315,2.001,0.946,2.477
+ c0.375,0.279,0.819,0.418,1.331,0.418c0.744,0,1.311-0.284,1.702-0.854s0.586-1.326,0.586-2.273
+ C100.419,207.73,100.239,207.041,99.88,206.441z"/>
+ <path class="st4" d="M105.93,203.844h2.811v2.773h-2.811V203.844z M105.93,210.793h2.811v2.773h-2.811V210.793z"/>
+ <path class="st4" d="M114.365,199.475h2.2l-5.324,14.092h-2.181L114.365,199.475z"/>
+ <path class="st4" d="M119.644,199.475h2.2l-5.324,14.092h-2.181L119.644,199.475z"/>
+ <path class="st4" d="M126.665,203.454h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746
+ l-2.839-10.112h2.839l1.577,7.255L126.665,203.454z"/>
+ <path class="st4" d="M141.443,203.454h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746
+ l-2.839-10.112h2.839l1.577,7.255L141.443,203.454z"/>
+ <path class="st4" d="M156.222,203.454h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746
+ l-2.839-10.112h2.839l1.577,7.255L156.222,203.454z"/>
+ <path class="st4" d="M165.502,210.793h2.811v2.773h-2.811V210.793z"/>
+ <path class="st4" d="M177.417,203.659c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C175.918,203.186,176.711,203.343,177.417,203.659z M173.461,205.943
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C174.361,205.365,173.835,205.558,173.461,205.943z"/>
+ <path class="st4" d="M180.388,213.566l3.451-5.121l-3.303-4.973h3.237l1.689,2.929l1.65-2.929h3.146l-3.321,4.926l3.451,5.168
+ h-3.294l-1.74-3.04l-1.757,3.04H180.388z"/>
+ <path class="st4" d="M195.966,207.416c0.492-0.062,0.844-0.14,1.056-0.232c0.38-0.161,0.57-0.411,0.57-0.752
+ c0-0.414-0.146-0.7-0.438-0.857c-0.292-0.158-0.719-0.236-1.283-0.236c-0.633,0-1.082,0.154-1.345,0.463
+ c-0.188,0.229-0.313,0.539-0.376,0.928h-2.551c0.056-0.884,0.304-1.61,0.746-2.18c0.702-0.891,1.907-1.336,3.615-1.336
+ c1.112,0,2.099,0.22,2.963,0.658c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.019,1.17
+ c0.019,0.346,0.071,0.581,0.158,0.705c0.086,0.123,0.216,0.226,0.39,0.306v0.39h-2.876c-0.081-0.204-0.136-0.396-0.167-0.575
+ c-0.031-0.18-0.056-0.384-0.074-0.612c-0.367,0.396-0.79,0.732-1.269,1.012c-0.572,0.327-1.219,0.491-1.941,0.491
+ c-0.921,0-1.681-0.262-2.282-0.784c-0.6-0.522-0.9-1.263-0.9-2.222c0-1.243,0.483-2.144,1.449-2.7
+ c0.529-0.303,1.309-0.52,2.336-0.648L195.966,207.416z M197.583,208.649c-0.169,0.105-0.34,0.19-0.513,0.255
+ c-0.172,0.065-0.409,0.125-0.71,0.182l-0.602,0.111c-0.564,0.099-0.969,0.219-1.215,0.361c-0.417,0.241-0.625,0.615-0.625,1.123
+ c0,0.451,0.127,0.777,0.381,0.979s0.564,0.301,0.928,0.301c0.578,0,1.11-0.166,1.597-0.5s0.739-0.943,0.758-1.828V208.649z"/>
+ <path class="st4" d="M215.145,203.491c0.433,0.173,0.826,0.477,1.178,0.909c0.284,0.353,0.476,0.785,0.575,1.299
+ c0.062,0.34,0.093,0.838,0.093,1.494l-0.019,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.235-0.47-0.668-0.705-1.299-0.705c-0.73,0-1.234,0.303-1.512,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.663v-6.021
+ c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.308-0.733c-0.755,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.213,0.692-0.213,1.243v6.086h-2.681v-10.094h2.57v1.475c0.328-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.178-0.594,1.995-0.594c0.773,0,1.397,0.17,1.874,0.511c0.383,0.314,0.674,0.72,0.872,1.215
+ c0.346-0.594,0.776-1.029,1.29-1.309c0.544-0.277,1.15-0.417,1.818-0.417C214.273,203.231,214.712,203.318,215.145,203.491z"/>
+ <path class="st4" d="M227.926,204.539c0.825,0.873,1.237,2.152,1.237,3.842c0,1.781-0.403,3.139-1.209,4.072
+ c-0.806,0.934-1.844,1.4-3.114,1.4c-0.809,0-1.481-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.859-0.974v5.27h-2.616v-14.093
+ h2.533v1.493c0.286-0.438,0.591-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677
+ C226.094,203.231,227.101,203.668,227.926,204.539z M225.896,206.441c-0.359-0.6-0.942-0.9-1.748-0.9
+ c-0.969,0-1.634,0.455-1.997,1.364c-0.188,0.482-0.281,1.095-0.281,1.837c0,1.175,0.315,2.001,0.946,2.477
+ c0.375,0.279,0.819,0.418,1.331,0.418c0.744,0,1.311-0.284,1.702-0.854s0.586-1.326,0.586-2.273
+ C226.436,207.73,226.256,207.041,225.896,206.441z"/>
+ <path class="st4" d="M233.728,213.566h-2.644v-13.675h2.644V213.566z"/>
+ <path class="st4" d="M242.896,203.659c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C241.398,203.186,242.191,203.343,242.896,203.659z M238.941,205.943
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C239.84,205.365,239.314,205.558,238.941,205.943z"/>
+ <path class="st4" d="M246.827,210.793h2.811v2.773h-2.811V210.793z"/>
+ <path class="st4" d="M260.585,212.329c-0.854,1.054-2.149,1.581-3.887,1.581c-1.738,0-3.034-0.527-3.887-1.581
+ s-1.28-2.321-1.28-3.805c0-1.459,0.427-2.723,1.28-3.791c0.854-1.069,2.149-1.604,3.887-1.604c1.738,0,3.034,0.535,3.887,1.604
+ c0.854,1.068,1.28,2.332,1.28,3.791C261.866,210.008,261.439,211.275,260.585,212.329z M258.47,210.868
+ c0.414-0.55,0.622-1.331,0.622-2.344s-0.208-1.793-0.622-2.339c-0.415-0.547-1.008-0.82-1.781-0.82
+ c-0.773,0-1.368,0.273-1.786,0.82c-0.417,0.546-0.626,1.326-0.626,2.339s0.209,1.794,0.626,2.344
+ c0.418,0.55,1.013,0.824,1.786,0.824C257.462,211.692,258.056,211.418,258.47,210.868z"/>
+ <path class="st4" d="M269.376,203.218c0.034,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663v-10.112h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C269.3,203.213,269.342,203.215,269.376,203.218z"
+ />
+ <path class="st4" d="M276.155,203.445c0.643,0.266,1.161,0.754,1.557,1.465v-1.456h2.579v9.593c0,1.305-0.22,2.288-0.659,2.95
+ c-0.755,1.138-2.202,1.707-4.342,1.707c-1.293,0-2.347-0.254-3.164-0.761s-1.268-1.265-1.354-2.273h2.876
+ c0.074,0.31,0.195,0.532,0.362,0.668c0.284,0.242,0.764,0.362,1.438,0.362c0.952,0,1.589-0.318,1.911-0.956
+ c0.21-0.408,0.315-1.094,0.315-2.059v-0.65c-0.254,0.434-0.526,0.758-0.816,0.975c-0.526,0.402-1.209,0.604-2.05,0.604
+ c-1.299,0-2.336-0.456-3.113-1.369c-0.776-0.912-1.164-2.147-1.164-3.706c0-1.503,0.374-2.766,1.121-3.79
+ c0.748-1.023,1.807-1.535,3.178-1.535C275.336,203.213,275.778,203.29,276.155,203.445z M277.055,210.695
+ c0.425-0.467,0.638-1.211,0.638-2.231c0-0.959-0.202-1.688-0.605-2.189c-0.404-0.501-0.944-0.751-1.622-0.751
+ c-0.924,0-1.561,0.436-1.912,1.308c-0.185,0.464-0.277,1.036-0.277,1.716c0,0.588,0.099,1.11,0.295,1.568
+ c0.357,0.854,0.998,1.28,1.922,1.28C276.11,211.396,276.63,211.162,277.055,210.695z"/>
+ <path class="st4" d="M285.785,199.475h2.2l-5.324,14.092h-2.181L285.785,199.475z"/>
+ <path class="st4" d="M286.998,205.43v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H286.998z"/>
+ <path class="st4" d="M300.954,203.659c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C299.456,203.186,300.249,203.343,300.954,203.659z M296.999,205.943
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C297.898,205.365,297.372,205.558,296.999,205.943z"/>
+ <path class="st4" d="M310.549,203.218c0.034,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663v-10.112h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C310.473,203.213,310.515,203.215,310.549,203.218
+ z"/>
+ <path class="st4" d="M324.942,203.491c0.433,0.173,0.826,0.477,1.178,0.909c0.284,0.353,0.476,0.785,0.575,1.299
+ c0.062,0.34,0.093,0.838,0.093,1.494l-0.019,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.235-0.47-0.668-0.705-1.299-0.705c-0.73,0-1.234,0.303-1.512,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.663v-6.021
+ c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.308-0.733c-0.755,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.213,0.692-0.213,1.243v6.086h-2.681v-10.094h2.57v1.475c0.328-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.178-0.594,1.995-0.594c0.773,0,1.397,0.17,1.874,0.511c0.383,0.314,0.674,0.72,0.872,1.215
+ c0.346-0.594,0.776-1.029,1.29-1.309c0.544-0.277,1.15-0.417,1.818-0.417C324.07,203.231,324.509,203.318,324.942,203.491z"/>
+ <path class="st4" d="M331.27,210.338c0.056,0.47,0.177,0.804,0.364,1.002c0.329,0.353,0.938,0.529,1.827,0.529
+ c0.522,0,0.937-0.078,1.245-0.232s0.461-0.387,0.461-0.695c0-0.297-0.124-0.523-0.372-0.678c-0.248-0.154-1.17-0.421-2.766-0.798
+ c-1.149-0.284-1.959-0.64-2.429-1.067c-0.47-0.42-0.705-1.026-0.705-1.818c0-0.934,0.367-1.735,1.102-2.407
+ c0.735-0.671,1.768-1.007,3.101-1.007c1.265,0,2.295,0.253,3.091,0.757s1.254,1.374,1.372,2.611h-2.644
+ c-0.037-0.34-0.133-0.609-0.288-0.808c-0.292-0.358-0.788-0.537-1.489-0.537c-0.577,0-0.988,0.089-1.232,0.269
+ c-0.245,0.18-0.368,0.39-0.368,0.631c0,0.303,0.13,0.522,0.391,0.659c0.261,0.142,1.181,0.386,2.761,0.732
+ c1.053,0.247,1.843,0.621,2.369,1.123c0.52,0.507,0.779,1.141,0.779,1.901c0,1.002-0.374,1.82-1.12,2.454
+ c-0.747,0.634-1.901,0.951-3.463,0.951c-1.593,0-2.769-0.336-3.528-1.007s-1.139-1.526-1.139-2.565H331.27z"/>
+ <path class="st4" d="M342.812,199.475h2.2l-5.324,14.092h-2.181L342.812,199.475z"/>
+ <path class="st4" d="M351.654,203.659c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C350.156,203.186,350.949,203.343,351.654,203.659z M347.699,205.943
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C348.599,205.365,348.073,205.558,347.699,205.943z"/>
+ <path class="st4" d="M360.994,203.616c0.476,0.27,0.863,0.642,1.16,1.118v-4.824h2.681v13.656h-2.57v-1.4
+ c-0.377,0.6-0.807,1.035-1.29,1.308s-1.083,0.408-1.8,0.408c-1.182,0-2.175-0.478-2.983-1.434c-0.807-0.955-1.21-2.182-1.21-3.679
+ c0-1.725,0.397-3.083,1.192-4.072c0.795-0.989,1.857-1.484,3.187-1.484C359.974,203.213,360.518,203.348,360.994,203.616z
+ M361.644,210.82c0.39-0.557,0.584-1.277,0.584-2.162c0-1.236-0.312-2.121-0.937-2.652c-0.384-0.322-0.829-0.482-1.336-0.482
+ c-0.773,0-1.34,0.292-1.703,0.876c-0.361,0.585-0.542,1.31-0.542,2.176c0,0.934,0.184,1.681,0.552,2.24
+ c0.368,0.561,0.926,0.84,1.674,0.84C360.685,211.655,361.254,211.377,361.644,210.82z"/>
+ <path class="st4" d="M369.956,202.248h-2.681v-2.439h2.681V202.248z M367.275,203.454h2.681v10.112h-2.681V203.454z"/>
+ <path class="st4" d="M371.478,205.43v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H371.478z"/>
+ <path class="st4" d="M387.277,212.329c-0.854,1.054-2.149,1.581-3.887,1.581c-1.738,0-3.034-0.527-3.887-1.581
+ s-1.28-2.321-1.28-3.805c0-1.459,0.427-2.723,1.28-3.791c0.854-1.069,2.149-1.604,3.887-1.604c1.738,0,3.034,0.535,3.887,1.604
+ c0.854,1.068,1.28,2.332,1.28,3.791C388.557,210.008,388.13,211.275,387.277,212.329z M385.162,210.868
+ c0.414-0.55,0.622-1.331,0.622-2.344s-0.208-1.793-0.622-2.339c-0.415-0.547-1.008-0.82-1.781-0.82
+ c-0.773,0-1.368,0.273-1.786,0.82c-0.417,0.546-0.626,1.326-0.626,2.339s0.209,1.794,0.626,2.344
+ c0.418,0.55,1.013,0.824,1.786,0.824C384.153,211.692,384.747,211.418,385.162,210.868z"/>
+ <path class="st4" d="M396.067,203.218c0.034,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663v-10.112h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C395.991,203.213,396.033,203.215,396.067,203.218
+ z"/>
+ <path class="st4" d="M399.894,210.338c0.056,0.47,0.177,0.804,0.364,1.002c0.329,0.353,0.938,0.529,1.827,0.529
+ c0.522,0,0.937-0.078,1.245-0.232s0.461-0.387,0.461-0.695c0-0.297-0.124-0.523-0.372-0.678c-0.248-0.154-1.17-0.421-2.766-0.798
+ c-1.149-0.284-1.959-0.64-2.429-1.067c-0.47-0.42-0.705-1.026-0.705-1.818c0-0.934,0.367-1.735,1.102-2.407
+ c0.735-0.671,1.768-1.007,3.101-1.007c1.265,0,2.295,0.253,3.091,0.757s1.254,1.374,1.372,2.611h-2.644
+ c-0.037-0.34-0.133-0.609-0.288-0.808c-0.292-0.358-0.788-0.537-1.489-0.537c-0.577,0-0.988,0.089-1.232,0.269
+ c-0.245,0.18-0.368,0.39-0.368,0.631c0,0.303,0.13,0.522,0.391,0.659c0.261,0.142,1.181,0.386,2.761,0.732
+ c1.053,0.247,1.843,0.621,2.369,1.123c0.52,0.507,0.779,1.141,0.779,1.901c0,1.002-0.374,1.82-1.12,2.454
+ c-0.747,0.634-1.901,0.951-3.463,0.951c-1.593,0-2.769-0.336-3.528-1.007s-1.139-1.526-1.139-2.565H399.894z"/>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_3_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_32_">
+ <use xlink:href="#SVGID_3_" style="overflow:visible;"/>
+ </clipPath>
+ <rect x="15" y="420" class="st22" width="381" height="31"/>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_2_" x="14.292" y="419.222" width="382.494" height="32.5"/>
+ </defs>
+ <clipPath id="SVGID_33_">
+ <use xlink:href="#SVGID_2_" style="overflow:visible;"/>
+ </clipPath>
+ <g class="st44">
+ <path class="st4" d="M28.043,432.545c0.508,0.217,0.925,0.548,1.251,0.994c0.277,0.378,0.446,0.766,0.508,1.165
+ c0.062,0.399,0.092,1.051,0.092,1.955v5.942h-2.7v-6.158c0-0.545-0.092-0.984-0.276-1.318c-0.239-0.471-0.694-0.706-1.363-0.706
+ c-0.694,0-1.22,0.233-1.58,0.701c-0.359,0.468-0.539,1.135-0.539,2.002v5.479h-2.644v-13.629h2.644v4.824
+ c0.382-0.587,0.824-0.997,1.326-1.229c0.501-0.232,1.03-0.348,1.584-0.348C26.97,432.221,27.535,432.329,28.043,432.545z"/>
+ <path class="st4" d="M31.342,434.465v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H31.342z"/>
+ <path class="st4" d="M37.669,434.465v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H37.669z"/>
+ <path class="st4" d="M53.54,433.574c0.825,0.873,1.237,2.152,1.237,3.842c0,1.781-0.403,3.139-1.209,4.072
+ c-0.806,0.934-1.844,1.4-3.114,1.4c-0.809,0-1.481-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.859-0.974v5.27h-2.616v-14.093
+ h2.533v1.493c0.286-0.438,0.591-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677
+ C51.708,432.267,52.715,432.703,53.54,433.574z M51.51,435.477c-0.359-0.6-0.942-0.9-1.748-0.9c-0.969,0-1.634,0.455-1.997,1.364
+ c-0.188,0.482-0.281,1.095-0.281,1.837c0,1.175,0.315,2.001,0.946,2.477c0.375,0.279,0.819,0.418,1.331,0.418
+ c0.744,0,1.311-0.284,1.702-0.854s0.586-1.326,0.586-2.273C52.049,436.766,51.87,436.076,51.51,435.477z"/>
+ <path class="st4" d="M57.56,432.879h2.811v2.773H57.56V432.879z M57.56,439.828h2.811v2.773H57.56V439.828z"/>
+ <path class="st4" d="M65.995,428.51h2.2l-5.324,14.092h-2.181L65.995,428.51z"/>
+ <path class="st4" d="M71.274,428.51h2.2l-5.324,14.092H65.97L71.274,428.51z"/>
+ <path class="st4" d="M78.295,432.489h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746
+ l-2.839-10.112h2.839l1.577,7.255L78.295,432.489z"/>
+ <path class="st4" d="M93.074,432.489h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366H90.04
+ l-2.839-10.112h2.839l1.577,7.255L93.074,432.489z"/>
+ <path class="st4" d="M107.853,432.489h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746
+ l-2.839-10.112h2.839l1.577,7.255L107.853,432.489z"/>
+ <path class="st4" d="M117.132,439.828h2.811v2.773h-2.811V439.828z"/>
+ <path class="st4" d="M129.047,432.694c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C127.549,432.221,128.342,432.378,129.047,432.694z M125.092,434.979
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C125.991,434.4,125.465,434.593,125.092,434.979z"/>
+ <path class="st4" d="M132.018,442.602l3.451-5.121l-3.303-4.973h3.237l1.689,2.929l1.65-2.929h3.146l-3.321,4.926l3.451,5.168
+ h-3.294l-1.74-3.04l-1.757,3.04H132.018z"/>
+ <path class="st4" d="M147.597,436.451c0.492-0.062,0.844-0.14,1.056-0.232c0.38-0.161,0.57-0.411,0.57-0.752
+ c0-0.414-0.146-0.7-0.438-0.857c-0.292-0.158-0.719-0.236-1.283-0.236c-0.633,0-1.082,0.154-1.345,0.463
+ c-0.188,0.229-0.313,0.539-0.376,0.928h-2.551c0.056-0.884,0.304-1.61,0.746-2.18c0.702-0.891,1.907-1.336,3.615-1.336
+ c1.112,0,2.099,0.22,2.963,0.658c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.019,1.17
+ c0.019,0.346,0.071,0.581,0.158,0.705c0.086,0.123,0.216,0.226,0.39,0.306v0.39h-2.876c-0.081-0.204-0.136-0.396-0.167-0.575
+ c-0.031-0.18-0.056-0.384-0.074-0.612c-0.367,0.396-0.79,0.732-1.269,1.012c-0.572,0.327-1.219,0.491-1.941,0.491
+ c-0.921,0-1.681-0.262-2.282-0.784c-0.6-0.522-0.9-1.263-0.9-2.222c0-1.243,0.483-2.144,1.449-2.7
+ c0.529-0.303,1.309-0.52,2.336-0.648L147.597,436.451z M149.213,437.685c-0.169,0.105-0.34,0.19-0.513,0.255
+ c-0.172,0.065-0.409,0.125-0.71,0.182l-0.602,0.111c-0.564,0.099-0.969,0.219-1.215,0.361c-0.417,0.241-0.625,0.615-0.625,1.123
+ c0,0.451,0.127,0.777,0.381,0.979s0.564,0.301,0.928,0.301c0.578,0,1.11-0.166,1.597-0.5s0.739-0.943,0.758-1.828V437.685z"/>
+ <path class="st4" d="M166.775,432.526c0.433,0.173,0.826,0.477,1.178,0.909c0.284,0.353,0.476,0.785,0.575,1.299
+ c0.062,0.34,0.093,0.838,0.093,1.494l-0.019,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.235-0.47-0.668-0.705-1.299-0.705c-0.73,0-1.234,0.303-1.512,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.663v-6.021
+ c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.308-0.733c-0.755,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.213,0.692-0.213,1.243v6.086h-2.681v-10.094h2.57v1.475c0.328-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.178-0.594,1.995-0.594c0.773,0,1.397,0.17,1.874,0.511c0.383,0.314,0.674,0.72,0.872,1.215
+ c0.346-0.594,0.776-1.029,1.29-1.309c0.544-0.277,1.15-0.417,1.818-0.417C165.903,432.267,166.342,432.354,166.775,432.526z"/>
+ <path class="st4" d="M179.556,433.574c0.825,0.873,1.237,2.152,1.237,3.842c0,1.781-0.403,3.139-1.209,4.072
+ c-0.806,0.934-1.844,1.4-3.114,1.4c-0.809,0-1.481-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.859-0.974v5.27h-2.616v-14.093
+ h2.533v1.493c0.286-0.438,0.591-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677
+ C177.725,432.267,178.731,432.703,179.556,433.574z M177.527,435.477c-0.359-0.6-0.942-0.9-1.748-0.9
+ c-0.969,0-1.634,0.455-1.997,1.364c-0.188,0.482-0.281,1.095-0.281,1.837c0,1.175,0.315,2.001,0.946,2.477
+ c0.375,0.279,0.819,0.418,1.331,0.418c0.744,0,1.311-0.284,1.702-0.854s0.586-1.326,0.586-2.273
+ C178.066,436.766,177.886,436.076,177.527,435.477z"/>
+ <path class="st4" d="M185.358,442.602h-2.644v-13.675h2.644V442.602z"/>
+ <path class="st4" d="M194.526,432.694c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C193.028,432.221,193.821,432.378,194.526,432.694z M190.571,434.979
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C191.471,434.4,190.945,434.593,190.571,434.979z"/>
+ <path class="st4" d="M198.458,439.828h2.811v2.773h-2.811V439.828z"/>
+ <path class="st4" d="M212.216,441.364c-0.854,1.054-2.149,1.581-3.887,1.581c-1.738,0-3.034-0.527-3.887-1.581
+ s-1.28-2.321-1.28-3.805c0-1.459,0.427-2.723,1.28-3.791c0.854-1.069,2.149-1.604,3.887-1.604c1.738,0,3.034,0.535,3.887,1.604
+ c0.854,1.068,1.28,2.332,1.28,3.791C213.496,439.043,213.069,440.311,212.216,441.364z M210.101,439.903
+ c0.414-0.55,0.622-1.331,0.622-2.344s-0.208-1.793-0.622-2.339c-0.415-0.547-1.008-0.82-1.781-0.82
+ c-0.773,0-1.368,0.273-1.786,0.82c-0.417,0.546-0.626,1.326-0.626,2.339s0.209,1.794,0.626,2.344
+ c0.418,0.55,1.013,0.824,1.786,0.824C209.092,440.728,209.686,440.453,210.101,439.903z"/>
+ <path class="st4" d="M221.006,432.253c0.034,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663v-10.112h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C220.93,432.248,220.972,432.25,221.006,432.253z"
+ />
+ <path class="st4" d="M227.785,432.48c0.643,0.266,1.161,0.754,1.557,1.465v-1.456h2.579v9.593c0,1.305-0.22,2.288-0.659,2.95
+ c-0.755,1.138-2.202,1.707-4.342,1.707c-1.293,0-2.347-0.254-3.164-0.761s-1.268-1.265-1.354-2.273h2.876
+ c0.074,0.31,0.195,0.532,0.362,0.668c0.284,0.242,0.764,0.362,1.438,0.362c0.952,0,1.589-0.318,1.911-0.956
+ c0.21-0.408,0.315-1.094,0.315-2.059v-0.65c-0.254,0.434-0.526,0.758-0.816,0.975c-0.526,0.402-1.209,0.604-2.05,0.604
+ c-1.299,0-2.336-0.456-3.113-1.369c-0.776-0.912-1.164-2.147-1.164-3.706c0-1.503,0.374-2.766,1.121-3.79
+ c0.748-1.023,1.807-1.535,3.178-1.535C226.967,432.248,227.408,432.325,227.785,432.48z M228.686,439.73
+ c0.425-0.467,0.638-1.211,0.638-2.231c0-0.959-0.202-1.688-0.605-2.189c-0.404-0.501-0.944-0.751-1.622-0.751
+ c-0.924,0-1.561,0.436-1.912,1.308c-0.185,0.464-0.277,1.036-0.277,1.716c0,0.588,0.099,1.11,0.295,1.568
+ c0.357,0.854,0.998,1.28,1.922,1.28C227.74,440.431,228.261,440.197,228.686,439.73z"/>
+ <path class="st4" d="M237.415,428.51h2.2l-5.324,14.092h-2.181L237.415,428.51z"/>
+ <path class="st4" d="M238.628,434.465v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H238.628z"/>
+ <path class="st4" d="M252.584,432.694c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C251.086,432.221,251.879,432.378,252.584,432.694z M248.629,434.979
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C249.528,434.4,249.002,434.593,248.629,434.979z"/>
+ <path class="st4" d="M262.179,432.253c0.034,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663v-10.112h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C262.103,432.248,262.145,432.25,262.179,432.253z
+ "/>
+ <path class="st4" d="M276.573,432.526c0.433,0.173,0.826,0.477,1.178,0.909c0.284,0.353,0.476,0.785,0.575,1.299
+ c0.062,0.34,0.093,0.838,0.093,1.494l-0.019,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.235-0.47-0.668-0.705-1.299-0.705c-0.73,0-1.234,0.303-1.512,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.663v-6.021
+ c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.308-0.733c-0.755,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.213,0.692-0.213,1.243v6.086h-2.681v-10.094h2.57v1.475c0.328-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.178-0.594,1.995-0.594c0.773,0,1.397,0.17,1.874,0.511c0.383,0.314,0.674,0.72,0.872,1.215
+ c0.346-0.594,0.776-1.029,1.29-1.309c0.544-0.277,1.15-0.417,1.818-0.417C275.701,432.267,276.14,432.354,276.573,432.526z"/>
+ <path class="st4" d="M282.9,439.373c0.056,0.47,0.177,0.804,0.364,1.002c0.329,0.353,0.938,0.529,1.827,0.529
+ c0.522,0,0.937-0.078,1.245-0.232s0.461-0.387,0.461-0.695c0-0.297-0.124-0.523-0.372-0.678c-0.248-0.154-1.17-0.421-2.766-0.798
+ c-1.149-0.284-1.959-0.64-2.429-1.067c-0.47-0.42-0.705-1.026-0.705-1.818c0-0.934,0.367-1.735,1.102-2.407
+ c0.735-0.671,1.768-1.007,3.101-1.007c1.265,0,2.295,0.253,3.091,0.757s1.254,1.374,1.372,2.611h-2.644
+ c-0.037-0.34-0.133-0.609-0.288-0.808c-0.292-0.358-0.788-0.537-1.489-0.537c-0.577,0-0.988,0.089-1.232,0.269
+ c-0.245,0.18-0.368,0.39-0.368,0.631c0,0.303,0.13,0.522,0.391,0.659c0.261,0.142,1.181,0.386,2.761,0.732
+ c1.053,0.247,1.843,0.621,2.369,1.123c0.52,0.507,0.779,1.141,0.779,1.901c0,1.002-0.374,1.82-1.12,2.454
+ c-0.747,0.634-1.901,0.951-3.463,0.951c-1.593,0-2.769-0.336-3.528-1.007s-1.139-1.526-1.139-2.565H282.9z"/>
+ <path class="st4" d="M294.443,428.51h2.2l-5.324,14.092h-2.181L294.443,428.51z"/>
+ <path class="st4" d="M303.963,432.545c0.508,0.217,0.925,0.548,1.251,0.994c0.277,0.378,0.446,0.766,0.508,1.165
+ c0.062,0.399,0.092,1.051,0.092,1.955v5.942h-2.7v-6.158c0-0.545-0.092-0.984-0.276-1.318c-0.239-0.471-0.694-0.706-1.363-0.706
+ c-0.694,0-1.22,0.233-1.58,0.701c-0.359,0.468-0.539,1.135-0.539,2.002v5.479h-2.644v-13.629h2.644v4.824
+ c0.382-0.587,0.824-0.997,1.326-1.229c0.501-0.232,1.03-0.348,1.584-0.348C302.89,432.221,303.455,432.329,303.963,432.545z"/>
+ <path class="st4" d="M316.734,441.364c-0.854,1.054-2.149,1.581-3.887,1.581c-1.738,0-3.034-0.527-3.887-1.581
+ s-1.28-2.321-1.28-3.805c0-1.459,0.427-2.723,1.28-3.791c0.854-1.069,2.149-1.604,3.887-1.604c1.738,0,3.034,0.535,3.887,1.604
+ c0.854,1.068,1.28,2.332,1.28,3.791C318.015,439.043,317.588,440.311,316.734,441.364z M314.619,439.903
+ c0.414-0.55,0.622-1.331,0.622-2.344s-0.208-1.793-0.622-2.339c-0.415-0.547-1.008-0.82-1.781-0.82
+ c-0.773,0-1.368,0.273-1.786,0.82c-0.417,0.546-0.626,1.326-0.626,2.339s0.209,1.794,0.626,2.344
+ c0.418,0.55,1.013,0.824,1.786,0.824C313.611,440.728,314.205,440.453,314.619,439.903z"/>
+ <path class="st4" d="M332.524,432.526c0.433,0.173,0.826,0.477,1.178,0.909c0.284,0.353,0.476,0.785,0.575,1.299
+ c0.062,0.34,0.093,0.838,0.093,1.494l-0.019,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.235-0.47-0.668-0.705-1.299-0.705c-0.73,0-1.234,0.303-1.512,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.663v-6.021
+ c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.308-0.733c-0.755,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.213,0.692-0.213,1.243v6.086h-2.681v-10.094h2.57v1.475c0.328-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.178-0.594,1.995-0.594c0.773,0,1.397,0.17,1.874,0.511c0.383,0.314,0.674,0.72,0.872,1.215
+ c0.346-0.594,0.776-1.029,1.29-1.309c0.544-0.277,1.15-0.417,1.818-0.417C331.652,432.267,332.091,432.354,332.524,432.526z"/>
+ <path class="st4" d="M343.391,432.694c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C341.893,432.221,342.686,432.378,343.391,432.694z M339.436,434.979
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C340.335,434.4,339.809,434.593,339.436,434.979z"/>
+ <path class="st4" d="M356.762,436.683c-0.801,0.668-1.944,1.002-3.43,1.002h-2.847v4.917h-2.839v-13.675h5.872
+ c1.354,0,2.433,0.353,3.238,1.058c0.805,0.705,1.207,1.797,1.207,3.275C357.963,434.873,357.562,436.015,356.762,436.683z
+ M354.581,431.756c-0.362-0.303-0.869-0.454-1.521-0.454h-2.575v4.026h2.575c0.652,0,1.159-0.164,1.521-0.492
+ c0.362-0.327,0.543-0.847,0.543-1.559C355.124,432.566,354.943,432.06,354.581,431.756z"/>
+ <path class="st4" d="M364.046,436.451c0.492-0.062,0.844-0.14,1.056-0.232c0.38-0.161,0.57-0.411,0.57-0.752
+ c0-0.414-0.146-0.7-0.438-0.857c-0.292-0.158-0.719-0.236-1.283-0.236c-0.633,0-1.082,0.154-1.345,0.463
+ c-0.188,0.229-0.313,0.539-0.376,0.928h-2.551c0.056-0.884,0.304-1.61,0.746-2.18c0.702-0.891,1.907-1.336,3.615-1.336
+ c1.112,0,2.099,0.22,2.963,0.658c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.019,1.17
+ c0.019,0.346,0.071,0.581,0.158,0.705c0.086,0.123,0.216,0.226,0.39,0.306v0.39h-2.876c-0.081-0.204-0.136-0.396-0.167-0.575
+ c-0.031-0.18-0.056-0.384-0.074-0.612c-0.367,0.396-0.79,0.732-1.269,1.012c-0.572,0.327-1.219,0.491-1.941,0.491
+ c-0.921,0-1.681-0.262-2.282-0.784c-0.6-0.522-0.9-1.263-0.9-2.222c0-1.243,0.483-2.144,1.449-2.7
+ c0.529-0.303,1.309-0.52,2.336-0.648L364.046,436.451z M365.663,437.685c-0.169,0.105-0.34,0.19-0.513,0.255
+ c-0.172,0.065-0.409,0.125-0.71,0.182l-0.602,0.111c-0.564,0.099-0.969,0.219-1.215,0.361c-0.417,0.241-0.625,0.615-0.625,1.123
+ c0,0.451,0.127,0.777,0.381,0.979s0.564,0.301,0.928,0.301c0.578,0,1.11-0.166,1.597-0.5s0.739-0.943,0.758-1.828V437.685z"/>
+ <path class="st4" d="M375.61,432.48c0.643,0.266,1.161,0.754,1.557,1.465v-1.456h2.579v9.593c0,1.305-0.22,2.288-0.659,2.95
+ c-0.755,1.138-2.202,1.707-4.342,1.707c-1.293,0-2.347-0.254-3.164-0.761s-1.268-1.265-1.354-2.273h2.876
+ c0.074,0.31,0.195,0.532,0.362,0.668c0.284,0.242,0.764,0.362,1.438,0.362c0.952,0,1.589-0.318,1.911-0.956
+ c0.21-0.408,0.315-1.094,0.315-2.059v-0.65c-0.254,0.434-0.526,0.758-0.816,0.975c-0.526,0.402-1.209,0.604-2.05,0.604
+ c-1.299,0-2.336-0.456-3.113-1.369c-0.776-0.912-1.164-2.147-1.164-3.706c0-1.503,0.374-2.766,1.121-3.79
+ c0.748-1.023,1.807-1.535,3.178-1.535C374.792,432.248,375.233,432.325,375.61,432.48z M376.511,439.73
+ c0.425-0.467,0.638-1.211,0.638-2.231c0-0.959-0.202-1.688-0.605-2.189c-0.404-0.501-0.944-0.751-1.622-0.751
+ c-0.924,0-1.561,0.436-1.912,1.308c-0.185,0.464-0.277,1.036-0.277,1.716c0,0.588,0.099,1.11,0.295,1.568
+ c0.357,0.854,0.998,1.28,1.922,1.28C375.565,440.431,376.086,440.197,376.511,439.73z"/>
+ <path class="st4" d="M388.803,432.694c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C387.305,432.221,388.098,432.378,388.803,432.694z M384.848,434.979
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C385.748,434.4,385.222,434.593,384.848,434.979z"/>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_1_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_34_">
+ <use xlink:href="#SVGID_1_" style="overflow:visible;"/>
+ </clipPath>
+ <path class="st55" d="M558.433,113.633c60.002,55.896,120.004,111.793,180.006,167.689l1.098,1.023"/>
+ <polygon class="st7" points="733.94,286.152 748.098,290.321 742.938,276.494 "/>
+ <path class="st8" d="M494.402,113.882c-36.083,52.886-71.819,105.771-107.902,158.656l-1,1.461"/>
+ <polygon class="st6" points="380.894,269.041 378.906,283.665 391.797,276.48 "/>
+</g>
+</svg>
Binary file REC-drafts/REC-rdf-syntax-grammar-20140225/figure2.png has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/REC-drafts/REC-rdf-syntax-grammar-20140225/figure2.svg Tue Feb 04 15:37:30 2014 +0100
@@ -0,0 +1,1277 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+]>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ viewBox="-15 0 1024 680"
+ style="overflow:visible;enable-background:new -15 0 1024 680;" xml:space="preserve">
+<title>Example RDF Graph used in the "RDF 1.1 XML Syntax" Recommendation</title>
+<desc>The diagram displays the following triples in N-Triple syntax (with the angular brackets replaced to avoid syntax issues in the present description)
+ [http://www.w3.org/TR/rdf-syntax-grammar] [http://purl.org/dc/elements/1.1/title] "RDF 1.1 XML Syntax" .
+ [http://www.w3.org/TR/rdf-syntax-grammar] [http://www.example.org/terms/editor] _:b1 .
+ _:b1 [http://www.example.org/terms/homePage] [http://purl.org/net/dajobe] .
+ _:b1 [http://www.example.org/terms/fullName] "Dave Beckett" .
+ The second and third triples are highlighted (using a different color).
+</desc>
+ <metadata>
+ <rdf:RDF
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <rdf:Description rdf:about="">
+ <dc:title>Graph RDF/XML Example 2</dc:title>
+ <dc:date>2014-01-09</dc:date>
+ <dc:format>image/svg+xml</dc:format>
+ <dc:source rdf:resource="http://www.w3.org/TR/rdf-syntax-grammar/figure2.svg" />
+ <cc:attributionURL rdf:reource='http://www.w3.org/'/>
+ <cc:license rdf:resource='http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231'/>
+ <dc:description>The diagram displays the following triples in N-Triple syntax (with the angular brackets replaced to avoid syntax issues in the present description)
+ [http://www.w3.org/TR/rdf-syntax-grammar] [http://purl.org/dc/elements/1.1/title] "RDF 1.1 XML Syntax" .
+ [http://www.w3.org/TR/rdf-syntax-grammar] [http://www.example.org/terms/editor] _:b1 .
+ _:b1 [http://www.example.org/terms/homePage] [http://purl.org/net/dajobe] .
+ _:b1 [http://www.example.org/terms/fullName] "Dave Beckett" .
+ The second and third triples are highlighted (using a different color).
+ </dc:description>
+ </rdf:Description>
+ </rdf:RDF>
+ </metadata>
+<style type="text/css">
+<![CDATA[
+ .st0{clip-path:url(#SVGID_28_);fill:#FFFFFF;}
+ .st1{clip-path:url(#SVGID_18_);fill:#C72505;}
+ .st2{clip-path:url(#SVGID_68_);fill:none;stroke:#143D70;stroke-width:3;}
+ .st3{clip-path:url(#SVGID_18_);fill:#FFFFFF;}
+ .st4{clip-path:url(#SVGID_24_);fill:#DCBD22;}
+ .st5{fill:#164F86;}
+ .st6{clip-path:url(#SVGID_60_);fill:#FFFFFF;}
+ .st7{clip-path:url(#SVGID_34_);fill:#143D70;}
+ .st8{clip-path:url(#SVGID_40_);fill:#C72505;}
+ .st9{clip-path:url(#SVGID_48_);fill:#DCBD22;}
+ .st10{clip-path:url(#SVGID_68_);fill:#143D70;}
+ .st11{clip-path:url(#SVGID_52_);fill:#C02007;}
+ .st12{clip-path:url(#SVGID_30_);fill:#FFFFFF;}
+ .st13{clip-path:url(#SVGID_52_);fill:#FFFFFF;}
+ .st14{clip-path:url(#SVGID_20_);fill:#C72505;}
+ .st15{clip-path:url(#SVGID_26_);fill:#14467B;}
+ .st16{font-family:'Helvetica-Bold';}
+ .st17{clip-path:url(#SVGID_64_);fill:#FFFFFF;}
+ .st18{fill:none;stroke:#000000;stroke-width:0.25;}
+ .st19{clip-path:url(#SVGID_32_);fill:#FFFFFF;}
+ .st20{clip-path:url(#SVGID_34_);fill:#C02007;}
+ .st21{fill:#FFFFFF;}
+ .st22{clip-path:url(#SVGID_68_);fill:#C02007;}
+ .st23{clip-path:url(#SVGID_34_);fill:none;stroke:#C02007;stroke-width:3;}
+ .st24{clip-path:url(#SVGID_56_);fill:#FFFFFF;}
+ .st25{clip-path:url(#SVGID_52_);fill:none;stroke:#14467B;stroke-width:3;}
+ .st26{clip-path:url(#SVGID_36_);fill:#C72505;}
+ .st27{clip-path:url(#SVGID_26_);fill:none;stroke:#14467B;stroke-width:3;}
+ .st28{clip-path:url(#SVGID_68_);fill:none;stroke:#C02007;stroke-width:3;}
+ .st29{clip-path:url(#SVGID_26_);fill:#C02007;}
+ .st30{clip-path:url(#SVGID_36_);fill:#FFFFFF;}
+ .st31{font-size:19;}
+ .st32{clip-path:url(#SVGID_26_);fill:#FFFFFF;}
+ .st33{clip-path:url(#SVGID_52_);fill:#14467B;}
+ .st34{clip-path:url(#SVGID_19_);}
+ .st35{clip-path:url(#SVGID_21_);}
+ .st36{clip-path:url(#SVGID_23_);}
+ .st37{clip-path:url(#SVGID_25_);}
+ .st38{clip-path:url(#SVGID_27_);}
+ .st39{clip-path:url(#SVGID_29_);}
+ .st40{clip-path:url(#SVGID_31_);}
+ .st41{clip-path:url(#SVGID_33_);}
+ .st42{clip-path:url(#SVGID_38_);}
+ .st43{clip-path:url(#SVGID_42_);}
+ .st44{clip-path:url(#SVGID_46_);}
+ .st45{clip-path:url(#SVGID_50_);}
+ .st46{clip-path:url(#SVGID_54_);}
+ .st47{clip-path:url(#SVGID_58_);}
+ .st48{clip-path:url(#SVGID_62_);}
+ .st49{clip-path:url(#SVGID_66_);}
+ .st50{fill:#735109;}
+ .st51{clip-path:url(#SVGID_22_);fill:#DCBD22;}
+ .st52{clip-path:url(#SVGID_34_);fill:none;stroke:#143D70;stroke-width:3;}
+ .st53{clip-path:url(#SVGID_44_);fill:#DCBD22;}
+ .st54{clip-path:url(#SVGID_52_);fill:none;stroke:#C02007;stroke-width:3;}
+ .st55{clip-path:url(#SVGID_26_);fill:none;stroke:#C02007;stroke-width:3;}
+]]>
+</style>
+<defs>
+</defs>
+<g>
+ <defs>
+ <rect id="SVGID_17_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_18_">
+ <use xlink:href="#SVGID_17_" style="overflow:visible;"/>
+ </clipPath>
+ <rect class="st3" width="1024" height="768"/>
+ <path class="st1" d="M701.833,51.242c100.762,14.37,100.762,37.667,0,52.037c-100.761,14.37-264.127,14.37-364.889,0
+ c-100.762-14.37-100.762-37.667,0-52.037C437.706,36.872,601.072,36.872,701.833,51.242z"/>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_16_" x="261.373" y="40.465" width="516.031" height="73.591"/>
+ </defs>
+ <clipPath id="SVGID_19_">
+ <use xlink:href="#SVGID_16_" style="overflow:visible;"/>
+ </clipPath>
+ <g class="st34">
+ <path d="M338.748,74.476c0.508,0.217,0.925,0.548,1.251,0.994c0.277,0.378,0.446,0.766,0.508,1.165
+ c0.062,0.399,0.092,1.051,0.092,1.955v5.942h-2.7v-6.158c0-0.545-0.092-0.984-0.276-1.318c-0.239-0.471-0.694-0.706-1.363-0.706
+ c-0.694,0-1.22,0.233-1.58,0.701c-0.359,0.468-0.539,1.135-0.539,2.002v5.479h-2.644V70.903h2.644v4.824
+ c0.382-0.587,0.824-0.997,1.326-1.229c0.501-0.232,1.03-0.348,1.584-0.348C337.675,74.151,338.24,74.26,338.748,74.476z"/>
+ <path d="M342.047,76.396v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H342.047z"/>
+ <path d="M348.375,76.396v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H348.375z"/>
+ <path d="M364.245,75.505c0.825,0.873,1.237,2.152,1.237,3.842c0,1.781-0.403,3.139-1.209,4.072c-0.806,0.934-1.844,1.4-3.114,1.4
+ c-0.809,0-1.481-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.859-0.974v5.27h-2.616V74.42h2.533v1.493
+ c0.286-0.438,0.591-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677C362.413,74.197,363.42,74.634,364.245,75.505z
+ M362.215,77.407c-0.359-0.6-0.942-0.9-1.748-0.9c-0.969,0-1.634,0.455-1.997,1.364c-0.188,0.482-0.281,1.095-0.281,1.837
+ c0,1.175,0.315,2.001,0.946,2.477c0.375,0.279,0.819,0.418,1.331,0.418c0.744,0,1.311-0.284,1.702-0.854s0.586-1.326,0.586-2.273
+ C362.754,78.696,362.575,78.007,362.215,77.407z"/>
+ <path d="M368.265,74.81h2.811v2.773h-2.811V74.81z M368.265,81.759h2.811v2.773h-2.811V81.759z"/>
+ <path d="M376.7,70.44h2.2l-5.324,14.092h-2.181L376.7,70.44z"/>
+ <path d="M381.979,70.44h2.2l-5.324,14.092h-2.181L381.979,70.44z"/>
+ <path d="M389,74.42h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746l-2.839-10.112
+ h2.839l1.577,7.255L389,74.42z"/>
+ <path d="M403.779,74.42h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746l-2.839-10.112
+ h2.839l1.577,7.255L403.779,74.42z"/>
+ <path d="M418.558,74.42h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746l-2.839-10.112
+ h2.839l1.577,7.255L418.558,74.42z"/>
+ <path d="M427.837,81.759h2.811v2.773h-2.811V81.759z"/>
+ <path d="M437.931,74.42h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746l-2.839-10.112
+ h2.839l1.577,7.255L437.931,74.42z"/>
+ <path d="M449.806,80.403c0,0.539,0.086,0.984,0.259,1.336c0.321,0.65,0.904,0.975,1.749,0.975c0.519,0,0.97-0.178,1.356-0.533
+ s0.579-0.867,0.579-1.535c0-0.885-0.357-1.476-1.073-1.772c-0.407-0.167-1.048-0.251-1.924-0.251v-1.893
+ c0.857-0.012,1.455-0.096,1.793-0.25c0.585-0.26,0.878-0.785,0.878-1.577c0-0.514-0.149-0.931-0.449-1.253
+ c-0.299-0.321-0.72-0.482-1.263-0.482c-0.623,0-1.081,0.198-1.374,0.594c-0.293,0.396-0.434,0.925-0.421,1.587h-2.468
+ c0.024-0.668,0.139-1.302,0.343-1.901c0.216-0.526,0.556-1.012,1.02-1.457c0.346-0.315,0.757-0.557,1.232-0.724
+ s1.06-0.251,1.752-0.251c1.285,0,2.321,0.333,3.109,0.998s1.182,1.557,1.182,2.676c0,0.792-0.235,1.46-0.705,2.004
+ c-0.297,0.341-0.606,0.572-0.928,0.696c0.241,0,0.587,0.207,1.039,0.622c0.674,0.624,1.011,1.478,1.011,2.561
+ c0,1.138-0.394,2.138-1.182,3.001c-0.788,0.862-1.954,1.294-3.499,1.294c-1.903,0-3.225-0.621-3.966-1.865
+ c-0.39-0.661-0.606-1.527-0.649-2.598H449.806z"/>
+ <path d="M458.462,81.759h2.811v2.773h-2.811V81.759z"/>
+ <path d="M472.22,83.295c-0.854,1.054-2.149,1.581-3.887,1.581c-1.738,0-3.034-0.527-3.887-1.581s-1.28-2.321-1.28-3.805
+ c0-1.459,0.427-2.723,1.28-3.791c0.854-1.069,2.149-1.604,3.887-1.604c1.738,0,3.034,0.535,3.887,1.604
+ c0.854,1.068,1.28,2.332,1.28,3.791C473.5,80.974,473.074,82.241,472.22,83.295z M470.105,81.834
+ c0.414-0.55,0.622-1.331,0.622-2.344s-0.208-1.793-0.622-2.339c-0.415-0.547-1.008-0.82-1.781-0.82
+ c-0.773,0-1.368,0.273-1.786,0.82c-0.417,0.546-0.626,1.326-0.626,2.339s0.209,1.794,0.626,2.344
+ c0.418,0.55,1.013,0.824,1.786,0.824C469.097,82.658,469.69,82.384,470.105,81.834z"/>
+ <path d="M481.011,74.184c0.034,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663V74.42h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C480.935,74.179,480.977,74.181,481.011,74.184z"
+ />
+ <path d="M487.79,74.411c0.643,0.266,1.161,0.754,1.557,1.465V74.42h2.579v9.593c0,1.305-0.22,2.288-0.659,2.95
+ c-0.755,1.138-2.202,1.707-4.342,1.707c-1.293,0-2.347-0.254-3.164-0.761s-1.268-1.265-1.354-2.273h2.876
+ c0.074,0.31,0.195,0.532,0.362,0.668c0.284,0.242,0.764,0.362,1.438,0.362c0.952,0,1.589-0.318,1.911-0.956
+ c0.21-0.408,0.315-1.094,0.315-2.059v-0.65c-0.254,0.434-0.526,0.758-0.816,0.975c-0.526,0.402-1.209,0.604-2.05,0.604
+ c-1.299,0-2.336-0.456-3.113-1.369c-0.776-0.912-1.164-2.147-1.164-3.706c0-1.503,0.374-2.766,1.121-3.79
+ c0.748-1.023,1.807-1.535,3.178-1.535C486.971,74.179,487.413,74.256,487.79,74.411z M488.69,81.661
+ c0.425-0.467,0.638-1.211,0.638-2.231c0-0.959-0.202-1.688-0.605-2.189c-0.404-0.501-0.944-0.751-1.622-0.751
+ c-0.924,0-1.561,0.436-1.912,1.308c-0.185,0.464-0.277,1.036-0.277,1.716c0,0.588,0.099,1.11,0.295,1.568
+ c0.357,0.854,0.998,1.28,1.922,1.28C487.745,82.361,488.265,82.128,488.69,81.661z"/>
+ <path d="M497.419,70.44h2.2l-5.324,14.092h-2.181L497.419,70.44z"/>
+ <path d="M509.821,70.857v2.421h-4.091v11.254h-2.876V73.278h-4.11v-2.421H509.821z"/>
+ <path d="M520.254,71.21c0.504,0.217,0.932,0.535,1.281,0.955c0.289,0.347,0.518,0.73,0.688,1.15
+ c0.168,0.421,0.253,0.9,0.253,1.438c0,0.649-0.164,1.288-0.491,1.916c-0.328,0.628-0.869,1.071-1.624,1.331
+ c0.631,0.254,1.077,0.614,1.341,1.081c0.263,0.467,0.395,1.18,0.395,2.138v0.919c0,0.625,0.024,1.048,0.074,1.271
+ c0.076,0.354,0.252,0.613,0.528,0.779v0.344h-3.154c-0.087-0.303-0.148-0.547-0.186-0.732c-0.074-0.384-0.114-0.776-0.12-1.179
+ l-0.02-1.271c-0.012-0.873-0.162-1.454-0.451-1.744c-0.29-0.291-0.832-0.437-1.629-0.437h-2.79v5.362h-2.792V70.857h6.542
+ C519.031,70.876,519.751,70.993,520.254,71.21z M514.349,73.232v3.674h3.075c0.611,0,1.068-0.074,1.375-0.223
+ c0.54-0.26,0.811-0.773,0.811-1.54c0-0.829-0.262-1.386-0.785-1.67c-0.293-0.161-0.734-0.241-1.321-0.241H514.349z"/>
+ <path d="M528.025,70.44h2.2l-5.323,14.092h-2.182L528.025,70.44z"/>
+ <path d="M535.896,74.184c0.034,0.003,0.109,0.008,0.228,0.014v2.709c-0.168-0.019-0.316-0.031-0.445-0.037
+ c-0.131-0.006-0.236-0.009-0.316-0.009c-1.063,0-1.777,0.346-2.143,1.039c-0.204,0.389-0.307,0.989-0.307,1.799v4.834h-2.662
+ V74.42h2.523v1.763c0.408-0.674,0.764-1.135,1.066-1.383c0.495-0.414,1.139-0.621,1.93-0.621
+ C535.819,74.179,535.861,74.181,535.896,74.184z"/>
+ <path d="M543.034,74.582c0.476,0.27,0.862,0.642,1.159,1.118v-4.824h2.682v13.656h-2.57v-1.4c-0.377,0.6-0.807,1.035-1.289,1.308
+ s-1.082,0.408-1.8,0.408c-1.182,0-2.175-0.478-2.983-1.434c-0.807-0.955-1.21-2.182-1.21-3.679c0-1.725,0.397-3.083,1.192-4.072
+ s1.856-1.484,3.187-1.484C542.014,74.179,542.558,74.313,543.034,74.582z M543.684,81.786c0.39-0.557,0.584-1.277,0.584-2.162
+ c0-1.236-0.312-2.121-0.937-2.652c-0.384-0.322-0.829-0.482-1.336-0.482c-0.773,0-1.341,0.292-1.702,0.876
+ c-0.361,0.585-0.543,1.31-0.543,2.176c0,0.934,0.184,1.681,0.553,2.24c0.367,0.561,0.926,0.84,1.674,0.84
+ S543.294,82.343,543.684,81.786z"/>
+ <path d="M553.462,70.732c0.136,0.009,0.321,0.022,0.557,0.042v2.152c-0.148-0.02-0.397-0.033-0.747-0.042
+ c-0.35-0.01-0.59,0.068-0.724,0.231c-0.133,0.164-0.199,0.345-0.199,0.543s0,0.482,0,0.854h1.735v1.865h-1.735v8.154h-2.626
+ v-8.154h-1.484v-1.865h1.447v-0.649c0-1.082,0.183-1.827,0.548-2.235c0.384-0.606,1.308-0.91,2.774-0.91
+ C553.174,70.718,553.326,70.723,553.462,70.732z"/>
+ <path d="M554.807,77.982h5.178v2.505h-5.178V77.982z"/>
+ <path d="M563.982,81.304c0.057,0.47,0.178,0.804,0.363,1.002c0.33,0.353,0.938,0.529,1.827,0.529c0.522,0,0.937-0.078,1.245-0.232
+ c0.307-0.154,0.461-0.387,0.461-0.695c0-0.297-0.124-0.523-0.371-0.678c-0.248-0.154-1.17-0.421-2.767-0.798
+ c-1.149-0.284-1.959-0.64-2.429-1.067c-0.471-0.42-0.705-1.026-0.705-1.818c0-0.934,0.367-1.735,1.102-2.407
+ c0.734-0.671,1.768-1.007,3.101-1.007c1.265,0,2.295,0.253,3.091,0.757c0.797,0.504,1.254,1.374,1.372,2.611h-2.644
+ c-0.037-0.34-0.134-0.609-0.289-0.808c-0.291-0.358-0.787-0.537-1.488-0.537c-0.576,0-0.988,0.089-1.232,0.269
+ c-0.245,0.18-0.367,0.39-0.367,0.631c0,0.303,0.13,0.522,0.391,0.659c0.26,0.142,1.18,0.386,2.76,0.732
+ c1.054,0.247,1.844,0.621,2.369,1.123c0.52,0.507,0.779,1.141,0.779,1.901c0,1.002-0.373,1.82-1.12,2.454
+ s-1.901,0.951-3.463,0.951c-1.593,0-2.769-0.336-3.528-1.007c-0.759-0.671-1.139-1.526-1.139-2.565H563.982z"/>
+ <path d="M572.898,86.472l0.334,0.018c0.26,0.013,0.506,0.004,0.742-0.027c0.234-0.031,0.432-0.102,0.594-0.213
+ c0.154-0.105,0.298-0.325,0.432-0.659c0.133-0.334,0.189-0.538,0.171-0.612l-3.716-10.558h2.941l2.207,7.459l2.088-7.459h2.811
+ l-3.467,9.945c-0.67,1.917-1.199,3.106-1.59,3.567c-0.39,0.46-1.17,0.691-2.34,0.691c-0.235,0-0.424-0.002-0.566-0.005
+ c-0.143-0.004-0.356-0.015-0.641-0.032V86.472z"/>
+ <path d="M591.221,75c0.662,0.547,0.992,1.455,0.992,2.723v6.81h-2.709v-6.15c0-0.532-0.07-0.94-0.211-1.225
+ c-0.258-0.52-0.75-0.779-1.474-0.779c-0.891,0-1.501,0.38-1.833,1.141c-0.172,0.402-0.258,0.915-0.258,1.54v5.474h-2.645V74.438
+ h2.561v1.475c0.339-0.52,0.66-0.894,0.961-1.122c0.542-0.408,1.229-0.612,2.061-0.612C589.707,74.179,590.559,74.452,591.221,75z"
+ />
+ <path d="M593.633,76.396v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.157,0.775
+ c0.105,0.102,0.428,0.152,0.965,0.152c0.08,0,0.166-0.001,0.256-0.004s0.178-0.008,0.264-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.104-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H593.633z"/>
+ <path d="M605.004,78.382c0.492-0.062,0.844-0.14,1.057-0.232c0.38-0.161,0.57-0.411,0.57-0.752c0-0.414-0.146-0.7-0.438-0.857
+ c-0.292-0.158-0.72-0.236-1.283-0.236c-0.634,0-1.082,0.154-1.346,0.463c-0.188,0.229-0.313,0.539-0.376,0.928h-2.552
+ c0.057-0.884,0.305-1.61,0.746-2.18c0.701-0.891,1.906-1.336,3.615-1.336c1.111,0,2.1,0.22,2.963,0.658
+ c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.019,1.17c0.019,0.346,0.071,0.581,0.157,0.705
+ c0.087,0.123,0.217,0.226,0.391,0.306v0.39h-2.877c-0.08-0.204-0.136-0.396-0.166-0.575c-0.031-0.18-0.057-0.384-0.074-0.612
+ c-0.367,0.396-0.791,0.732-1.27,1.012c-0.572,0.327-1.219,0.491-1.941,0.491c-0.92,0-1.681-0.262-2.281-0.784
+ c-0.6-0.522-0.9-1.263-0.9-2.222c0-1.243,0.482-2.144,1.449-2.7c0.529-0.303,1.309-0.52,2.336-0.648L605.004,78.382z
+ M606.621,79.615c-0.17,0.105-0.34,0.19-0.513,0.255c-0.173,0.065-0.409,0.125-0.71,0.182l-0.602,0.111
+ c-0.564,0.099-0.97,0.219-1.216,0.361c-0.417,0.241-0.624,0.615-0.624,1.123c0,0.451,0.127,0.777,0.381,0.979
+ s0.564,0.301,0.928,0.301c0.578,0,1.11-0.166,1.598-0.5c0.486-0.334,0.738-0.943,0.758-1.828V79.615z"/>
+ <path d="M610.56,84.532l3.451-5.121l-3.303-4.973h3.237l1.689,2.929l1.65-2.929h3.146l-3.321,4.926l3.451,5.168h-3.294l-1.74-3.04
+ l-1.757,3.04H610.56z"/>
+ <path d="M621.335,77.982h5.177v2.505h-5.177V77.982z"/>
+ <path d="M633.463,74.411c0.643,0.266,1.16,0.754,1.557,1.465V74.42h2.578v9.593c0,1.305-0.219,2.288-0.658,2.95
+ c-0.755,1.138-2.202,1.707-4.342,1.707c-1.293,0-2.348-0.254-3.164-0.761s-1.268-1.265-1.354-2.273h2.875
+ c0.074,0.31,0.195,0.532,0.362,0.668c0.284,0.242,0.764,0.362,1.438,0.362c0.951,0,1.589-0.318,1.91-0.956
+ c0.211-0.408,0.316-1.094,0.316-2.059v-0.65c-0.254,0.434-0.526,0.758-0.816,0.975c-0.526,0.402-1.21,0.604-2.051,0.604
+ c-1.299,0-2.336-0.456-3.113-1.369c-0.775-0.912-1.164-2.147-1.164-3.706c0-1.503,0.374-2.766,1.121-3.79
+ c0.748-1.023,1.807-1.535,3.179-1.535C632.645,74.179,633.086,74.256,633.463,74.411z M634.363,81.661
+ C634.788,81.194,635,80.45,635,79.43c0-0.959-0.201-1.688-0.604-2.189s-0.944-0.751-1.622-0.751c-0.924,0-1.561,0.436-1.912,1.308
+ c-0.185,0.464-0.277,1.036-0.277,1.716c0,0.588,0.1,1.11,0.296,1.568c0.357,0.854,0.998,1.28,1.922,1.28
+ C633.418,82.361,633.938,82.128,634.363,81.661z"/>
+ <path d="M645.684,74.184c0.033,0.003,0.109,0.008,0.227,0.014v2.709c-0.166-0.019-0.314-0.031-0.445-0.037
+ c-0.129-0.006-0.234-0.009-0.314-0.009c-1.064,0-1.779,0.346-2.144,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663
+ V74.42h2.523v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.494-0.414,1.137-0.621,1.93-0.621
+ C645.607,74.179,645.649,74.181,645.684,74.184z"/>
+ <path d="M651.465,78.382c0.492-0.062,0.844-0.14,1.057-0.232c0.38-0.161,0.57-0.411,0.57-0.752c0-0.414-0.146-0.7-0.438-0.857
+ c-0.292-0.158-0.72-0.236-1.283-0.236c-0.634,0-1.082,0.154-1.346,0.463c-0.188,0.229-0.313,0.539-0.376,0.928h-2.552
+ c0.057-0.884,0.305-1.61,0.746-2.18c0.701-0.891,1.906-1.336,3.615-1.336c1.111,0,2.1,0.22,2.963,0.658
+ c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.019,1.17c0.019,0.346,0.071,0.581,0.157,0.705
+ c0.087,0.123,0.217,0.226,0.391,0.306v0.39h-2.877c-0.08-0.204-0.136-0.396-0.166-0.575c-0.031-0.18-0.057-0.384-0.074-0.612
+ c-0.367,0.396-0.791,0.732-1.27,1.012c-0.572,0.327-1.219,0.491-1.941,0.491c-0.92,0-1.681-0.262-2.281-0.784
+ c-0.6-0.522-0.9-1.263-0.9-2.222c0-1.243,0.482-2.144,1.449-2.7c0.529-0.303,1.309-0.52,2.336-0.648L651.465,78.382z
+ M653.082,79.615c-0.17,0.105-0.34,0.19-0.513,0.255c-0.173,0.065-0.409,0.125-0.71,0.182l-0.602,0.111
+ c-0.564,0.099-0.97,0.219-1.216,0.361c-0.417,0.241-0.624,0.615-0.624,1.123c0,0.451,0.127,0.777,0.381,0.979
+ s0.564,0.301,0.928,0.301c0.578,0,1.11-0.166,1.598-0.5c0.486-0.334,0.738-0.943,0.758-1.828V79.615z"/>
+ <path d="M670.645,74.457c0.432,0.173,0.825,0.477,1.178,0.909c0.284,0.353,0.477,0.785,0.575,1.299
+ c0.062,0.34,0.093,0.838,0.093,1.494l-0.019,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.235-0.47-0.668-0.705-1.299-0.705c-0.729,0-1.233,0.303-1.513,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.662
+ v-6.021c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.309-0.733c-0.755,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.213,0.692-0.213,1.243v6.086h-2.682V74.438h2.57v1.475c0.327-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.178-0.594,1.994-0.594c0.773,0,1.397,0.17,1.874,0.511c0.384,0.314,0.674,0.72,0.872,1.215
+ c0.346-0.594,0.775-1.029,1.289-1.309c0.545-0.277,1.15-0.417,1.818-0.417C669.771,74.197,670.211,74.284,670.645,74.457z"/>
+ <path d="M687.538,74.457c0.433,0.173,0.825,0.477,1.179,0.909c0.283,0.353,0.476,0.785,0.574,1.299
+ c0.062,0.34,0.094,0.838,0.094,1.494l-0.02,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.234-0.47-0.668-0.705-1.299-0.705c-0.729,0-1.233,0.303-1.512,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.663
+ v-6.021c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.308-0.733c-0.756,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.214,0.692-0.214,1.243v6.086h-2.681V74.438h2.569v1.475c0.327-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.179-0.594,1.995-0.594c0.772,0,1.396,0.17,1.873,0.511c0.384,0.314,0.674,0.72,0.873,1.215
+ c0.346-0.594,0.775-1.029,1.289-1.309c0.544-0.277,1.15-0.417,1.818-0.417C686.666,74.197,687.105,74.284,687.538,74.457z"/>
+ <path d="M695.82,78.382c0.492-0.062,0.844-0.14,1.056-0.232c0.38-0.161,0.57-0.411,0.57-0.752c0-0.414-0.146-0.7-0.438-0.857
+ c-0.292-0.158-0.72-0.236-1.283-0.236c-0.634,0-1.081,0.154-1.345,0.463c-0.188,0.229-0.314,0.539-0.377,0.928h-2.551
+ c0.056-0.884,0.305-1.61,0.746-2.18c0.701-0.891,1.906-1.336,3.615-1.336c1.111,0,2.099,0.22,2.963,0.658
+ c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.018,1.17c0.02,0.346,0.071,0.581,0.158,0.705
+ c0.086,0.123,0.217,0.226,0.39,0.306v0.39h-2.876c-0.08-0.204-0.137-0.396-0.167-0.575c-0.031-0.18-0.056-0.384-0.074-0.612
+ c-0.367,0.396-0.79,0.732-1.269,1.012c-0.572,0.327-1.22,0.491-1.941,0.491c-0.921,0-1.682-0.262-2.281-0.784
+ c-0.601-0.522-0.9-1.263-0.9-2.222c0-1.243,0.482-2.144,1.448-2.7c0.529-0.303,1.309-0.52,2.337-0.648L695.82,78.382z
+ M697.438,79.615c-0.17,0.105-0.341,0.19-0.514,0.255c-0.172,0.065-0.408,0.125-0.709,0.182l-0.603,0.111
+ c-0.563,0.099-0.97,0.219-1.216,0.361c-0.416,0.241-0.624,0.615-0.624,1.123c0,0.451,0.127,0.777,0.382,0.979
+ c0.254,0.201,0.563,0.301,0.928,0.301c0.578,0,1.109-0.166,1.597-0.5s0.739-0.943,0.759-1.828V79.615z"/>
+ <path d="M708,74.184c0.033,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037s-0.235-0.009-0.315-0.009
+ c-1.063,0-1.778,0.346-2.144,1.039c-0.203,0.389-0.306,0.989-0.306,1.799v4.834h-2.663V74.42h2.523v1.763
+ c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C707.924,74.179,707.965,74.181,708,74.184z"/>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_15_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_20_">
+ <use xlink:href="#SVGID_15_" style="overflow:visible;"/>
+ </clipPath>
+ <path class="st14" d="M384.808,288.217c14.969,14.37,14.969,37.667,0,52.037s-39.239,14.37-54.208,0
+ c-14.969-14.37-14.969-37.667,0-52.037C345.569,273.848,369.839,273.848,384.808,288.217z"/>
+ <path class="st14" d="M273.603,570.391c62.361,11.854,62.361,31.074,0,42.929c-62.362,11.854-163.47,11.854-225.832,0
+ c-62.361-11.854-62.361-31.074,0-42.929C110.133,558.536,211.241,558.536,273.603,570.391z"/>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_14_" x="1" y="561.5" width="319.374" height="60.711"/>
+ </defs>
+ <clipPath id="SVGID_21_">
+ <use xlink:href="#SVGID_14_" style="overflow:visible;"/>
+ </clipPath>
+ <g class="st35">
+ <path d="M56.775,588.574c0.508,0.217,0.925,0.548,1.251,0.994c0.277,0.378,0.446,0.766,0.508,1.165
+ c0.062,0.399,0.092,1.051,0.092,1.955v5.942h-2.7v-6.158c0-0.545-0.092-0.984-0.276-1.318c-0.239-0.471-0.694-0.706-1.363-0.706
+ c-0.694,0-1.22,0.233-1.58,0.701c-0.359,0.468-0.539,1.135-0.539,2.002v5.479h-2.644v-13.629h2.644v4.824
+ c0.382-0.587,0.824-0.997,1.326-1.229c0.501-0.232,1.03-0.348,1.584-0.348C55.702,588.25,56.267,588.358,56.775,588.574z"/>
+ <path d="M60.074,590.494v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H60.074z"/>
+ <path d="M66.401,590.494v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H66.401z"/>
+ <path d="M82.271,589.604c0.825,0.873,1.237,2.152,1.237,3.842c0,1.781-0.403,3.139-1.209,4.072c-0.806,0.934-1.844,1.4-3.114,1.4
+ c-0.809,0-1.481-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.859-0.974v5.27h-2.616v-14.093h2.533v1.493
+ c0.286-0.438,0.591-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677C80.44,588.296,81.447,588.732,82.271,589.604z
+ M80.242,591.506c-0.359-0.6-0.942-0.9-1.748-0.9c-0.969,0-1.634,0.455-1.997,1.364c-0.188,0.482-0.281,1.095-0.281,1.837
+ c0,1.175,0.315,2.001,0.946,2.477c0.375,0.279,0.819,0.418,1.331,0.418c0.744,0,1.311-0.284,1.702-0.854s0.586-1.326,0.586-2.273
+ C80.781,592.795,80.602,592.105,80.242,591.506z"/>
+ <path d="M86.292,588.908h2.811v2.773h-2.811V588.908z M86.292,595.857h2.811v2.773h-2.811V595.857z"/>
+ <path d="M94.727,584.539h2.2l-5.324,14.092h-2.181L94.727,584.539z"/>
+ <path d="M100.006,584.539h2.2l-5.324,14.092h-2.181L100.006,584.539z"/>
+ <path d="M110.762,589.604c0.825,0.873,1.237,2.152,1.237,3.842c0,1.781-0.403,3.139-1.209,4.072c-0.806,0.934-1.844,1.4-3.114,1.4
+ c-0.809,0-1.481-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.859-0.974v5.27h-2.616v-14.093h2.533v1.493
+ c0.286-0.438,0.591-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677C108.931,588.296,109.938,588.732,110.762,589.604z
+ M108.733,591.506c-0.359-0.6-0.942-0.9-1.748-0.9c-0.969,0-1.634,0.455-1.997,1.364c-0.188,0.482-0.281,1.095-0.281,1.837
+ c0,1.175,0.315,2.001,0.946,2.477c0.375,0.279,0.819,0.418,1.331,0.418c0.744,0,1.311-0.284,1.702-0.854s0.586-1.326,0.586-2.273
+ C109.272,592.795,109.092,592.105,108.733,591.506z"/>
+ <path d="M116.499,588.519v6.095c0,0.576,0.068,1.009,0.203,1.299c0.24,0.514,0.71,0.771,1.412,0.771
+ c0.898,0,1.514-0.365,1.847-1.095c0.172-0.396,0.258-0.918,0.258-1.568v-5.501h2.681v10.112h-2.57v-1.429
+ c-0.024,0.031-0.086,0.124-0.185,0.278s-0.216,0.291-0.352,0.408c-0.413,0.371-0.812,0.625-1.198,0.761
+ c-0.386,0.136-0.837,0.204-1.355,0.204c-1.493,0-2.498-0.538-3.016-1.614c-0.29-0.594-0.435-1.469-0.435-2.626v-6.095H116.499z"/>
+ <path d="M131.088,588.282c0.034,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663v-10.112h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C131.012,588.277,131.054,588.279,131.088,588.282
+ z"/>
+ <path d="M135.564,598.631h-2.644v-13.675h2.644V598.631z"/>
+ <path d="M138.097,595.857h2.811v2.773h-2.811V595.857z"/>
+ <path d="M151.855,597.394c-0.854,1.054-2.149,1.581-3.887,1.581c-1.738,0-3.034-0.527-3.887-1.581s-1.28-2.321-1.28-3.805
+ c0-1.459,0.427-2.723,1.28-3.791c0.854-1.069,2.149-1.604,3.887-1.604c1.738,0,3.034,0.535,3.887,1.604
+ c0.854,1.068,1.28,2.332,1.28,3.791C153.135,595.072,152.708,596.34,151.855,597.394z M149.74,595.933
+ c0.414-0.55,0.622-1.331,0.622-2.344s-0.208-1.793-0.622-2.339c-0.415-0.547-1.008-0.82-1.781-0.82
+ c-0.773,0-1.368,0.273-1.786,0.82c-0.417,0.546-0.626,1.326-0.626,2.339s0.209,1.794,0.626,2.344
+ c0.418,0.55,1.013,0.824,1.786,0.824C148.731,596.757,149.325,596.482,149.74,595.933z"/>
+ <path d="M160.646,588.282c0.034,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834H155v-10.112h2.523v1.763
+ c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C160.569,588.277,160.611,588.279,160.646,588.282z"/>
+ <path d="M167.424,588.51c0.643,0.266,1.161,0.754,1.557,1.465v-1.456h2.579v9.593c0,1.305-0.22,2.288-0.659,2.95
+ c-0.755,1.138-2.202,1.707-4.342,1.707c-1.293,0-2.347-0.254-3.164-0.761s-1.268-1.265-1.354-2.273h2.876
+ c0.074,0.31,0.195,0.532,0.362,0.668c0.284,0.242,0.764,0.362,1.438,0.362c0.952,0,1.589-0.318,1.911-0.956
+ c0.21-0.408,0.315-1.094,0.315-2.059v-0.65c-0.254,0.434-0.526,0.758-0.816,0.975c-0.526,0.402-1.209,0.604-2.05,0.604
+ c-1.299,0-2.336-0.456-3.113-1.369c-0.776-0.912-1.164-2.147-1.164-3.706c0-1.503,0.374-2.766,1.121-3.79
+ c0.748-1.023,1.807-1.535,3.178-1.535C166.606,588.277,167.047,588.354,167.424,588.51z M168.325,595.76
+ c0.425-0.467,0.638-1.211,0.638-2.231c0-0.959-0.202-1.688-0.605-2.189c-0.404-0.501-0.944-0.751-1.622-0.751
+ c-0.924,0-1.561,0.436-1.912,1.308c-0.185,0.464-0.277,1.036-0.277,1.716c0,0.588,0.099,1.11,0.295,1.568
+ c0.357,0.854,0.998,1.28,1.922,1.28C167.379,596.46,167.9,596.227,168.325,595.76z"/>
+ <path d="M177.054,584.539h2.2l-5.324,14.092h-2.181L177.054,584.539z"/>
+ <path d="M187.461,589.099c0.662,0.547,0.993,1.455,0.993,2.723v6.81h-2.709v-6.15c0-0.532-0.071-0.94-0.212-1.225
+ c-0.258-0.52-0.749-0.779-1.473-0.779c-0.891,0-1.501,0.38-1.833,1.141c-0.172,0.402-0.258,0.915-0.258,1.54v5.474h-2.644v-10.094
+ h2.561v1.475c0.338-0.52,0.659-0.894,0.961-1.122c0.542-0.408,1.229-0.612,2.06-0.612
+ C185.947,588.277,186.799,588.551,187.461,589.099z"/>
+ <path d="M197.502,588.724c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C196.004,588.25,196.797,588.407,197.502,588.724z M193.547,591.008
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C194.446,590.43,193.92,590.622,193.547,591.008z"/>
+ <path d="M200.44,590.494v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H200.44z"/>
+ <path d="M210.833,584.539h2.2l-5.324,14.092h-2.181L210.833,584.539z"/>
+ <path d="M218.448,588.681c0.476,0.27,0.863,0.642,1.16,1.118v-4.824h2.681v13.656h-2.57v-1.4c-0.377,0.6-0.807,1.035-1.29,1.308
+ s-1.083,0.408-1.8,0.408c-1.182,0-2.175-0.478-2.983-1.434c-0.807-0.955-1.21-2.182-1.21-3.679c0-1.725,0.397-3.083,1.192-4.072
+ c0.795-0.989,1.857-1.484,3.187-1.484C217.427,588.277,217.971,588.412,218.448,588.681z M219.097,595.885
+ c0.39-0.557,0.584-1.277,0.584-2.162c0-1.236-0.312-2.121-0.937-2.652c-0.384-0.322-0.829-0.482-1.336-0.482
+ c-0.773,0-1.34,0.292-1.703,0.876c-0.361,0.585-0.542,1.31-0.542,2.176c0,0.934,0.184,1.681,0.552,2.24
+ c0.368,0.561,0.926,0.84,1.674,0.84C218.138,596.72,218.708,596.441,219.097,595.885z"/>
+ <path d="M228.697,592.48c0.492-0.062,0.844-0.14,1.056-0.232c0.38-0.161,0.57-0.411,0.57-0.752c0-0.414-0.146-0.7-0.438-0.857
+ c-0.292-0.158-0.719-0.236-1.283-0.236c-0.633,0-1.082,0.154-1.345,0.463c-0.188,0.229-0.313,0.539-0.376,0.928h-2.551
+ c0.056-0.884,0.304-1.61,0.746-2.18c0.702-0.891,1.907-1.336,3.615-1.336c1.112,0,2.099,0.22,2.963,0.658
+ c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.019,1.17c0.019,0.346,0.071,0.581,0.158,0.705
+ c0.086,0.123,0.216,0.226,0.39,0.306v0.39h-2.876c-0.081-0.204-0.136-0.396-0.167-0.575c-0.031-0.18-0.056-0.384-0.074-0.612
+ c-0.367,0.396-0.79,0.732-1.269,1.012c-0.572,0.327-1.219,0.491-1.941,0.491c-0.921,0-1.681-0.262-2.282-0.784
+ c-0.6-0.522-0.9-1.263-0.9-2.222c0-1.243,0.483-2.144,1.449-2.7c0.529-0.303,1.309-0.52,2.336-0.648L228.697,592.48z
+ M230.313,593.714c-0.169,0.105-0.34,0.19-0.513,0.255c-0.172,0.065-0.409,0.125-0.71,0.182l-0.602,0.111
+ c-0.564,0.099-0.969,0.219-1.215,0.361c-0.417,0.241-0.625,0.615-0.625,1.123c0,0.451,0.127,0.777,0.381,0.979
+ s0.564,0.301,0.928,0.301c0.578,0,1.11-0.166,1.597-0.5s0.739-0.943,0.758-1.828V593.714z"/>
+ <path d="M234.108,600.57c0.148,0.012,0.253,0.02,0.315,0.022c0.062,0.003,0.117,0.005,0.167,0.005c0.26,0,0.456-0.063,0.589-0.19
+ c0.133-0.127,0.199-0.372,0.199-0.737v-11.105h2.644v11.152c0,1.02-0.201,1.774-0.603,2.264c-0.402,0.488-1.191,0.732-2.366,0.732
+ c-0.081,0-0.2-0.003-0.357-0.01c-0.158-0.006-0.354-0.012-0.589-0.018V600.57z M238.023,587.312h-2.644v-2.439h2.644V587.312z"/>
+ <path d="M248.97,597.394c-0.854,1.054-2.149,1.581-3.887,1.581c-1.738,0-3.034-0.527-3.887-1.581s-1.28-2.321-1.28-3.805
+ c0-1.459,0.427-2.723,1.28-3.791c0.854-1.069,2.149-1.604,3.887-1.604c1.738,0,3.034,0.535,3.887,1.604
+ c0.854,1.068,1.28,2.332,1.28,3.791C250.25,595.072,249.824,596.34,248.97,597.394z M246.855,595.933
+ c0.414-0.55,0.622-1.331,0.622-2.344s-0.208-1.793-0.622-2.339c-0.415-0.547-1.008-0.82-1.781-0.82
+ c-0.773,0-1.368,0.273-1.786,0.82c-0.417,0.546-0.626,1.326-0.626,2.339s0.209,1.794,0.626,2.344
+ c0.418,0.55,1.013,0.824,1.786,0.824C245.847,596.757,246.44,596.482,246.855,595.933z"/>
+ <path d="M260.777,589.734c0.756,0.958,1.135,2.195,1.135,3.711c0,1.57-0.373,2.872-1.119,3.905s-1.787,1.55-3.124,1.55
+ c-0.839,0-1.514-0.168-2.023-0.502c-0.305-0.197-0.634-0.544-0.988-1.039v1.271h-2.607v-13.656h2.644v4.861
+ c0.336-0.47,0.707-0.829,1.111-1.076c0.479-0.31,1.089-0.464,1.83-0.464C258.974,588.296,260.021,588.775,260.777,589.734z
+ M258.567,595.895c0.38-0.551,0.571-1.274,0.571-2.172c0-0.717-0.094-1.311-0.281-1.781c-0.355-0.891-1.01-1.336-1.964-1.336
+ c-0.966,0-1.631,0.437-1.992,1.309c-0.188,0.464-0.281,1.063-0.281,1.8c0,0.866,0.193,1.583,0.58,2.152s0.976,0.854,1.768,0.854
+ C257.654,596.72,258.187,596.444,258.567,595.895z"/>
+ <path d="M270.338,588.724c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C268.84,588.25,269.633,588.407,270.338,588.724z M266.383,591.008
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C267.283,590.43,266.757,590.622,266.383,591.008z"/>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_13_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_22_">
+ <use xlink:href="#SVGID_13_" style="overflow:visible;"/>
+ </clipPath>
+ <rect x="682" y="290" class="st51" width="198" height="61"/>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_12_" x="681.006" y="290.321" width="199.352" height="60.71"/>
+ </defs>
+ <clipPath id="SVGID_23_">
+ <use xlink:href="#SVGID_12_" style="overflow:visible;"/>
+ </clipPath>
+ <g class="st36">
+ <path class="st50" d="M699.205,314.629c0.504,0.217,0.93,0.535,1.279,0.955c0.29,0.347,0.52,0.73,0.688,1.15
+ c0.17,0.421,0.254,0.9,0.254,1.438c0,0.649-0.164,1.288-0.492,1.916s-0.869,1.071-1.623,1.331
+ c0.631,0.254,1.078,0.614,1.341,1.081s0.394,1.18,0.394,2.138v0.919c0,0.625,0.025,1.048,0.076,1.271
+ c0.075,0.354,0.251,0.613,0.527,0.779v0.344h-3.154c-0.087-0.303-0.148-0.547-0.186-0.732c-0.074-0.384-0.115-0.776-0.121-1.179
+ l-0.018-1.271c-0.012-0.873-0.163-1.454-0.453-1.744c-0.289-0.291-0.832-0.437-1.627-0.437h-2.791v5.362h-2.793v-13.675h6.541
+ C697.982,314.295,698.701,314.412,699.205,314.629z M693.299,316.651v3.674h3.075c0.61,0,1.069-0.074,1.374-0.223
+ c0.541-0.26,0.811-0.773,0.811-1.54c0-0.829-0.262-1.386-0.783-1.67c-0.295-0.161-0.734-0.241-1.322-0.241H693.299z"/>
+ <path class="st50" d="M712.176,314.573c0.959,0.315,1.736,0.894,2.33,1.735c0.477,0.68,0.801,1.416,0.975,2.207
+ c0.174,0.792,0.26,1.547,0.26,2.264c0,1.818-0.365,3.359-1.096,4.621c-0.99,1.7-2.519,2.551-4.586,2.551h-5.896v-13.675h5.896
+ C710.906,314.289,711.611,314.388,712.176,314.573z M706.937,316.651v8.925h2.64c1.35,0,2.291-0.665,2.824-1.994
+ c0.291-0.73,0.437-1.6,0.437-2.607c0-1.392-0.218-2.46-0.655-3.205c-0.437-0.745-1.305-1.118-2.605-1.118H706.937z"/>
+ <path class="st50" d="M717.884,314.295h9.751v2.402h-6.912v3.146h6.059v2.375h-6.059v5.733h-2.839V314.295z"/>
+ <path class="st50" d="M734.639,318.674v-1.8c0.833-0.037,1.416-0.093,1.749-0.167c0.53-0.117,0.962-0.353,1.296-0.705
+ c0.229-0.241,0.4-0.562,0.518-0.965c0.068-0.241,0.102-0.421,0.102-0.538h2.209v13.452h-2.709v-9.277H734.639z"/>
+ <path class="st50" d="M745.076,325.178h2.811v2.773h-2.811V325.178z"/>
+ <path class="st50" d="M750.484,318.674v-1.8c0.833-0.037,1.416-0.093,1.749-0.167c0.53-0.117,0.962-0.353,1.296-0.705
+ c0.229-0.241,0.4-0.562,0.518-0.965c0.068-0.241,0.102-0.421,0.102-0.538h2.209v13.452h-2.709v-9.277H750.484z"/>
+ <path class="st50" d="M768.645,327.951h-3.321l4.397-6.967l-4.184-6.708h3.414l2.438,4.453l2.506-4.453h3.303l-4.184,6.597
+ l4.443,7.078h-3.47l-2.598-4.663L768.645,327.951z"/>
+ <path class="st50" d="M788.204,314.276h4.112v13.675h-2.663v-9.25c0-0.266,0.003-0.638,0.009-1.117s0.01-0.85,0.01-1.109
+ l-2.592,11.477h-2.777l-2.572-11.477c0,0.26,0.003,0.63,0.01,1.109c0.006,0.479,0.009,0.852,0.009,1.117v9.25h-2.663v-13.675
+ h4.158l2.489,10.753L788.204,314.276z"/>
+ <path class="st50" d="M794.96,314.276h2.857v11.216h6.828v2.459h-9.686V314.276z"/>
+ <path class="st50" d="M813.581,323.73c0.089,0.624,0.263,1.091,0.521,1.4c0.475,0.562,1.285,0.844,2.436,0.844
+ c0.688,0,1.246-0.074,1.676-0.223c0.814-0.284,1.223-0.812,1.223-1.586c0-0.451-0.2-0.801-0.6-1.049
+ c-0.398-0.24-1.031-0.454-1.898-0.64l-1.48-0.325c-1.455-0.321-2.455-0.671-2.998-1.048c-0.922-0.631-1.383-1.617-1.383-2.96
+ c0-1.225,0.451-2.241,1.353-3.052s2.226-1.216,3.973-1.216c1.458,0,2.703,0.383,3.733,1.146c1.029,0.764,1.569,1.872,1.619,3.326
+ h-2.746c-0.051-0.823-0.418-1.407-1.104-1.754c-0.456-0.229-1.023-0.344-1.701-0.344c-0.756,0-1.357,0.148-1.808,0.445
+ s-0.675,0.712-0.675,1.244c0,0.488,0.222,0.854,0.666,1.094c0.285,0.161,0.891,0.35,1.816,0.566l2.399,0.566
+ c1.052,0.247,1.841,0.578,2.365,0.992c0.815,0.644,1.223,1.574,1.223,2.793c0,1.249-0.483,2.286-1.448,3.112
+ c-0.967,0.825-2.331,1.238-4.094,1.238c-1.801,0-3.217-0.406-4.248-1.22s-1.547-1.932-1.547-3.354H813.581z"/>
+ <path class="st50" d="M824.38,329.891l0.334,0.018c0.26,0.013,0.507,0.004,0.742-0.027s0.433-0.102,0.594-0.213
+ c0.154-0.105,0.298-0.325,0.432-0.659c0.133-0.334,0.19-0.538,0.171-0.612l-3.715-10.558h2.94l2.208,7.459l2.088-7.459h2.811
+ l-3.467,9.945c-0.67,1.917-1.199,3.106-1.59,3.567c-0.391,0.46-1.17,0.691-2.34,0.691c-0.236,0-0.425-0.002-0.567-0.005
+ c-0.142-0.004-0.356-0.015-0.641-0.032V329.891z"/>
+ <path class="st50" d="M842.703,318.419c0.662,0.547,0.992,1.455,0.992,2.723v6.81h-2.709v-6.15c0-0.532-0.07-0.94-0.211-1.225
+ c-0.258-0.52-0.75-0.779-1.474-0.779c-0.891,0-1.501,0.38-1.833,1.141c-0.172,0.402-0.258,0.915-0.258,1.54v5.474h-2.645v-10.094
+ h2.561v1.475c0.339-0.52,0.66-0.894,0.961-1.122c0.542-0.408,1.229-0.612,2.061-0.612
+ C841.189,317.598,842.041,317.871,842.703,318.419z"/>
+ <path class="st50" d="M845.115,319.814v-1.883h1.41v-2.82h2.615v2.82h1.643v1.883h-1.643v5.344c0,0.415,0.053,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.104-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H845.115z"/>
+ <path class="st50" d="M856.486,321.801c0.492-0.062,0.844-0.14,1.056-0.232c0.38-0.161,0.57-0.411,0.57-0.752
+ c0-0.414-0.146-0.7-0.438-0.857c-0.292-0.158-0.72-0.236-1.283-0.236c-0.634,0-1.081,0.154-1.345,0.463
+ c-0.188,0.229-0.314,0.539-0.377,0.928h-2.551c0.056-0.884,0.305-1.61,0.746-2.18c0.701-0.891,1.906-1.336,3.615-1.336
+ c1.111,0,2.099,0.22,2.963,0.658c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.018,1.17
+ c0.02,0.346,0.071,0.581,0.158,0.705c0.086,0.123,0.217,0.226,0.39,0.306v0.39h-2.876c-0.08-0.204-0.137-0.396-0.167-0.575
+ c-0.031-0.18-0.056-0.384-0.074-0.612c-0.367,0.396-0.79,0.732-1.269,1.012c-0.572,0.327-1.22,0.491-1.941,0.491
+ c-0.921,0-1.682-0.262-2.281-0.784c-0.601-0.522-0.9-1.263-0.9-2.222c0-1.243,0.482-2.144,1.448-2.7
+ c0.529-0.303,1.309-0.52,2.337-0.648L856.486,321.801z M858.104,323.034c-0.17,0.105-0.341,0.19-0.514,0.255
+ c-0.172,0.065-0.408,0.125-0.709,0.182l-0.603,0.111c-0.563,0.099-0.97,0.219-1.216,0.361c-0.416,0.241-0.624,0.615-0.624,1.123
+ c0,0.451,0.127,0.777,0.382,0.979c0.254,0.201,0.563,0.301,0.928,0.301c0.578,0,1.109-0.166,1.597-0.5s0.739-0.943,0.759-1.828
+ V323.034z"/>
+ <path class="st50" d="M862.042,327.951l3.451-5.121l-3.303-4.973h3.237l1.689,2.929l1.65-2.929h3.146l-3.321,4.926l3.451,5.168
+ h-3.294l-1.74-3.04l-1.757,3.04H862.042z"/>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_11_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_24_">
+ <use xlink:href="#SVGID_11_" style="overflow:visible;"/>
+ </clipPath>
+ <rect x="548" y="562" class="st4" width="198" height="60"/>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_10_" x="547.135" y="561.5" width="199.352" height="60.711"/>
+ </defs>
+ <clipPath id="SVGID_25_">
+ <use xlink:href="#SVGID_10_" style="overflow:visible;"/>
+ </clipPath>
+ <g class="st37">
+ <path class="st50" d="M596.599,585.753c0.96,0.315,1.736,0.894,2.331,1.735c0.477,0.68,0.801,1.416,0.975,2.207
+ c0.173,0.792,0.26,1.547,0.26,2.264c0,1.818-0.365,3.359-1.096,4.621c-0.99,1.7-2.52,2.551-4.586,2.551h-5.896v-13.675h5.896
+ C595.33,585.469,596.035,585.567,596.599,585.753z M591.359,587.831v8.925h2.64c1.351,0,2.292-0.665,2.825-1.994
+ c0.291-0.73,0.436-1.6,0.436-2.607c0-1.392-0.218-2.46-0.654-3.205c-0.438-0.745-1.306-1.118-2.606-1.118H591.359z"/>
+ <path class="st50" d="M606.1,592.98c0.492-0.062,0.844-0.14,1.055-0.232c0.381-0.161,0.57-0.411,0.57-0.752
+ c0-0.414-0.146-0.7-0.438-0.857c-0.291-0.158-0.719-0.236-1.283-0.236c-0.633,0-1.081,0.154-1.345,0.463
+ c-0.188,0.229-0.313,0.539-0.376,0.928h-2.551c0.055-0.884,0.304-1.61,0.745-2.18c0.702-0.891,1.907-1.336,3.615-1.336
+ c1.112,0,2.099,0.22,2.963,0.658c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.019,1.17
+ c0.019,0.346,0.07,0.581,0.158,0.705c0.086,0.123,0.216,0.226,0.389,0.306v0.39h-2.875c-0.081-0.204-0.137-0.396-0.168-0.575
+ s-0.055-0.384-0.074-0.612c-0.367,0.396-0.789,0.732-1.269,1.012c-0.572,0.327-1.22,0.491-1.94,0.491
+ c-0.922,0-1.682-0.262-2.282-0.784s-0.9-1.263-0.9-2.222c0-1.243,0.483-2.144,1.448-2.7c0.529-0.303,1.309-0.52,2.337-0.648
+ L606.1,592.98z M607.716,594.214c-0.169,0.105-0.341,0.19-0.513,0.255c-0.172,0.065-0.409,0.125-0.71,0.182l-0.603,0.111
+ c-0.563,0.099-0.969,0.219-1.215,0.361c-0.416,0.241-0.625,0.615-0.625,1.123c0,0.451,0.127,0.777,0.382,0.979
+ s0.563,0.301,0.929,0.301c0.577,0,1.109-0.166,1.596-0.5c0.487-0.334,0.74-0.943,0.759-1.828V594.214z"/>
+ <path class="st50" d="M618.891,589.019h2.839l-3.651,10.112h-2.789l-3.626-10.112h2.969l2.106,7.459L618.891,589.019z"/>
+ <path class="st50" d="M629.816,589.224c0.706,0.315,1.289,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.101,1.134,0.087,2.007h-7.365c0.041,1.015,0.395,1.727,1.059,2.135c0.403,0.253,0.889,0.38,1.457,0.38
+ c0.603,0,1.092-0.154,1.469-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.397,1.209-0.979,1.827
+ c-0.906,0.983-2.175,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.465-3.096,1.393-4.03c0.93-0.935,2.135-1.401,3.617-1.401C628.318,588.75,629.111,588.907,629.816,589.224z
+ M625.861,591.508c-0.373,0.385-0.607,0.906-0.704,1.564h4.556c-0.049-0.701-0.283-1.234-0.705-1.598s-0.943-0.545-1.568-0.545
+ C626.762,590.93,626.235,591.122,625.861,591.508z"/>
+ <path class="st50" d="M649.486,586.912c0.418,0.582,0.627,1.277,0.627,2.088c0,0.835-0.211,1.506-0.633,2.014
+ c-0.236,0.284-0.584,0.544-1.043,0.779c0.697,0.253,1.225,0.655,1.579,1.205c0.354,0.551,0.532,1.219,0.532,2.004
+ c0,0.811-0.203,1.537-0.608,2.181c-0.259,0.427-0.581,0.785-0.968,1.076c-0.438,0.334-0.952,0.562-1.546,0.687
+ c-0.593,0.124-1.237,0.186-1.933,0.186h-6.161v-13.675h6.608C647.609,585.48,648.791,585.967,649.486,586.912z M642.061,587.831
+ v3.015h3.324c0.594,0,1.075-0.112,1.445-0.338c0.371-0.226,0.556-0.627,0.556-1.201c0-0.638-0.245-1.059-0.734-1.262
+ c-0.423-0.143-0.962-0.214-1.616-0.214H642.061z M642.061,593.109v3.646h3.32c0.593,0,1.055-0.08,1.385-0.241
+ c0.599-0.297,0.898-0.866,0.898-1.707c0-0.711-0.291-1.2-0.871-1.466c-0.324-0.148-0.779-0.226-1.367-0.232H642.061z"/>
+ <path class="st50" d="M659.384,589.224c0.706,0.315,1.288,0.814,1.747,1.496c0.414,0.601,0.684,1.297,0.807,2.09
+ c0.07,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.457,0.38
+ c0.604,0,1.092-0.154,1.469-0.464c0.205-0.167,0.387-0.398,0.545-0.695h2.699c-0.072,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.028-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.465-3.096,1.394-4.03s2.134-1.401,3.616-1.401C657.886,588.75,658.679,588.907,659.384,589.224z M655.429,591.508
+ c-0.374,0.385-0.608,0.906-0.704,1.564h4.555c-0.049-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.943-0.545-1.567-0.545
+ C656.328,590.93,655.803,591.122,655.429,591.508z"/>
+ <path class="st50" d="M669.41,592.646c-0.05-0.378-0.177-0.718-0.381-1.021c-0.299-0.408-0.76-0.611-1.387-0.611
+ c-0.893,0-1.503,0.441-1.832,1.326c-0.173,0.469-0.26,1.092-0.26,1.869c0,0.74,0.087,1.336,0.26,1.786
+ c0.316,0.841,0.912,1.262,1.786,1.262c0.62,0,1.06-0.167,1.321-0.501c0.26-0.334,0.418-0.767,0.474-1.299h2.7
+ c-0.062,0.804-0.354,1.564-0.873,2.282c-0.83,1.156-2.059,1.735-3.688,1.735c-1.628,0-2.826-0.482-3.594-1.447
+ s-1.151-2.217-1.151-3.754c0-1.734,0.424-3.084,1.272-4.049c0.848-0.965,2.018-1.447,3.51-1.447c1.27,0,2.309,0.284,3.116,0.854
+ s1.286,1.574,1.435,3.016H669.41z"/>
+ <path class="st50" d="M673.9,585.502h2.598v7.377l3.335-3.814h3.288l-3.625,3.768l3.766,6.299h-3.219l-2.449-4.32l-1.096,1.139
+ v3.182H673.9V585.502z"/>
+ <path class="st50" d="M691.084,589.224c0.706,0.315,1.289,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.101,1.134,0.087,2.007h-7.365c0.041,1.015,0.395,1.727,1.059,2.135c0.403,0.253,0.889,0.38,1.457,0.38
+ c0.603,0,1.092-0.154,1.469-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.397,1.209-0.979,1.827
+ c-0.906,0.983-2.175,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.465-3.096,1.393-4.03c0.93-0.935,2.135-1.401,3.617-1.401C689.586,588.75,690.379,588.907,691.084,589.224z
+ M687.129,591.508c-0.373,0.385-0.607,0.906-0.704,1.564h4.556c-0.049-0.701-0.283-1.234-0.705-1.598s-0.943-0.545-1.568-0.545
+ C688.029,590.93,687.503,591.122,687.129,591.508z"/>
+ <path class="st50" d="M694.023,590.994v-1.883h1.41v-2.82h2.615v2.82h1.643v1.883h-1.643v5.344c0,0.415,0.053,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.104-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H694.023z"/>
+ <path class="st50" d="M700.35,590.994v-1.883h1.41v-2.82h2.617v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.157,0.775
+ c0.104,0.102,0.427,0.152,0.965,0.152c0.08,0,0.165-0.001,0.255-0.004s0.178-0.008,0.265-0.014v1.976l-1.253,0.046
+ c-1.249,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H700.35z"/>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_9_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_26_">
+ <use xlink:href="#SVGID_9_" style="overflow:visible;"/>
+ </clipPath>
+ <path class="st55" d="M161.5,550v-1.676c8.965-105.079,62.728-178.659,160.467-220.738"/>
+ <polygon class="st29" points="155.015,548.062 160.717,561.674 168.186,548.945 "/>
+ <path class="st27" d="M636.5,550v-0.955c-28.81-73.552-110.806-146.021-245.006-217.412"/>
+ <polygon class="st15" points="629.775,550.771 640.375,561.04 642.23,546.398 "/>
+ <rect x="484" y="420" class="st32" width="365" height="31"/>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_8_" x="483.432" y="419.222" width="366.648" height="32.5"/>
+ </defs>
+ <clipPath id="SVGID_27_">
+ <use xlink:href="#SVGID_8_" style="overflow:visible;"/>
+ </clipPath>
+ <g class="st38">
+ <path class="st5" d="M497.184,432.545c0.508,0.217,0.925,0.548,1.251,0.994c0.277,0.378,0.446,0.766,0.508,1.165
+ c0.062,0.399,0.092,1.051,0.092,1.955v5.942h-2.7v-6.158c0-0.545-0.092-0.984-0.276-1.318c-0.239-0.471-0.694-0.706-1.363-0.706
+ c-0.694,0-1.22,0.233-1.58,0.701c-0.359,0.468-0.539,1.135-0.539,2.002v5.479h-2.644v-13.629h2.644v4.824
+ c0.382-0.587,0.824-0.997,1.326-1.229c0.501-0.232,1.03-0.348,1.584-0.348C496.11,432.221,496.675,432.329,497.184,432.545z"/>
+ <path class="st5" d="M500.483,434.465v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H500.483z"/>
+ <path class="st5" d="M506.81,434.465v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H506.81z"/>
+ <path class="st5" d="M522.68,433.574c0.825,0.873,1.238,2.152,1.238,3.842c0,1.781-0.404,3.139-1.21,4.072s-1.844,1.4-3.114,1.4
+ c-0.809,0-1.48-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.858-0.974v5.27h-2.617v-14.093h2.533v1.493
+ c0.286-0.438,0.592-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677C520.849,432.267,521.855,432.703,522.68,433.574z
+ M520.65,435.477c-0.359-0.6-0.941-0.9-1.747-0.9c-0.969,0-1.634,0.455-1.997,1.364c-0.188,0.482-0.281,1.095-0.281,1.837
+ c0,1.175,0.316,2.001,0.946,2.477c0.375,0.279,0.819,0.418,1.331,0.418c0.744,0,1.311-0.284,1.701-0.854s0.586-1.326,0.586-2.273
+ C521.189,436.766,521.01,436.076,520.65,435.477z"/>
+ <path class="st5" d="M526.701,432.879h2.811v2.773h-2.811V432.879z M526.701,439.828h2.811v2.773h-2.811V439.828z"/>
+ <path class="st5" d="M535.136,428.51h2.2l-5.324,14.092h-2.18L535.136,428.51z"/>
+ <path class="st5" d="M540.414,428.51h2.201l-5.324,14.092h-2.181L540.414,428.51z"/>
+ <path class="st5" d="M547.436,432.489h2.682l1.539,7.282l1.578-7.282h2.755l-2.932,10.112h-2.718l-1.587-7.366l-1.604,7.366
+ h-2.746l-2.84-10.112h2.84l1.576,7.255L547.436,432.489z"/>
+ <path class="st5" d="M562.215,432.489h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.587-7.366l-1.604,7.366h-2.746
+ l-2.839-10.112h2.839l1.577,7.255L562.215,432.489z"/>
+ <path class="st5" d="M576.993,432.489h2.681l1.541,7.282l1.576-7.282h2.756l-2.932,10.112h-2.719l-1.586-7.366l-1.605,7.366
+ h-2.746l-2.838-10.112h2.838l1.578,7.255L576.993,432.489z"/>
+ <path class="st5" d="M586.273,439.828h2.811v2.773h-2.811V439.828z"/>
+ <path class="st5" d="M598.188,432.694c0.705,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.682,1.297,0.805,2.09
+ c0.072,0.465,0.101,1.134,0.088,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.403,0.253,0.89,0.38,1.458,0.38
+ c0.602,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.07,0.6-0.397,1.209-0.979,1.827
+ c-0.906,0.983-2.175,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.135-1.401,3.616-1.401C596.689,432.221,597.482,432.378,598.188,432.694z M594.232,434.979
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.556c-0.048-0.701-0.282-1.234-0.704-1.598s-0.944-0.545-1.568-0.545
+ C595.132,434.4,594.605,434.593,594.232,434.979z"/>
+ <path class="st5" d="M601.158,442.602l3.451-5.121l-3.303-4.973h3.238l1.689,2.929l1.65-2.929h3.145l-3.32,4.926l3.451,5.168
+ h-3.295l-1.74-3.04l-1.756,3.04H601.158z"/>
+ <path class="st5" d="M616.737,436.451c0.492-0.062,0.844-0.14,1.056-0.232c0.381-0.161,0.57-0.411,0.57-0.752
+ c0-0.414-0.146-0.7-0.438-0.857c-0.291-0.158-0.719-0.236-1.283-0.236c-0.633,0-1.082,0.154-1.346,0.463
+ c-0.188,0.229-0.312,0.539-0.375,0.928h-2.552c0.056-0.884,0.304-1.61,0.745-2.18c0.702-0.891,1.907-1.336,3.615-1.336
+ c1.112,0,2.1,0.22,2.963,0.658c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.02,1.17
+ c0.018,0.346,0.07,0.581,0.157,0.705c0.087,0.123,0.216,0.226,0.39,0.306v0.39h-2.876c-0.081-0.204-0.136-0.396-0.167-0.575
+ s-0.056-0.384-0.074-0.612c-0.367,0.396-0.79,0.732-1.27,1.012c-0.572,0.327-1.219,0.491-1.94,0.491
+ c-0.921,0-1.681-0.262-2.282-0.784c-0.6-0.522-0.9-1.263-0.9-2.222c0-1.243,0.483-2.144,1.449-2.7
+ c0.529-0.303,1.309-0.52,2.336-0.648L616.737,436.451z M618.354,437.685c-0.169,0.105-0.34,0.19-0.512,0.255
+ c-0.173,0.065-0.41,0.125-0.711,0.182l-0.602,0.111c-0.564,0.099-0.969,0.219-1.215,0.361c-0.417,0.241-0.625,0.615-0.625,1.123
+ c0,0.451,0.127,0.777,0.381,0.979c0.255,0.201,0.564,0.301,0.929,0.301c0.577,0,1.11-0.166,1.597-0.5s0.739-0.943,0.758-1.828
+ V437.685z"/>
+ <path class="st5" d="M635.916,432.526c0.433,0.173,0.826,0.477,1.178,0.909c0.285,0.353,0.477,0.785,0.576,1.299
+ c0.061,0.34,0.092,0.838,0.092,1.494l-0.018,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.236-0.47-0.668-0.705-1.299-0.705c-0.73,0-1.234,0.303-1.513,0.909c-0.143,0.321-0.214,0.708-0.214,1.159v6.021h-2.662v-6.021
+ c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.658-0.733-1.309-0.733c-0.754,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.213,0.692-0.213,1.243v6.086h-2.682v-10.094h2.57v1.475c0.328-0.525,0.637-0.899,0.928-1.122
+ c0.514-0.396,1.178-0.594,1.994-0.594c0.773,0,1.398,0.17,1.875,0.511c0.383,0.314,0.674,0.72,0.871,1.215
+ c0.347-0.594,0.776-1.029,1.29-1.309c0.544-0.277,1.15-0.417,1.818-0.417C635.044,432.267,635.482,432.354,635.916,432.526z"/>
+ <path class="st5" d="M648.697,433.574c0.824,0.873,1.236,2.152,1.236,3.842c0,1.781-0.402,3.139-1.209,4.072
+ c-0.806,0.934-1.844,1.4-3.113,1.4c-0.81,0-1.482-0.2-2.018-0.603c-0.293-0.223-0.578-0.548-0.859-0.974v5.27h-2.615v-14.093
+ h2.532v1.493c0.286-0.438,0.591-0.785,0.915-1.039c0.592-0.451,1.295-0.677,2.109-0.677
+ C646.865,432.267,647.872,432.703,648.697,433.574z M646.668,435.477c-0.359-0.6-0.942-0.9-1.748-0.9
+ c-0.969,0-1.635,0.455-1.996,1.364c-0.188,0.482-0.281,1.095-0.281,1.837c0,1.175,0.314,2.001,0.945,2.477
+ c0.375,0.279,0.818,0.418,1.331,0.418c0.743,0,1.312-0.284,1.702-0.854s0.586-1.326,0.586-2.273
+ C647.207,436.766,647.027,436.076,646.668,435.477z"/>
+ <path class="st5" d="M654.498,442.602h-2.644v-13.675h2.644V442.602z"/>
+ <path class="st5" d="M663.667,432.694c0.706,0.315,1.288,0.814,1.747,1.496c0.414,0.601,0.684,1.297,0.807,2.09
+ c0.07,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.457,0.38
+ c0.604,0,1.092-0.154,1.469-0.464c0.205-0.167,0.387-0.398,0.545-0.695h2.699c-0.072,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.028-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.465-3.096,1.394-4.03s2.134-1.401,3.616-1.401C662.169,432.221,662.962,432.378,663.667,432.694z M659.712,434.979
+ c-0.374,0.385-0.608,0.906-0.704,1.564h4.555c-0.049-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.943-0.545-1.567-0.545
+ C660.611,434.4,660.086,434.593,659.712,434.979z"/>
+ <path class="st5" d="M667.598,439.828h2.812v2.773h-2.812V439.828z"/>
+ <path class="st5" d="M681.356,441.364c-0.854,1.054-2.149,1.581-3.888,1.581s-3.033-0.527-3.887-1.581s-1.28-2.321-1.28-3.805
+ c0-1.459,0.427-2.723,1.28-3.791c0.854-1.069,2.148-1.604,3.887-1.604s3.034,0.535,3.888,1.604c0.854,1.068,1.28,2.332,1.28,3.791
+ C682.637,439.043,682.21,440.311,681.356,441.364z M679.241,439.903c0.414-0.55,0.622-1.331,0.622-2.344s-0.208-1.793-0.622-2.339
+ c-0.415-0.547-1.009-0.82-1.781-0.82c-0.773,0-1.368,0.273-1.786,0.82c-0.417,0.546-0.626,1.326-0.626,2.339
+ s0.209,1.794,0.626,2.344c0.418,0.55,1.013,0.824,1.786,0.824C678.232,440.728,678.826,440.453,679.241,439.903z"/>
+ <path class="st5" d="M690.146,432.253c0.034,0.003,0.109,0.008,0.228,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.205,0.389-0.307,0.989-0.307,1.799v4.834h-2.662v-10.112h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.066-1.383c0.494-0.414,1.138-0.621,1.93-0.621C690.07,432.248,690.113,432.25,690.146,432.253z"
+ />
+ <path class="st5" d="M696.926,432.48c0.643,0.266,1.161,0.754,1.557,1.465v-1.456h2.579v9.593c0,1.305-0.22,2.288-0.659,2.95
+ c-0.754,1.138-2.201,1.707-4.342,1.707c-1.293,0-2.347-0.254-3.163-0.761s-1.269-1.265-1.354-2.273h2.876
+ c0.074,0.31,0.194,0.532,0.362,0.668c0.283,0.242,0.764,0.362,1.438,0.362c0.952,0,1.59-0.318,1.911-0.956
+ c0.21-0.408,0.315-1.094,0.315-2.059v-0.65c-0.254,0.434-0.525,0.758-0.816,0.975c-0.525,0.402-1.209,0.604-2.051,0.604
+ c-1.299,0-2.336-0.456-3.112-1.369c-0.776-0.912-1.164-2.147-1.164-3.706c0-1.503,0.374-2.766,1.121-3.79
+ c0.747-1.023,1.807-1.535,3.179-1.535C696.107,432.248,696.549,432.325,696.926,432.48z M697.826,439.73
+ c0.426-0.467,0.638-1.211,0.638-2.231c0-0.959-0.202-1.688-0.604-2.189c-0.404-0.501-0.944-0.751-1.622-0.751
+ c-0.924,0-1.562,0.436-1.912,1.308c-0.185,0.464-0.277,1.036-0.277,1.716c0,0.588,0.099,1.11,0.296,1.568
+ c0.357,0.854,0.998,1.28,1.922,1.28C696.881,440.431,697.401,440.197,697.826,439.73z"/>
+ <path class="st5" d="M706.556,428.51h2.2l-5.324,14.092h-2.18L706.556,428.51z"/>
+ <path class="st5" d="M707.77,434.465v-1.883h1.41v-2.82h2.615v2.82h1.643v1.883h-1.643v5.344c0,0.415,0.053,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.104-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H707.77z"/>
+ <path class="st5" d="M721.725,432.694c0.705,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.682,1.297,0.805,2.09
+ c0.072,0.465,0.101,1.134,0.088,2.007H717c0.041,1.015,0.394,1.727,1.058,2.135c0.403,0.253,0.89,0.38,1.458,0.38
+ c0.602,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.07,0.6-0.397,1.209-0.979,1.827
+ c-0.906,0.983-2.175,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.135-1.401,3.616-1.401C720.227,432.221,721.02,432.378,721.725,432.694z M717.77,434.979
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.556c-0.048-0.701-0.282-1.234-0.704-1.598s-0.944-0.545-1.568-0.545
+ C718.669,434.4,718.143,434.593,717.77,434.979z"/>
+ <path class="st5" d="M731.32,432.253c0.033,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.063,0-1.778,0.346-2.144,1.039c-0.203,0.389-0.306,0.989-0.306,1.799v4.834h-2.663v-10.112h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C731.244,432.248,731.285,432.25,731.32,432.253z"
+ />
+ <path class="st5" d="M745.713,432.526c0.434,0.173,0.826,0.477,1.179,0.909c0.284,0.353,0.476,0.785,0.575,1.299
+ c0.062,0.34,0.093,0.838,0.093,1.494l-0.019,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.235-0.47-0.668-0.705-1.299-0.705c-0.73,0-1.234,0.303-1.512,0.909c-0.143,0.321-0.214,0.708-0.214,1.159v6.021h-2.663v-6.021
+ c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.658-0.733-1.308-0.733c-0.755,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.214,0.692-0.214,1.243v6.086h-2.681v-10.094h2.569v1.475c0.328-0.525,0.637-0.899,0.928-1.122
+ c0.514-0.396,1.179-0.594,1.995-0.594c0.772,0,1.397,0.17,1.874,0.511c0.383,0.314,0.674,0.72,0.872,1.215
+ c0.347-0.594,0.776-1.029,1.29-1.309c0.543-0.277,1.15-0.417,1.818-0.417C744.842,432.267,745.28,432.354,745.713,432.526z"/>
+ <path class="st5" d="M752.041,439.373c0.056,0.47,0.177,0.804,0.363,1.002c0.329,0.353,0.938,0.529,1.826,0.529
+ c0.522,0,0.938-0.078,1.245-0.232s0.462-0.387,0.462-0.695c0-0.297-0.125-0.523-0.372-0.678c-0.248-0.154-1.17-0.421-2.767-0.798
+ c-1.148-0.284-1.959-0.64-2.428-1.067c-0.471-0.42-0.705-1.026-0.705-1.818c0-0.934,0.367-1.735,1.102-2.407
+ c0.734-0.671,1.768-1.007,3.1-1.007c1.266,0,2.295,0.253,3.092,0.757s1.254,1.374,1.371,2.611h-2.644
+ c-0.037-0.34-0.134-0.609-0.288-0.808c-0.292-0.358-0.788-0.537-1.488-0.537c-0.577,0-0.988,0.089-1.232,0.269
+ c-0.246,0.18-0.368,0.39-0.368,0.631c0,0.303,0.13,0.522,0.391,0.659c0.261,0.142,1.181,0.386,2.761,0.732
+ c1.053,0.247,1.843,0.621,2.369,1.123c0.52,0.507,0.779,1.141,0.779,1.901c0,1.002-0.374,1.82-1.121,2.454
+ c-0.746,0.634-1.9,0.951-3.463,0.951c-1.592,0-2.768-0.336-3.527-1.007s-1.139-1.526-1.139-2.565H752.041z"/>
+ <path class="st5" d="M763.584,428.51h2.199l-5.323,14.092h-2.181L763.584,428.51z"/>
+ <path class="st5" d="M770.02,428.802c0.137,0.009,0.322,0.022,0.557,0.042v2.152c-0.148-0.02-0.396-0.033-0.746-0.042
+ c-0.35-0.01-0.591,0.068-0.725,0.231c-0.133,0.164-0.199,0.345-0.199,0.543s0,0.482,0,0.854h1.735v1.865h-1.735v8.154h-2.625
+ v-8.154h-1.484v-1.865h1.447v-0.649c0-1.082,0.182-1.827,0.547-2.235c0.384-0.606,1.309-0.91,2.774-0.91
+ C769.732,428.787,769.884,428.792,770.02,428.802z"/>
+ <path class="st5" d="M774.798,432.489v6.095c0,0.576,0.067,1.009,0.203,1.299c0.24,0.514,0.71,0.771,1.412,0.771
+ c0.898,0,1.515-0.365,1.847-1.095c0.172-0.396,0.258-0.918,0.258-1.568v-5.501h2.682v10.112h-2.57v-1.429
+ c-0.023,0.031-0.086,0.124-0.185,0.278s-0.216,0.291-0.352,0.408c-0.413,0.371-0.812,0.625-1.198,0.761
+ c-0.385,0.136-0.837,0.204-1.355,0.204c-1.492,0-2.498-0.538-3.016-1.614c-0.289-0.594-0.435-1.469-0.435-2.626v-6.095H774.798z"
+ />
+ <path class="st5" d="M786.469,442.602h-2.645v-13.675h2.645V442.602z"/>
+ <path class="st5" d="M791.748,442.602h-2.645v-13.675h2.645V442.602z"/>
+ <path class="st5" d="M794.494,428.927h2.995l5.429,9.535v-9.535h2.662v13.675h-2.857l-5.566-9.703v9.703h-2.662V428.927z"/>
+ <path class="st5" d="M812.053,436.451c0.492-0.062,0.844-0.14,1.057-0.232c0.38-0.161,0.57-0.411,0.57-0.752
+ c0-0.414-0.146-0.7-0.438-0.857c-0.292-0.158-0.72-0.236-1.283-0.236c-0.634,0-1.082,0.154-1.346,0.463
+ c-0.188,0.229-0.313,0.539-0.376,0.928h-2.552c0.057-0.884,0.305-1.61,0.746-2.18c0.701-0.891,1.906-1.336,3.615-1.336
+ c1.111,0,2.1,0.22,2.963,0.658c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.019,1.17
+ c0.019,0.346,0.071,0.581,0.157,0.705c0.087,0.123,0.217,0.226,0.391,0.306v0.39h-2.877c-0.08-0.204-0.136-0.396-0.166-0.575
+ c-0.031-0.18-0.057-0.384-0.074-0.612c-0.367,0.396-0.791,0.732-1.27,1.012c-0.572,0.327-1.219,0.491-1.941,0.491
+ c-0.92,0-1.681-0.262-2.281-0.784c-0.6-0.522-0.9-1.263-0.9-2.222c0-1.243,0.482-2.144,1.449-2.7
+ c0.529-0.303,1.309-0.52,2.336-0.648L812.053,436.451z M813.67,437.685c-0.17,0.105-0.34,0.19-0.513,0.255
+ c-0.173,0.065-0.409,0.125-0.71,0.182l-0.602,0.111c-0.564,0.099-0.97,0.219-1.216,0.361c-0.417,0.241-0.624,0.615-0.624,1.123
+ c0,0.451,0.127,0.777,0.381,0.979s0.564,0.301,0.928,0.301c0.578,0,1.11-0.166,1.598-0.5c0.486-0.334,0.738-0.943,0.758-1.828
+ V437.685z"/>
+ <path class="st5" d="M831.232,432.526c0.432,0.173,0.825,0.477,1.178,0.909c0.284,0.353,0.477,0.785,0.575,1.299
+ c0.062,0.34,0.093,0.838,0.093,1.494l-0.019,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.235-0.47-0.668-0.705-1.299-0.705c-0.729,0-1.233,0.303-1.513,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.662
+ v-6.021c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.309-0.733c-0.755,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.213,0.692-0.213,1.243v6.086h-2.682v-10.094h2.57v1.475c0.327-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.178-0.594,1.994-0.594c0.773,0,1.397,0.17,1.874,0.511c0.384,0.314,0.674,0.72,0.872,1.215
+ c0.346-0.594,0.775-1.029,1.289-1.309c0.545-0.277,1.15-0.417,1.818-0.417C830.359,432.267,830.799,432.354,831.232,432.526z"/>
+ <path class="st5" d="M842.098,432.694c0.706,0.315,1.289,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.101,1.134,0.087,2.007h-7.365c0.041,1.015,0.395,1.727,1.059,2.135c0.403,0.253,0.889,0.38,1.457,0.38
+ c0.603,0,1.092-0.154,1.469-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.397,1.209-0.979,1.827
+ c-0.906,0.983-2.175,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.465-3.096,1.393-4.03c0.93-0.935,2.135-1.401,3.617-1.401C840.6,432.221,841.393,432.378,842.098,432.694z
+ M838.143,434.979c-0.373,0.385-0.607,0.906-0.704,1.564h4.556c-0.049-0.701-0.283-1.234-0.705-1.598s-0.943-0.545-1.568-0.545
+ C839.043,434.4,838.517,434.593,838.143,434.979z"/>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_7_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_28_">
+ <use xlink:href="#SVGID_7_" style="overflow:visible;"/>
+ </clipPath>
+ <rect x="678" y="187" class="st0" width="319" height="31"/>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_6_" x="677.006" y="185.938" width="320.874" height="32.5"/>
+ </defs>
+ <clipPath id="SVGID_29_">
+ <use xlink:href="#SVGID_6_" style="overflow:visible;"/>
+ </clipPath>
+ <g class="st39">
+ <path class="st5" d="M690.758,199.262c0.508,0.217,0.925,0.548,1.251,0.994c0.277,0.378,0.446,0.766,0.509,1.165
+ c0.061,0.399,0.092,1.051,0.092,1.955v5.942h-2.699v-6.158c0-0.545-0.093-0.984-0.277-1.318c-0.238-0.471-0.693-0.706-1.362-0.706
+ c-0.694,0-1.22,0.233-1.579,0.701s-0.539,1.135-0.539,2.002v5.479h-2.645v-13.629h2.645v4.824
+ c0.382-0.587,0.824-0.997,1.326-1.229c0.501-0.232,1.029-0.348,1.584-0.348C689.684,198.938,690.249,199.046,690.758,199.262z"/>
+ <path class="st5" d="M694.057,201.182v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.157,0.775
+ c0.105,0.102,0.428,0.152,0.965,0.152c0.08,0,0.166-0.001,0.256-0.004s0.178-0.008,0.264-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.104-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H694.057z"/>
+ <path class="st5" d="M700.384,201.182v-1.883h1.41v-2.82h2.616v2.82h1.643v1.883h-1.643v5.344c0,0.415,0.053,0.673,0.158,0.775
+ c0.104,0.102,0.426,0.152,0.965,0.152c0.08,0,0.165-0.001,0.254-0.004c0.09-0.003,0.178-0.008,0.266-0.014v1.976l-1.253,0.046
+ c-1.249,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H700.384z"/>
+ <path class="st5" d="M716.254,200.291c0.824,0.873,1.237,2.152,1.237,3.842c0,1.781-0.403,3.139-1.21,4.072
+ c-0.805,0.934-1.844,1.4-3.113,1.4c-0.809,0-1.481-0.2-2.018-0.603c-0.292-0.223-0.578-0.548-0.858-0.974v5.27h-2.616v-14.093
+ h2.533v1.493c0.285-0.438,0.591-0.785,0.914-1.039c0.592-0.451,1.295-0.677,2.11-0.677
+ C714.422,198.983,715.43,199.42,716.254,200.291z M714.225,202.193c-0.359-0.6-0.941-0.9-1.748-0.9
+ c-0.969,0-1.634,0.455-1.996,1.364c-0.188,0.482-0.281,1.095-0.281,1.837c0,1.175,0.315,2.001,0.945,2.477
+ c0.375,0.279,0.819,0.418,1.332,0.418c0.743,0,1.311-0.284,1.701-0.854s0.586-1.326,0.586-2.273
+ C714.764,203.482,714.584,202.793,714.225,202.193z"/>
+ <path class="st5" d="M720.274,199.596h2.812v2.773h-2.812V199.596z M720.274,206.545h2.812v2.773h-2.812V206.545z"/>
+ <path class="st5" d="M728.709,195.227h2.201l-5.324,14.092h-2.181L728.709,195.227z"/>
+ <path class="st5" d="M733.988,195.227h2.2l-5.323,14.092h-2.182L733.988,195.227z"/>
+ <path class="st5" d="M744.744,200.291c0.825,0.873,1.238,2.152,1.238,3.842c0,1.781-0.404,3.139-1.21,4.072s-1.844,1.4-3.114,1.4
+ c-0.809,0-1.48-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.858-0.974v5.27h-2.617v-14.093h2.533v1.493
+ c0.286-0.438,0.592-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677C742.913,198.983,743.92,199.42,744.744,200.291z
+ M742.715,202.193c-0.359-0.6-0.941-0.9-1.747-0.9c-0.969,0-1.634,0.455-1.997,1.364c-0.188,0.482-0.281,1.095-0.281,1.837
+ c0,1.175,0.316,2.001,0.946,2.477c0.375,0.279,0.819,0.418,1.331,0.418c0.744,0,1.311-0.284,1.701-0.854s0.586-1.326,0.586-2.273
+ C743.254,203.482,743.074,202.793,742.715,202.193z"/>
+ <path class="st5" d="M750.481,199.206v6.095c0,0.576,0.067,1.009,0.203,1.299c0.24,0.514,0.71,0.771,1.412,0.771
+ c0.898,0,1.515-0.365,1.847-1.095c0.172-0.396,0.258-0.918,0.258-1.568v-5.501h2.682v10.112h-2.57v-1.429
+ c-0.023,0.031-0.086,0.124-0.185,0.278s-0.216,0.291-0.352,0.408c-0.413,0.371-0.812,0.625-1.198,0.761
+ c-0.385,0.136-0.837,0.204-1.355,0.204c-1.492,0-2.498-0.538-3.016-1.614c-0.289-0.594-0.435-1.469-0.435-2.626v-6.095H750.481z"
+ />
+ <path class="st5" d="M765.07,198.97c0.033,0.003,0.109,0.008,0.227,0.014v2.709c-0.166-0.019-0.314-0.031-0.445-0.037
+ c-0.129-0.006-0.234-0.009-0.314-0.009c-1.064,0-1.779,0.346-2.144,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663
+ v-10.112h2.523v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.494-0.414,1.137-0.621,1.93-0.621
+ C764.994,198.965,765.036,198.967,765.07,198.97z"/>
+ <path class="st5" d="M769.547,209.318h-2.645v-13.675h2.645V209.318z"/>
+ <path class="st5" d="M772.079,206.545h2.812v2.773h-2.812V206.545z"/>
+ <path class="st5" d="M785.838,208.081c-0.854,1.054-2.15,1.581-3.888,1.581c-1.738,0-3.034-0.527-3.888-1.581
+ s-1.279-2.321-1.279-3.805c0-1.459,0.426-2.723,1.279-3.791c0.854-1.069,2.149-1.604,3.888-1.604c1.737,0,3.034,0.535,3.888,1.604
+ c0.854,1.068,1.279,2.332,1.279,3.791C787.117,205.76,786.691,207.027,785.838,208.081z M783.723,206.62
+ c0.414-0.55,0.621-1.331,0.621-2.344s-0.207-1.793-0.621-2.339c-0.415-0.547-1.009-0.82-1.781-0.82
+ c-0.773,0-1.369,0.273-1.787,0.82c-0.416,0.546-0.625,1.326-0.625,2.339s0.209,1.794,0.625,2.344
+ c0.418,0.55,1.014,0.824,1.787,0.824C782.714,207.444,783.308,207.17,783.723,206.62z"/>
+ <path class="st5" d="M794.628,198.97c0.034,0.003,0.109,0.008,0.228,0.014v2.709c-0.168-0.019-0.316-0.031-0.445-0.037
+ c-0.131-0.006-0.236-0.009-0.316-0.009c-1.063,0-1.777,0.346-2.143,1.039c-0.204,0.389-0.307,0.989-0.307,1.799v4.834h-2.662
+ v-10.112h2.523v1.763c0.408-0.674,0.764-1.135,1.066-1.383c0.495-0.414,1.139-0.621,1.93-0.621
+ C794.552,198.965,794.594,198.967,794.628,198.97z"/>
+ <path class="st5" d="M801.406,199.197c0.643,0.266,1.162,0.754,1.557,1.465v-1.456h2.58v9.593c0,1.305-0.221,2.288-0.659,2.95
+ c-0.755,1.138-2.202,1.707-4.342,1.707c-1.293,0-2.347-0.254-3.163-0.761s-1.269-1.265-1.355-2.273h2.877
+ c0.074,0.31,0.194,0.532,0.361,0.668c0.284,0.242,0.764,0.362,1.438,0.362c0.953,0,1.59-0.318,1.912-0.956
+ c0.209-0.408,0.314-1.094,0.314-2.059v-0.65c-0.254,0.434-0.525,0.758-0.816,0.975c-0.525,0.402-1.209,0.604-2.05,0.604
+ c-1.299,0-2.337-0.456-3.112-1.369c-0.776-0.912-1.164-2.147-1.164-3.706c0-1.503,0.373-2.766,1.121-3.79
+ c0.747-1.023,1.807-1.535,3.178-1.535C800.588,198.965,801.029,199.042,801.406,199.197z M802.307,206.447
+ c0.426-0.467,0.639-1.211,0.639-2.231c0-0.959-0.202-1.688-0.605-2.189c-0.404-0.501-0.943-0.751-1.621-0.751
+ c-0.924,0-1.562,0.436-1.912,1.308c-0.186,0.464-0.277,1.036-0.277,1.716c0,0.588,0.098,1.11,0.295,1.568
+ c0.357,0.854,0.998,1.28,1.922,1.28C801.361,207.147,801.883,206.914,802.307,206.447z"/>
+ <path class="st5" d="M811.037,195.227h2.199l-5.323,14.092h-2.181L811.037,195.227z"/>
+ <path class="st5" d="M818.651,199.368c0.476,0.27,0.862,0.642,1.159,1.118v-4.824h2.682v13.656h-2.57v-1.4
+ c-0.377,0.6-0.807,1.035-1.289,1.308s-1.082,0.408-1.8,0.408c-1.182,0-2.175-0.478-2.983-1.434
+ c-0.807-0.955-1.21-2.182-1.21-3.679c0-1.725,0.397-3.083,1.192-4.072s1.856-1.484,3.187-1.484
+ C817.631,198.965,818.175,199.1,818.651,199.368z M819.301,206.572c0.39-0.557,0.584-1.277,0.584-2.162
+ c0-1.236-0.312-2.121-0.937-2.652c-0.384-0.322-0.829-0.482-1.336-0.482c-0.773,0-1.341,0.292-1.702,0.876
+ c-0.361,0.585-0.543,1.31-0.543,2.176c0,0.934,0.184,1.681,0.553,2.24c0.367,0.561,0.926,0.84,1.674,0.84
+ S818.911,207.129,819.301,206.572z"/>
+ <path class="st5" d="M830.943,202.834c-0.049-0.378-0.176-0.718-0.381-1.021c-0.298-0.408-0.76-0.611-1.386-0.611
+ c-0.893,0-1.503,0.441-1.832,1.326c-0.173,0.469-0.261,1.092-0.261,1.869c0,0.74,0.088,1.336,0.261,1.786
+ c0.316,0.841,0.911,1.262,1.786,1.262c0.619,0,1.06-0.167,1.32-0.501c0.26-0.334,0.418-0.767,0.475-1.299h2.699
+ c-0.062,0.804-0.354,1.564-0.873,2.282c-0.83,1.156-2.059,1.735-3.687,1.735s-2.826-0.482-3.595-1.447
+ c-0.768-0.965-1.15-2.217-1.15-3.754c0-1.734,0.424-3.084,1.271-4.049s2.019-1.447,3.511-1.447c1.269,0,2.308,0.284,3.116,0.854
+ c0.807,0.569,1.285,1.574,1.434,3.016H830.943z"/>
+ <path class="st5" d="M838.488,195.227h2.2l-5.323,14.092h-2.182L838.488,195.227z"/>
+ <path class="st5" d="M847.33,199.411c0.705,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.682,1.297,0.805,2.09
+ c0.072,0.465,0.101,1.134,0.088,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.403,0.253,0.89,0.38,1.458,0.38
+ c0.602,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.07,0.6-0.397,1.209-0.979,1.827
+ c-0.906,0.983-2.175,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.135-1.401,3.616-1.401C845.832,198.938,846.625,199.095,847.33,199.411z M843.375,201.695
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.556c-0.048-0.701-0.282-1.234-0.704-1.598s-0.944-0.545-1.568-0.545
+ C844.274,201.117,843.748,201.31,843.375,201.695z"/>
+ <path class="st5" d="M854.008,209.318h-2.645v-13.675h2.645V209.318z"/>
+ <path class="st5" d="M863.176,199.411c0.705,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.682,1.297,0.805,2.09
+ c0.072,0.465,0.101,1.134,0.088,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.403,0.253,0.89,0.38,1.458,0.38
+ c0.602,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.07,0.6-0.397,1.209-0.979,1.827
+ c-0.906,0.983-2.175,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.135-1.401,3.616-1.401C861.678,198.938,862.471,199.095,863.176,199.411z M859.221,201.695
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.556c-0.048-0.701-0.282-1.234-0.704-1.598s-0.944-0.545-1.568-0.545
+ C860.12,201.117,859.594,201.31,859.221,201.695z"/>
+ <path class="st5" d="M879.771,199.243c0.433,0.173,0.825,0.477,1.179,0.909c0.283,0.353,0.476,0.785,0.574,1.299
+ c0.062,0.34,0.094,0.838,0.094,1.494l-0.02,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.234-0.47-0.668-0.705-1.299-0.705c-0.729,0-1.233,0.303-1.512,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.663
+ v-6.021c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.308-0.733c-0.756,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.214,0.692-0.214,1.243v6.086h-2.681v-10.094h2.569v1.475c0.327-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.179-0.594,1.995-0.594c0.772,0,1.396,0.17,1.873,0.511c0.384,0.314,0.674,0.72,0.873,1.215
+ c0.346-0.594,0.775-1.029,1.289-1.309c0.544-0.277,1.15-0.417,1.818-0.417C878.898,198.983,879.338,199.07,879.771,199.243z"/>
+ <path class="st5" d="M890.637,199.411c0.705,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.682,1.297,0.805,2.09
+ c0.072,0.465,0.101,1.134,0.088,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.403,0.253,0.89,0.38,1.458,0.38
+ c0.602,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.07,0.6-0.397,1.209-0.979,1.827
+ c-0.906,0.983-2.175,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.135-1.401,3.616-1.401C889.139,198.938,889.932,199.095,890.637,199.411z M886.682,201.695
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.556c-0.048-0.701-0.282-1.234-0.704-1.598s-0.944-0.545-1.568-0.545
+ C887.581,201.117,887.055,201.31,886.682,201.695z"/>
+ <path class="st5" d="M902.769,199.786c0.662,0.547,0.993,1.455,0.993,2.723v6.81h-2.709v-6.15c0-0.532-0.07-0.94-0.212-1.225
+ c-0.258-0.52-0.749-0.779-1.474-0.779c-0.891,0-1.501,0.38-1.832,1.141c-0.172,0.402-0.258,0.915-0.258,1.54v5.474h-2.645v-10.094
+ h2.561v1.475c0.338-0.52,0.659-0.894,0.961-1.122c0.541-0.408,1.229-0.612,2.061-0.612
+ C901.255,198.965,902.106,199.238,902.769,199.786z"/>
+ <path class="st5" d="M905.182,201.182v-1.883h1.41v-2.82h2.615v2.82h1.643v1.883h-1.643v5.344c0,0.415,0.053,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.104-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H905.182z"/>
+ <path class="st5" d="M914.598,206.09c0.057,0.47,0.178,0.804,0.363,1.002c0.33,0.353,0.938,0.529,1.827,0.529
+ c0.522,0,0.937-0.078,1.245-0.232c0.307-0.154,0.461-0.387,0.461-0.695c0-0.297-0.124-0.523-0.371-0.678
+ c-0.248-0.154-1.17-0.421-2.767-0.798c-1.149-0.284-1.959-0.64-2.429-1.067c-0.471-0.42-0.705-1.026-0.705-1.818
+ c0-0.934,0.367-1.735,1.102-2.407c0.734-0.671,1.768-1.007,3.101-1.007c1.265,0,2.295,0.253,3.091,0.757
+ c0.797,0.504,1.254,1.374,1.372,2.611h-2.644c-0.037-0.34-0.134-0.609-0.289-0.808c-0.291-0.358-0.787-0.537-1.488-0.537
+ c-0.576,0-0.988,0.089-1.232,0.269c-0.245,0.18-0.367,0.39-0.367,0.631c0,0.303,0.13,0.522,0.391,0.659
+ c0.26,0.142,1.18,0.386,2.76,0.732c1.054,0.247,1.844,0.621,2.369,1.123c0.52,0.507,0.779,1.141,0.779,1.901
+ c0,1.002-0.373,1.82-1.12,2.454s-1.901,0.951-3.463,0.951c-1.593,0-2.769-0.336-3.528-1.007c-0.759-0.671-1.139-1.526-1.139-2.565
+ H914.598z"/>
+ <path class="st5" d="M926.141,195.227h2.2l-5.323,14.092h-2.182L926.141,195.227z"/>
+ <path class="st5" d="M928.477,200.041v-1.8c0.833-0.037,1.416-0.093,1.749-0.167c0.53-0.117,0.962-0.353,1.296-0.705
+ c0.229-0.241,0.4-0.562,0.518-0.965c0.068-0.241,0.102-0.421,0.102-0.538h2.209v13.452h-2.709v-9.277H928.477z"/>
+ <path class="st5" d="M938.914,206.545h2.811v2.773h-2.811V206.545z"/>
+ <path class="st5" d="M944.322,200.041v-1.8c0.833-0.037,1.416-0.093,1.749-0.167c0.53-0.117,0.962-0.353,1.296-0.705
+ c0.229-0.241,0.4-0.562,0.518-0.965c0.068-0.241,0.102-0.421,0.102-0.538h2.209v13.452h-2.709v-9.277H944.322z"/>
+ <path class="st5" d="M957.832,195.227h2.2l-5.323,14.092h-2.182L957.832,195.227z"/>
+ <path class="st5" d="M959.045,201.182v-1.883h1.41v-2.82h2.617v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.157,0.775
+ c0.104,0.102,0.427,0.152,0.965,0.152c0.08,0,0.165-0.001,0.255-0.004s0.178-0.008,0.265-0.014v1.976l-1.253,0.046
+ c-1.249,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H959.045z"/>
+ <path class="st5" d="M969.13,198h-2.681v-2.439h2.681V198z M966.449,199.206h2.681v10.112h-2.681V199.206z"/>
+ <path class="st5" d="M970.651,201.182v-1.883h1.41v-2.82h2.616v2.82h1.643v1.883h-1.643v5.344c0,0.415,0.053,0.673,0.158,0.775
+ c0.104,0.102,0.426,0.152,0.965,0.152c0.08,0,0.165-0.001,0.254-0.004c0.09-0.003,0.178-0.008,0.266-0.014v1.976l-1.253,0.046
+ c-1.249,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H970.651z"/>
+ <path class="st5" d="M980.717,209.318h-2.644v-13.675h2.644V209.318z"/>
+ <path class="st5" d="M989.886,199.411c0.706,0.315,1.288,0.814,1.747,1.496c0.414,0.601,0.684,1.297,0.807,2.09
+ c0.07,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.457,0.38
+ c0.604,0,1.092-0.154,1.469-0.464c0.205-0.167,0.387-0.398,0.545-0.695h2.699c-0.072,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.028-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.465-3.096,1.394-4.03s2.134-1.401,3.616-1.401C988.388,198.938,989.181,199.095,989.886,199.411z M985.931,201.695
+ c-0.374,0.385-0.608,0.906-0.704,1.564h4.555c-0.049-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.943-0.545-1.567-0.545
+ C986.83,201.117,986.305,201.31,985.931,201.695z"/>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_5_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_30_">
+ <use xlink:href="#SVGID_5_" style="overflow:visible;"/>
+ </clipPath>
+ <rect x="63" y="191" class="st12" width="349" height="31"/>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_4_" x="62.661" y="190.187" width="349.754" height="32.5"/>
+ </defs>
+ <clipPath id="SVGID_31_">
+ <use xlink:href="#SVGID_4_" style="overflow:visible;"/>
+ </clipPath>
+ <g class="st40">
+ <path class="st5" d="M76.413,203.51c0.508,0.217,0.925,0.548,1.251,0.994c0.277,0.378,0.446,0.766,0.508,1.165
+ c0.062,0.399,0.092,1.051,0.092,1.955v5.942h-2.7v-6.158c0-0.545-0.092-0.984-0.276-1.318c-0.239-0.471-0.694-0.706-1.363-0.706
+ c-0.694,0-1.22,0.233-1.58,0.701c-0.359,0.468-0.539,1.135-0.539,2.002v5.479h-2.644v-13.629h2.644v4.824
+ c0.382-0.587,0.824-0.997,1.326-1.229c0.501-0.232,1.03-0.348,1.584-0.348C75.339,203.186,75.904,203.294,76.413,203.51z"/>
+ <path class="st5" d="M79.712,205.43v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H79.712z"/>
+ <path class="st5" d="M86.039,205.43v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H86.039z"/>
+ <path class="st5" d="M101.909,204.539c0.825,0.873,1.237,2.152,1.237,3.842c0,1.781-0.403,3.139-1.209,4.072
+ c-0.806,0.934-1.844,1.4-3.114,1.4c-0.809,0-1.481-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.859-0.974v5.27h-2.616v-14.093
+ h2.533v1.493c0.286-0.438,0.591-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677
+ C100.078,203.231,101.084,203.668,101.909,204.539z M99.88,206.441c-0.359-0.6-0.942-0.9-1.748-0.9
+ c-0.969,0-1.634,0.455-1.997,1.364c-0.188,0.482-0.281,1.095-0.281,1.837c0,1.175,0.315,2.001,0.946,2.477
+ c0.375,0.279,0.819,0.418,1.331,0.418c0.744,0,1.311-0.284,1.702-0.854s0.586-1.326,0.586-2.273
+ C100.419,207.73,100.239,207.041,99.88,206.441z"/>
+ <path class="st5" d="M105.93,203.844h2.811v2.773h-2.811V203.844z M105.93,210.793h2.811v2.773h-2.811V210.793z"/>
+ <path class="st5" d="M114.365,199.475h2.2l-5.324,14.092h-2.181L114.365,199.475z"/>
+ <path class="st5" d="M119.644,199.475h2.2l-5.324,14.092h-2.181L119.644,199.475z"/>
+ <path class="st5" d="M126.665,203.454h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746
+ l-2.839-10.112h2.839l1.577,7.255L126.665,203.454z"/>
+ <path class="st5" d="M141.443,203.454h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746
+ l-2.839-10.112h2.839l1.577,7.255L141.443,203.454z"/>
+ <path class="st5" d="M156.222,203.454h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746
+ l-2.839-10.112h2.839l1.577,7.255L156.222,203.454z"/>
+ <path class="st5" d="M165.502,210.793h2.811v2.773h-2.811V210.793z"/>
+ <path class="st5" d="M177.417,203.659c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C175.918,203.186,176.711,203.343,177.417,203.659z M173.461,205.943
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C174.361,205.365,173.835,205.558,173.461,205.943z"/>
+ <path class="st5" d="M180.388,213.566l3.451-5.121l-3.303-4.973h3.237l1.689,2.929l1.65-2.929h3.146l-3.321,4.926l3.451,5.168
+ h-3.294l-1.74-3.04l-1.757,3.04H180.388z"/>
+ <path class="st5" d="M195.966,207.416c0.492-0.062,0.844-0.14,1.056-0.232c0.38-0.161,0.57-0.411,0.57-0.752
+ c0-0.414-0.146-0.7-0.438-0.857c-0.292-0.158-0.719-0.236-1.283-0.236c-0.633,0-1.082,0.154-1.345,0.463
+ c-0.188,0.229-0.313,0.539-0.376,0.928h-2.551c0.056-0.884,0.304-1.61,0.746-2.18c0.702-0.891,1.907-1.336,3.615-1.336
+ c1.112,0,2.099,0.22,2.963,0.658c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.019,1.17
+ c0.019,0.346,0.071,0.581,0.158,0.705c0.086,0.123,0.216,0.226,0.39,0.306v0.39h-2.876c-0.081-0.204-0.136-0.396-0.167-0.575
+ c-0.031-0.18-0.056-0.384-0.074-0.612c-0.367,0.396-0.79,0.732-1.269,1.012c-0.572,0.327-1.219,0.491-1.941,0.491
+ c-0.921,0-1.681-0.262-2.282-0.784c-0.6-0.522-0.9-1.263-0.9-2.222c0-1.243,0.483-2.144,1.449-2.7
+ c0.529-0.303,1.309-0.52,2.336-0.648L195.966,207.416z M197.583,208.649c-0.169,0.105-0.34,0.19-0.513,0.255
+ c-0.172,0.065-0.409,0.125-0.71,0.182l-0.602,0.111c-0.564,0.099-0.969,0.219-1.215,0.361c-0.417,0.241-0.625,0.615-0.625,1.123
+ c0,0.451,0.127,0.777,0.381,0.979s0.564,0.301,0.928,0.301c0.578,0,1.11-0.166,1.597-0.5s0.739-0.943,0.758-1.828V208.649z"/>
+ <path class="st5" d="M215.145,203.491c0.433,0.173,0.826,0.477,1.178,0.909c0.284,0.353,0.476,0.785,0.575,1.299
+ c0.062,0.34,0.093,0.838,0.093,1.494l-0.019,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.235-0.47-0.668-0.705-1.299-0.705c-0.73,0-1.234,0.303-1.512,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.663v-6.021
+ c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.308-0.733c-0.755,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.213,0.692-0.213,1.243v6.086h-2.681v-10.094h2.57v1.475c0.328-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.178-0.594,1.995-0.594c0.773,0,1.397,0.17,1.874,0.511c0.383,0.314,0.674,0.72,0.872,1.215
+ c0.346-0.594,0.776-1.029,1.29-1.309c0.544-0.277,1.15-0.417,1.818-0.417C214.273,203.231,214.712,203.318,215.145,203.491z"/>
+ <path class="st5" d="M227.926,204.539c0.825,0.873,1.237,2.152,1.237,3.842c0,1.781-0.403,3.139-1.209,4.072
+ c-0.806,0.934-1.844,1.4-3.114,1.4c-0.809,0-1.481-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.859-0.974v5.27h-2.616v-14.093
+ h2.533v1.493c0.286-0.438,0.591-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677
+ C226.094,203.231,227.101,203.668,227.926,204.539z M225.896,206.441c-0.359-0.6-0.942-0.9-1.748-0.9
+ c-0.969,0-1.634,0.455-1.997,1.364c-0.188,0.482-0.281,1.095-0.281,1.837c0,1.175,0.315,2.001,0.946,2.477
+ c0.375,0.279,0.819,0.418,1.331,0.418c0.744,0,1.311-0.284,1.702-0.854s0.586-1.326,0.586-2.273
+ C226.436,207.73,226.256,207.041,225.896,206.441z"/>
+ <path class="st5" d="M233.728,213.566h-2.644v-13.675h2.644V213.566z"/>
+ <path class="st5" d="M242.896,203.659c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C241.398,203.186,242.191,203.343,242.896,203.659z M238.941,205.943
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C239.84,205.365,239.314,205.558,238.941,205.943z"/>
+ <path class="st5" d="M246.827,210.793h2.811v2.773h-2.811V210.793z"/>
+ <path class="st5" d="M260.585,212.329c-0.854,1.054-2.149,1.581-3.887,1.581c-1.738,0-3.034-0.527-3.887-1.581
+ s-1.28-2.321-1.28-3.805c0-1.459,0.427-2.723,1.28-3.791c0.854-1.069,2.149-1.604,3.887-1.604c1.738,0,3.034,0.535,3.887,1.604
+ c0.854,1.068,1.28,2.332,1.28,3.791C261.866,210.008,261.439,211.275,260.585,212.329z M258.47,210.868
+ c0.414-0.55,0.622-1.331,0.622-2.344s-0.208-1.793-0.622-2.339c-0.415-0.547-1.008-0.82-1.781-0.82
+ c-0.773,0-1.368,0.273-1.786,0.82c-0.417,0.546-0.626,1.326-0.626,2.339s0.209,1.794,0.626,2.344
+ c0.418,0.55,1.013,0.824,1.786,0.824C257.462,211.692,258.056,211.418,258.47,210.868z"/>
+ <path class="st5" d="M269.376,203.218c0.034,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663v-10.112h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C269.3,203.213,269.342,203.215,269.376,203.218z"
+ />
+ <path class="st5" d="M276.155,203.445c0.643,0.266,1.161,0.754,1.557,1.465v-1.456h2.579v9.593c0,1.305-0.22,2.288-0.659,2.95
+ c-0.755,1.138-2.202,1.707-4.342,1.707c-1.293,0-2.347-0.254-3.164-0.761s-1.268-1.265-1.354-2.273h2.876
+ c0.074,0.31,0.195,0.532,0.362,0.668c0.284,0.242,0.764,0.362,1.438,0.362c0.952,0,1.589-0.318,1.911-0.956
+ c0.21-0.408,0.315-1.094,0.315-2.059v-0.65c-0.254,0.434-0.526,0.758-0.816,0.975c-0.526,0.402-1.209,0.604-2.05,0.604
+ c-1.299,0-2.336-0.456-3.113-1.369c-0.776-0.912-1.164-2.147-1.164-3.706c0-1.503,0.374-2.766,1.121-3.79
+ c0.748-1.023,1.807-1.535,3.178-1.535C275.336,203.213,275.778,203.29,276.155,203.445z M277.055,210.695
+ c0.425-0.467,0.638-1.211,0.638-2.231c0-0.959-0.202-1.688-0.605-2.189c-0.404-0.501-0.944-0.751-1.622-0.751
+ c-0.924,0-1.561,0.436-1.912,1.308c-0.185,0.464-0.277,1.036-0.277,1.716c0,0.588,0.099,1.11,0.295,1.568
+ c0.357,0.854,0.998,1.28,1.922,1.28C276.11,211.396,276.63,211.162,277.055,210.695z"/>
+ <path class="st5" d="M285.785,199.475h2.2l-5.324,14.092h-2.181L285.785,199.475z"/>
+ <path class="st5" d="M286.998,205.43v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H286.998z"/>
+ <path class="st5" d="M300.954,203.659c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C299.456,203.186,300.249,203.343,300.954,203.659z M296.999,205.943
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C297.898,205.365,297.372,205.558,296.999,205.943z"/>
+ <path class="st5" d="M310.549,203.218c0.034,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663v-10.112h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C310.473,203.213,310.515,203.215,310.549,203.218
+ z"/>
+ <path class="st5" d="M324.942,203.491c0.433,0.173,0.826,0.477,1.178,0.909c0.284,0.353,0.476,0.785,0.575,1.299
+ c0.062,0.34,0.093,0.838,0.093,1.494l-0.019,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.235-0.47-0.668-0.705-1.299-0.705c-0.73,0-1.234,0.303-1.512,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.663v-6.021
+ c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.308-0.733c-0.755,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.213,0.692-0.213,1.243v6.086h-2.681v-10.094h2.57v1.475c0.328-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.178-0.594,1.995-0.594c0.773,0,1.397,0.17,1.874,0.511c0.383,0.314,0.674,0.72,0.872,1.215
+ c0.346-0.594,0.776-1.029,1.29-1.309c0.544-0.277,1.15-0.417,1.818-0.417C324.07,203.231,324.509,203.318,324.942,203.491z"/>
+ <path class="st5" d="M331.27,210.338c0.056,0.47,0.177,0.804,0.364,1.002c0.329,0.353,0.938,0.529,1.827,0.529
+ c0.522,0,0.937-0.078,1.245-0.232s0.461-0.387,0.461-0.695c0-0.297-0.124-0.523-0.372-0.678c-0.248-0.154-1.17-0.421-2.766-0.798
+ c-1.149-0.284-1.959-0.64-2.429-1.067c-0.47-0.42-0.705-1.026-0.705-1.818c0-0.934,0.367-1.735,1.102-2.407
+ c0.735-0.671,1.768-1.007,3.101-1.007c1.265,0,2.295,0.253,3.091,0.757s1.254,1.374,1.372,2.611h-2.644
+ c-0.037-0.34-0.133-0.609-0.288-0.808c-0.292-0.358-0.788-0.537-1.489-0.537c-0.577,0-0.988,0.089-1.232,0.269
+ c-0.245,0.18-0.368,0.39-0.368,0.631c0,0.303,0.13,0.522,0.391,0.659c0.261,0.142,1.181,0.386,2.761,0.732
+ c1.053,0.247,1.843,0.621,2.369,1.123c0.52,0.507,0.779,1.141,0.779,1.901c0,1.002-0.374,1.82-1.12,2.454
+ c-0.747,0.634-1.901,0.951-3.463,0.951c-1.593,0-2.769-0.336-3.528-1.007s-1.139-1.526-1.139-2.565H331.27z"/>
+ <path class="st5" d="M342.812,199.475h2.2l-5.324,14.092h-2.181L342.812,199.475z"/>
+ <path class="st5" d="M351.654,203.659c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C350.156,203.186,350.949,203.343,351.654,203.659z M347.699,205.943
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C348.599,205.365,348.073,205.558,347.699,205.943z"/>
+ <path class="st5" d="M360.994,203.616c0.476,0.27,0.863,0.642,1.16,1.118v-4.824h2.681v13.656h-2.57v-1.4
+ c-0.377,0.6-0.807,1.035-1.29,1.308s-1.083,0.408-1.8,0.408c-1.182,0-2.175-0.478-2.983-1.434c-0.807-0.955-1.21-2.182-1.21-3.679
+ c0-1.725,0.397-3.083,1.192-4.072c0.795-0.989,1.857-1.484,3.187-1.484C359.974,203.213,360.518,203.348,360.994,203.616z
+ M361.644,210.82c0.39-0.557,0.584-1.277,0.584-2.162c0-1.236-0.312-2.121-0.937-2.652c-0.384-0.322-0.829-0.482-1.336-0.482
+ c-0.773,0-1.34,0.292-1.703,0.876c-0.361,0.585-0.542,1.31-0.542,2.176c0,0.934,0.184,1.681,0.552,2.24
+ c0.368,0.561,0.926,0.84,1.674,0.84C360.685,211.655,361.254,211.377,361.644,210.82z"/>
+ <path class="st5" d="M369.956,202.248h-2.681v-2.439h2.681V202.248z M367.275,203.454h2.681v10.112h-2.681V203.454z"/>
+ <path class="st5" d="M371.478,205.43v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H371.478z"/>
+ <path class="st5" d="M387.277,212.329c-0.854,1.054-2.149,1.581-3.887,1.581c-1.738,0-3.034-0.527-3.887-1.581
+ s-1.28-2.321-1.28-3.805c0-1.459,0.427-2.723,1.28-3.791c0.854-1.069,2.149-1.604,3.887-1.604c1.738,0,3.034,0.535,3.887,1.604
+ c0.854,1.068,1.28,2.332,1.28,3.791C388.557,210.008,388.13,211.275,387.277,212.329z M385.162,210.868
+ c0.414-0.55,0.622-1.331,0.622-2.344s-0.208-1.793-0.622-2.339c-0.415-0.547-1.008-0.82-1.781-0.82
+ c-0.773,0-1.368,0.273-1.786,0.82c-0.417,0.546-0.626,1.326-0.626,2.339s0.209,1.794,0.626,2.344
+ c0.418,0.55,1.013,0.824,1.786,0.824C384.153,211.692,384.747,211.418,385.162,210.868z"/>
+ <path class="st5" d="M396.067,203.218c0.034,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663v-10.112h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C395.991,203.213,396.033,203.215,396.067,203.218
+ z"/>
+ <path class="st5" d="M399.894,210.338c0.056,0.47,0.177,0.804,0.364,1.002c0.329,0.353,0.938,0.529,1.827,0.529
+ c0.522,0,0.937-0.078,1.245-0.232s0.461-0.387,0.461-0.695c0-0.297-0.124-0.523-0.372-0.678c-0.248-0.154-1.17-0.421-2.766-0.798
+ c-1.149-0.284-1.959-0.64-2.429-1.067c-0.47-0.42-0.705-1.026-0.705-1.818c0-0.934,0.367-1.735,1.102-2.407
+ c0.735-0.671,1.768-1.007,3.101-1.007c1.265,0,2.295,0.253,3.091,0.757s1.254,1.374,1.372,2.611h-2.644
+ c-0.037-0.34-0.133-0.609-0.288-0.808c-0.292-0.358-0.788-0.537-1.489-0.537c-0.577,0-0.988,0.089-1.232,0.269
+ c-0.245,0.18-0.368,0.39-0.368,0.631c0,0.303,0.13,0.522,0.391,0.659c0.261,0.142,1.181,0.386,2.761,0.732
+ c1.053,0.247,1.843,0.621,2.369,1.123c0.52,0.507,0.779,1.141,0.779,1.901c0,1.002-0.374,1.82-1.12,2.454
+ c-0.747,0.634-1.901,0.951-3.463,0.951c-1.593,0-2.769-0.336-3.528-1.007s-1.139-1.526-1.139-2.565H399.894z"/>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_3_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_32_">
+ <use xlink:href="#SVGID_3_" style="overflow:visible;"/>
+ </clipPath>
+ <rect x="15" y="420" class="st19" width="381" height="31"/>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_2_" x="14.292" y="419.222" width="382.494" height="32.5"/>
+ </defs>
+ <clipPath id="SVGID_33_">
+ <use xlink:href="#SVGID_2_" style="overflow:visible;"/>
+ </clipPath>
+ <g class="st41">
+ <path class="st5" d="M28.043,432.545c0.508,0.217,0.925,0.548,1.251,0.994c0.277,0.378,0.446,0.766,0.508,1.165
+ c0.062,0.399,0.092,1.051,0.092,1.955v5.942h-2.7v-6.158c0-0.545-0.092-0.984-0.276-1.318c-0.239-0.471-0.694-0.706-1.363-0.706
+ c-0.694,0-1.22,0.233-1.58,0.701c-0.359,0.468-0.539,1.135-0.539,2.002v5.479h-2.644v-13.629h2.644v4.824
+ c0.382-0.587,0.824-0.997,1.326-1.229c0.501-0.232,1.03-0.348,1.584-0.348C26.97,432.221,27.535,432.329,28.043,432.545z"/>
+ <path class="st5" d="M31.342,434.465v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H31.342z"/>
+ <path class="st5" d="M37.669,434.465v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H37.669z"/>
+ <path class="st5" d="M53.54,433.574c0.825,0.873,1.237,2.152,1.237,3.842c0,1.781-0.403,3.139-1.209,4.072
+ c-0.806,0.934-1.844,1.4-3.114,1.4c-0.809,0-1.481-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.859-0.974v5.27h-2.616v-14.093
+ h2.533v1.493c0.286-0.438,0.591-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677
+ C51.708,432.267,52.715,432.703,53.54,433.574z M51.51,435.477c-0.359-0.6-0.942-0.9-1.748-0.9c-0.969,0-1.634,0.455-1.997,1.364
+ c-0.188,0.482-0.281,1.095-0.281,1.837c0,1.175,0.315,2.001,0.946,2.477c0.375,0.279,0.819,0.418,1.331,0.418
+ c0.744,0,1.311-0.284,1.702-0.854s0.586-1.326,0.586-2.273C52.049,436.766,51.87,436.076,51.51,435.477z"/>
+ <path class="st5" d="M57.56,432.879h2.811v2.773H57.56V432.879z M57.56,439.828h2.811v2.773H57.56V439.828z"/>
+ <path class="st5" d="M65.995,428.51h2.2l-5.324,14.092h-2.181L65.995,428.51z"/>
+ <path class="st5" d="M71.274,428.51h2.2l-5.324,14.092H65.97L71.274,428.51z"/>
+ <path class="st5" d="M78.295,432.489h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746
+ l-2.839-10.112h2.839l1.577,7.255L78.295,432.489z"/>
+ <path class="st5" d="M93.074,432.489h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366H90.04
+ l-2.839-10.112h2.839l1.577,7.255L93.074,432.489z"/>
+ <path class="st5" d="M107.853,432.489h2.681l1.54,7.282l1.577-7.282h2.755l-2.932,10.112h-2.718l-1.586-7.366l-1.605,7.366h-2.746
+ l-2.839-10.112h2.839l1.577,7.255L107.853,432.489z"/>
+ <path class="st5" d="M117.132,439.828h2.811v2.773h-2.811V439.828z"/>
+ <path class="st5" d="M129.047,432.694c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C127.549,432.221,128.342,432.378,129.047,432.694z M125.092,434.979
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C125.991,434.4,125.465,434.593,125.092,434.979z"/>
+ <path class="st5" d="M132.018,442.602l3.451-5.121l-3.303-4.973h3.237l1.689,2.929l1.65-2.929h3.146l-3.321,4.926l3.451,5.168
+ h-3.294l-1.74-3.04l-1.757,3.04H132.018z"/>
+ <path class="st5" d="M147.597,436.451c0.492-0.062,0.844-0.14,1.056-0.232c0.38-0.161,0.57-0.411,0.57-0.752
+ c0-0.414-0.146-0.7-0.438-0.857c-0.292-0.158-0.719-0.236-1.283-0.236c-0.633,0-1.082,0.154-1.345,0.463
+ c-0.188,0.229-0.313,0.539-0.376,0.928h-2.551c0.056-0.884,0.304-1.61,0.746-2.18c0.702-0.891,1.907-1.336,3.615-1.336
+ c1.112,0,2.099,0.22,2.963,0.658c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.019,1.17
+ c0.019,0.346,0.071,0.581,0.158,0.705c0.086,0.123,0.216,0.226,0.39,0.306v0.39h-2.876c-0.081-0.204-0.136-0.396-0.167-0.575
+ c-0.031-0.18-0.056-0.384-0.074-0.612c-0.367,0.396-0.79,0.732-1.269,1.012c-0.572,0.327-1.219,0.491-1.941,0.491
+ c-0.921,0-1.681-0.262-2.282-0.784c-0.6-0.522-0.9-1.263-0.9-2.222c0-1.243,0.483-2.144,1.449-2.7
+ c0.529-0.303,1.309-0.52,2.336-0.648L147.597,436.451z M149.213,437.685c-0.169,0.105-0.34,0.19-0.513,0.255
+ c-0.172,0.065-0.409,0.125-0.71,0.182l-0.602,0.111c-0.564,0.099-0.969,0.219-1.215,0.361c-0.417,0.241-0.625,0.615-0.625,1.123
+ c0,0.451,0.127,0.777,0.381,0.979s0.564,0.301,0.928,0.301c0.578,0,1.11-0.166,1.597-0.5s0.739-0.943,0.758-1.828V437.685z"/>
+ <path class="st5" d="M166.775,432.526c0.433,0.173,0.826,0.477,1.178,0.909c0.284,0.353,0.476,0.785,0.575,1.299
+ c0.062,0.34,0.093,0.838,0.093,1.494l-0.019,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.235-0.47-0.668-0.705-1.299-0.705c-0.73,0-1.234,0.303-1.512,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.663v-6.021
+ c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.308-0.733c-0.755,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.213,0.692-0.213,1.243v6.086h-2.681v-10.094h2.57v1.475c0.328-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.178-0.594,1.995-0.594c0.773,0,1.397,0.17,1.874,0.511c0.383,0.314,0.674,0.72,0.872,1.215
+ c0.346-0.594,0.776-1.029,1.29-1.309c0.544-0.277,1.15-0.417,1.818-0.417C165.903,432.267,166.342,432.354,166.775,432.526z"/>
+ <path class="st5" d="M179.556,433.574c0.825,0.873,1.237,2.152,1.237,3.842c0,1.781-0.403,3.139-1.209,4.072
+ c-0.806,0.934-1.844,1.4-3.114,1.4c-0.809,0-1.481-0.2-2.017-0.603c-0.292-0.223-0.579-0.548-0.859-0.974v5.27h-2.616v-14.093
+ h2.533v1.493c0.286-0.438,0.591-0.785,0.915-1.039c0.591-0.451,1.294-0.677,2.11-0.677
+ C177.725,432.267,178.731,432.703,179.556,433.574z M177.527,435.477c-0.359-0.6-0.942-0.9-1.748-0.9
+ c-0.969,0-1.634,0.455-1.997,1.364c-0.188,0.482-0.281,1.095-0.281,1.837c0,1.175,0.315,2.001,0.946,2.477
+ c0.375,0.279,0.819,0.418,1.331,0.418c0.744,0,1.311-0.284,1.702-0.854s0.586-1.326,0.586-2.273
+ C178.066,436.766,177.886,436.076,177.527,435.477z"/>
+ <path class="st5" d="M185.358,442.602h-2.644v-13.675h2.644V442.602z"/>
+ <path class="st5" d="M194.526,432.694c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C193.028,432.221,193.821,432.378,194.526,432.694z M190.571,434.979
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C191.471,434.4,190.945,434.593,190.571,434.979z"/>
+ <path class="st5" d="M198.458,439.828h2.811v2.773h-2.811V439.828z"/>
+ <path class="st5" d="M212.216,441.364c-0.854,1.054-2.149,1.581-3.887,1.581c-1.738,0-3.034-0.527-3.887-1.581
+ s-1.28-2.321-1.28-3.805c0-1.459,0.427-2.723,1.28-3.791c0.854-1.069,2.149-1.604,3.887-1.604c1.738,0,3.034,0.535,3.887,1.604
+ c0.854,1.068,1.28,2.332,1.28,3.791C213.496,439.043,213.069,440.311,212.216,441.364z M210.101,439.903
+ c0.414-0.55,0.622-1.331,0.622-2.344s-0.208-1.793-0.622-2.339c-0.415-0.547-1.008-0.82-1.781-0.82
+ c-0.773,0-1.368,0.273-1.786,0.82c-0.417,0.546-0.626,1.326-0.626,2.339s0.209,1.794,0.626,2.344
+ c0.418,0.55,1.013,0.824,1.786,0.824C209.092,440.728,209.686,440.453,210.101,439.903z"/>
+ <path class="st5" d="M221.006,432.253c0.034,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663v-10.112h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C220.93,432.248,220.972,432.25,221.006,432.253z"
+ />
+ <path class="st5" d="M227.785,432.48c0.643,0.266,1.161,0.754,1.557,1.465v-1.456h2.579v9.593c0,1.305-0.22,2.288-0.659,2.95
+ c-0.755,1.138-2.202,1.707-4.342,1.707c-1.293,0-2.347-0.254-3.164-0.761s-1.268-1.265-1.354-2.273h2.876
+ c0.074,0.31,0.195,0.532,0.362,0.668c0.284,0.242,0.764,0.362,1.438,0.362c0.952,0,1.589-0.318,1.911-0.956
+ c0.21-0.408,0.315-1.094,0.315-2.059v-0.65c-0.254,0.434-0.526,0.758-0.816,0.975c-0.526,0.402-1.209,0.604-2.05,0.604
+ c-1.299,0-2.336-0.456-3.113-1.369c-0.776-0.912-1.164-2.147-1.164-3.706c0-1.503,0.374-2.766,1.121-3.79
+ c0.748-1.023,1.807-1.535,3.178-1.535C226.967,432.248,227.408,432.325,227.785,432.48z M228.686,439.73
+ c0.425-0.467,0.638-1.211,0.638-2.231c0-0.959-0.202-1.688-0.605-2.189c-0.404-0.501-0.944-0.751-1.622-0.751
+ c-0.924,0-1.561,0.436-1.912,1.308c-0.185,0.464-0.277,1.036-0.277,1.716c0,0.588,0.099,1.11,0.295,1.568
+ c0.357,0.854,0.998,1.28,1.922,1.28C227.74,440.431,228.261,440.197,228.686,439.73z"/>
+ <path class="st5" d="M237.415,428.51h2.2l-5.324,14.092h-2.181L237.415,428.51z"/>
+ <path class="st5" d="M238.628,434.465v-1.883h1.41v-2.82h2.616v2.82h1.642v1.883h-1.642v5.344c0,0.415,0.052,0.673,0.158,0.775
+ c0.105,0.102,0.427,0.152,0.965,0.152c0.08,0,0.166-0.001,0.255-0.004c0.09-0.003,0.178-0.008,0.265-0.014v1.976l-1.252,0.046
+ c-1.25,0.044-2.103-0.173-2.561-0.648c-0.297-0.304-0.445-0.771-0.445-1.401v-6.226H238.628z"/>
+ <path class="st5" d="M252.584,432.694c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C251.086,432.221,251.879,432.378,252.584,432.694z M248.629,434.979
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C249.528,434.4,249.002,434.593,248.629,434.979z"/>
+ <path class="st5" d="M262.179,432.253c0.034,0.003,0.109,0.008,0.227,0.014v2.709c-0.167-0.019-0.315-0.031-0.445-0.037
+ s-0.235-0.009-0.315-0.009c-1.064,0-1.778,0.346-2.143,1.039c-0.204,0.389-0.306,0.989-0.306,1.799v4.834h-2.663v-10.112h2.523
+ v1.763c0.408-0.674,0.764-1.135,1.067-1.383c0.495-0.414,1.138-0.621,1.93-0.621C262.103,432.248,262.145,432.25,262.179,432.253z
+ "/>
+ <path class="st5" d="M276.573,432.526c0.433,0.173,0.826,0.477,1.178,0.909c0.284,0.353,0.476,0.785,0.575,1.299
+ c0.062,0.34,0.093,0.838,0.093,1.494l-0.019,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.235-0.47-0.668-0.705-1.299-0.705c-0.73,0-1.234,0.303-1.512,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.663v-6.021
+ c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.308-0.733c-0.755,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.213,0.692-0.213,1.243v6.086h-2.681v-10.094h2.57v1.475c0.328-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.178-0.594,1.995-0.594c0.773,0,1.397,0.17,1.874,0.511c0.383,0.314,0.674,0.72,0.872,1.215
+ c0.346-0.594,0.776-1.029,1.29-1.309c0.544-0.277,1.15-0.417,1.818-0.417C275.701,432.267,276.14,432.354,276.573,432.526z"/>
+ <path class="st5" d="M282.9,439.373c0.056,0.47,0.177,0.804,0.364,1.002c0.329,0.353,0.938,0.529,1.827,0.529
+ c0.522,0,0.937-0.078,1.245-0.232s0.461-0.387,0.461-0.695c0-0.297-0.124-0.523-0.372-0.678c-0.248-0.154-1.17-0.421-2.766-0.798
+ c-1.149-0.284-1.959-0.64-2.429-1.067c-0.47-0.42-0.705-1.026-0.705-1.818c0-0.934,0.367-1.735,1.102-2.407
+ c0.735-0.671,1.768-1.007,3.101-1.007c1.265,0,2.295,0.253,3.091,0.757s1.254,1.374,1.372,2.611h-2.644
+ c-0.037-0.34-0.133-0.609-0.288-0.808c-0.292-0.358-0.788-0.537-1.489-0.537c-0.577,0-0.988,0.089-1.232,0.269
+ c-0.245,0.18-0.368,0.39-0.368,0.631c0,0.303,0.13,0.522,0.391,0.659c0.261,0.142,1.181,0.386,2.761,0.732
+ c1.053,0.247,1.843,0.621,2.369,1.123c0.52,0.507,0.779,1.141,0.779,1.901c0,1.002-0.374,1.82-1.12,2.454
+ c-0.747,0.634-1.901,0.951-3.463,0.951c-1.593,0-2.769-0.336-3.528-1.007s-1.139-1.526-1.139-2.565H282.9z"/>
+ <path class="st5" d="M294.443,428.51h2.2l-5.324,14.092h-2.181L294.443,428.51z"/>
+ <path class="st5" d="M303.963,432.545c0.508,0.217,0.925,0.548,1.251,0.994c0.277,0.378,0.446,0.766,0.508,1.165
+ c0.062,0.399,0.092,1.051,0.092,1.955v5.942h-2.7v-6.158c0-0.545-0.092-0.984-0.276-1.318c-0.239-0.471-0.694-0.706-1.363-0.706
+ c-0.694,0-1.22,0.233-1.58,0.701c-0.359,0.468-0.539,1.135-0.539,2.002v5.479h-2.644v-13.629h2.644v4.824
+ c0.382-0.587,0.824-0.997,1.326-1.229c0.501-0.232,1.03-0.348,1.584-0.348C302.89,432.221,303.455,432.329,303.963,432.545z"/>
+ <path class="st5" d="M316.734,441.364c-0.854,1.054-2.149,1.581-3.887,1.581c-1.738,0-3.034-0.527-3.887-1.581
+ s-1.28-2.321-1.28-3.805c0-1.459,0.427-2.723,1.28-3.791c0.854-1.069,2.149-1.604,3.887-1.604c1.738,0,3.034,0.535,3.887,1.604
+ c0.854,1.068,1.28,2.332,1.28,3.791C318.015,439.043,317.588,440.311,316.734,441.364z M314.619,439.903
+ c0.414-0.55,0.622-1.331,0.622-2.344s-0.208-1.793-0.622-2.339c-0.415-0.547-1.008-0.82-1.781-0.82
+ c-0.773,0-1.368,0.273-1.786,0.82c-0.417,0.546-0.626,1.326-0.626,2.339s0.209,1.794,0.626,2.344
+ c0.418,0.55,1.013,0.824,1.786,0.824C313.611,440.728,314.205,440.453,314.619,439.903z"/>
+ <path class="st5" d="M332.524,432.526c0.433,0.173,0.826,0.477,1.178,0.909c0.284,0.353,0.476,0.785,0.575,1.299
+ c0.062,0.34,0.093,0.838,0.093,1.494l-0.019,6.373h-2.709v-6.438c0-0.384-0.062-0.699-0.186-0.946
+ c-0.235-0.47-0.668-0.705-1.299-0.705c-0.73,0-1.234,0.303-1.512,0.909c-0.143,0.321-0.213,0.708-0.213,1.159v6.021h-2.663v-6.021
+ c0-0.6-0.062-1.035-0.186-1.308c-0.223-0.488-0.659-0.733-1.308-0.733c-0.755,0-1.262,0.245-1.521,0.733
+ c-0.143,0.278-0.213,0.692-0.213,1.243v6.086h-2.681v-10.094h2.57v1.475c0.328-0.525,0.637-0.899,0.928-1.122
+ c0.513-0.396,1.178-0.594,1.995-0.594c0.773,0,1.397,0.17,1.874,0.511c0.383,0.314,0.674,0.72,0.872,1.215
+ c0.346-0.594,0.776-1.029,1.29-1.309c0.544-0.277,1.15-0.417,1.818-0.417C331.652,432.267,332.091,432.354,332.524,432.526z"/>
+ <path class="st5" d="M343.391,432.694c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C341.893,432.221,342.686,432.378,343.391,432.694z M339.436,434.979
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C340.335,434.4,339.809,434.593,339.436,434.979z"/>
+ <path class="st5" d="M356.762,436.683c-0.801,0.668-1.944,1.002-3.43,1.002h-2.847v4.917h-2.839v-13.675h5.872
+ c1.354,0,2.433,0.353,3.238,1.058c0.805,0.705,1.207,1.797,1.207,3.275C357.963,434.873,357.562,436.015,356.762,436.683z
+ M354.581,431.756c-0.362-0.303-0.869-0.454-1.521-0.454h-2.575v4.026h2.575c0.652,0,1.159-0.164,1.521-0.492
+ c0.362-0.327,0.543-0.847,0.543-1.559C355.124,432.566,354.943,432.06,354.581,431.756z"/>
+ <path class="st5" d="M364.046,436.451c0.492-0.062,0.844-0.14,1.056-0.232c0.38-0.161,0.57-0.411,0.57-0.752
+ c0-0.414-0.146-0.7-0.438-0.857c-0.292-0.158-0.719-0.236-1.283-0.236c-0.633,0-1.082,0.154-1.345,0.463
+ c-0.188,0.229-0.313,0.539-0.376,0.928h-2.551c0.056-0.884,0.304-1.61,0.746-2.18c0.702-0.891,1.907-1.336,3.615-1.336
+ c1.112,0,2.099,0.22,2.963,0.658c0.863,0.439,1.295,1.269,1.295,2.486v4.639c0,0.322,0.006,0.712,0.019,1.17
+ c0.019,0.346,0.071,0.581,0.158,0.705c0.086,0.123,0.216,0.226,0.39,0.306v0.39h-2.876c-0.081-0.204-0.136-0.396-0.167-0.575
+ c-0.031-0.18-0.056-0.384-0.074-0.612c-0.367,0.396-0.79,0.732-1.269,1.012c-0.572,0.327-1.219,0.491-1.941,0.491
+ c-0.921,0-1.681-0.262-2.282-0.784c-0.6-0.522-0.9-1.263-0.9-2.222c0-1.243,0.483-2.144,1.449-2.7
+ c0.529-0.303,1.309-0.52,2.336-0.648L364.046,436.451z M365.663,437.685c-0.169,0.105-0.34,0.19-0.513,0.255
+ c-0.172,0.065-0.409,0.125-0.71,0.182l-0.602,0.111c-0.564,0.099-0.969,0.219-1.215,0.361c-0.417,0.241-0.625,0.615-0.625,1.123
+ c0,0.451,0.127,0.777,0.381,0.979s0.564,0.301,0.928,0.301c0.578,0,1.11-0.166,1.597-0.5s0.739-0.943,0.758-1.828V437.685z"/>
+ <path class="st5" d="M375.61,432.48c0.643,0.266,1.161,0.754,1.557,1.465v-1.456h2.579v9.593c0,1.305-0.22,2.288-0.659,2.95
+ c-0.755,1.138-2.202,1.707-4.342,1.707c-1.293,0-2.347-0.254-3.164-0.761s-1.268-1.265-1.354-2.273h2.876
+ c0.074,0.31,0.195,0.532,0.362,0.668c0.284,0.242,0.764,0.362,1.438,0.362c0.952,0,1.589-0.318,1.911-0.956
+ c0.21-0.408,0.315-1.094,0.315-2.059v-0.65c-0.254,0.434-0.526,0.758-0.816,0.975c-0.526,0.402-1.209,0.604-2.05,0.604
+ c-1.299,0-2.336-0.456-3.113-1.369c-0.776-0.912-1.164-2.147-1.164-3.706c0-1.503,0.374-2.766,1.121-3.79
+ c0.748-1.023,1.807-1.535,3.178-1.535C374.792,432.248,375.233,432.325,375.61,432.48z M376.511,439.73
+ c0.425-0.467,0.638-1.211,0.638-2.231c0-0.959-0.202-1.688-0.605-2.189c-0.404-0.501-0.944-0.751-1.622-0.751
+ c-0.924,0-1.561,0.436-1.912,1.308c-0.185,0.464-0.277,1.036-0.277,1.716c0,0.588,0.099,1.11,0.295,1.568
+ c0.357,0.854,0.998,1.28,1.922,1.28C375.565,440.431,376.086,440.197,376.511,439.73z"/>
+ <path class="st5" d="M388.803,432.694c0.706,0.315,1.288,0.814,1.748,1.496c0.414,0.601,0.683,1.297,0.806,2.09
+ c0.071,0.465,0.1,1.134,0.087,2.007h-7.365c0.041,1.015,0.394,1.727,1.058,2.135c0.404,0.253,0.89,0.38,1.458,0.38
+ c0.603,0,1.092-0.154,1.468-0.464c0.205-0.167,0.387-0.398,0.544-0.695h2.699c-0.071,0.6-0.398,1.209-0.98,1.827
+ c-0.906,0.983-2.174,1.476-3.805,1.476c-1.346,0-2.533-0.415-3.562-1.245c-1.029-0.829-1.543-2.179-1.543-4.048
+ c0-1.752,0.464-3.096,1.393-4.03s2.134-1.401,3.616-1.401C387.305,432.221,388.098,432.378,388.803,432.694z M384.848,434.979
+ c-0.374,0.385-0.608,0.906-0.705,1.564h4.555c-0.048-0.701-0.283-1.234-0.705-1.598c-0.421-0.363-0.944-0.545-1.568-0.545
+ C385.748,434.4,385.222,434.593,384.848,434.979z"/>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_1_" width="1024" height="768"/>
+ </defs>
+ <clipPath id="SVGID_34_">
+ <use xlink:href="#SVGID_1_" style="overflow:visible;"/>
+ </clipPath>
+ <path class="st52" d="M558.433,113.633c60.002,55.896,120.004,111.793,180.006,167.689l1.098,1.023"/>
+ <polygon class="st7" points="733.94,286.152 748.098,290.321 742.938,276.494 "/>
+ <path class="st23" d="M494.402,113.882c-36.083,52.886-71.819,105.771-107.902,158.656l-1,1.461"/>
+ <polygon class="st20" points="380.894,269.041 378.906,283.665 391.797,276.48 "/>
+</g>
+</svg>