RDF query language
An editor has nominated this article for deletion. You are welcome to participate in the deletion discussion, which will decide whether or not to retain it. |
An RDF query language is a computer language, specifically a query language for databases, able to retrieve and manipulate data stored in Resource Description Framework format.
SPARQL has emerged as the dominant de facto RDF query language, and in 2008 became a W3C recommendation.[1][2]
Query language properties
Properties relevant to RDF query language design include:[3]
- Support for the RDF data, which is a collection of triples that form the RDF graph
- Support of RDF semantics and inference that allows for entailment, or reasoning about the meaning of RDF graphs
- Schema data types, such as XML schema
- Expressivenss: how powerful are the queries that can be constructed.
- Closure: data operations on an RDF graph should result in another RDF graph
- Orthogonality: data operations are independent of the context of their usage
- Safety: every expression returns a finite set of results
Query language families
RDF query languages can be grouped into language families, each family comprising a set of closely related languages.[4]
The SPARQL family of languages includes SquishQL, RDQL, SPARQL, and TriQL.[4] These languages treat RDF data stores as triple stores that do not necessarily have ontology or schema information associated with them. Members of the SPARQL family are considered relational query languages because they have relational or pattern-based operations.[5] SquishQL was a language constructed to be easy to use and similar in structure to SQL. RDQL, an acronym for RDF Data Query Language, was a further development of SquishQL. RDQL was intended to be a simple low level RDF language and was at one point a candidate for W3C standardization.[6] SPARQL is an extension of RDQL that supports extraction of RDF subgraphs. In 2008, SPARQL 1.0 became a W3C recommendation[7] and SPARQL 1.1 became a W3C recommendation in 2013.[8]
The RQL family of languages includes RQL, SeRQL, and eRQL.[4] These langauges support querying of both data and schema. RQL, an acronym for RDF Query Language, is known for using types defined in RDFS schemas to query the schema class hierarchy and to support data querying by type. RQL is considered more expressive than the SPARQL family of languages, but has been criticized for too many features and unusual syntactic constructs. SeRQL and eRQL were developed as simplified alternatives to RQL.
There is a family of RDF query languages inspired by XML query technology.[4] XQuery for RDF uses the XML query language XQuery to query RDF data by serializing RDF into an XML format and then using XQuery on the result; this has been called the "syntactic web approach". TreeHugger and RDF Twig use XSLT to query RDF data. Versa by 4Suite is a query language that drew inspiration from XPath.
There exist RDF query languages based on other principles.[4] Metalog combines querying with reasoning and has an English like syntax. Algae is a query language developed by the W3C that adds reactive rules, also called actions, that determine for instance whether an Algae expression is a data query or a data update.
Other examples of RDF Query languages include RDFDBQL.[9]
Related languages
Other languages which can query RDF data include:
- DQL, XML-based, queries and results expressed in DAML+OIL
- XUL has a template element in which to declare rules for matching data in RDF. XUL uses RDF extensively for databinding.
- Adenine (programming language written in RDF).
Graph query languages, such as Cypher Query Language, GraphQL, and Gremlin query graph databases, of which RDF data stores are an example.
The Topic Map Query Language (TMQL)[10] is a query language for topic maps, a data representation similar to but more general than RDF.
References
- ^ Prud'hommeaux, Eric; Seaborne, Andy (15 January 2008). "SPARQL Query Language for RDF". W3C. World Wide Web Consortium.
- ^ Herman, Ivan (15 January 2008). "SPARQL is a Recommendation". Semantic Web Activity News. World Wide Web Consortium.
- ^ Haase, Peter; Broekstra, Jeen; Eberhart, Andreas; Volz, Raphael (7 November 2004). "A Comparison of RDF Query Languages". The Semantic Web – ISWC 2004. Springer Berlin Heidelberg: 502–517. doi:10.1007/978-3-540-30475-3_35.
- ^ a b c d e Bailey, James; Bry, François; Furche, Tim; Schaffert, Sebastian (1 January 2005). "Web and Semantic Web Query Languages: A Survey". Proceedings of the First International Conference on Reasoning Web. Springer-Verlag: 35–133. doi:10.1007/11526988_3. Retrieved 23 October 2016.
- ^ Furche, Tim; Linse, Benedikt; Bry, François; Plexousakis, Dimitris; Gottlob, Georg (1 January 2006). "RDF Querying: Language Constructs and Evaluation Methods Compared". Reasoning Web. Springer Berlin Heidelberg: 1–52. doi:10.1007/11837787_1. Retrieved 23 October 2016.
- ^ "RDQL - A Query Language for RDF". www.w3.org. W3C. Retrieved 23 October 2016.
- ^ "SPARQL is a Recommendation | Semantic Web Activity News". www.w3.org. Retrieved 23 October 2016.
- ^ "Eleven SPARQL 1.1 Specifications are W3C Recommendations | Semantic Web Activity News". www.w3.org. Retrieved 23 October 2016.
- ^ Fensel, Dieter; Sycara, Katia; Mylopoulus, John (2003). The Semantic Web - ISWC 2003. Springer. p. 89. Retrieved 21 October 2016.
{{cite book}}
: Invalid|ref=harv
(help) - ^ "Topic Map Query Language (TMQL)". www.isotopicmaps.org. Retrieved 23 October 2016.