RDF and SPARQL Version 12 introduces experimental support for importing and exporting RDF (Resource Description Framework) data as well as executing SPARQL queries — both on in-memory data as well as on remote SPARQL endpoints (RDF graph databases). RDF is the standardized, graph-based data model of the semantic web and SPARQL its query and update language. RDF uses IRIs (Internationalized Resource Identifiers) to identify resources, properties and values to allow for unambiguous representation and integration of data from different sources. In addition to support for "query strings", Version 12 provides a symbolic representation of SPARQL that facilitates writing programs that generate or operate on SPARQL. Symbolic representation of RDF data. » Support for a variety of standardized RDF formats in Import and Export. » Query remote SPARQL endpoints. » Built-in SPARQL query evaluator. » Symbolic representation of the SPARQL query language. » Symbolic representation of the SPARQL update language. » Related Examples Query a SPARQL Endpoint » Represent and Export RDF Data » Query In-Memory RDF Data » Import RDF Data » Symbolic SPARQL » SPARQL Update » Request Linked Data from a Website » Standard Compliance: Run Tests » Convert Files between RDF Formats » RDF Export Option: Prefixes » Upgrade JSON to Linked Data » Symbolic SPARQL: Import and Export »