Formulates advanced queries using subqueries. – Linked Data for Professional Education https://ld4pe.dublincore.org Learning resources tagged by competency Thu, 19 Nov 2020 14:45:03 +0000 en-US hourly 1 https://wordpress.org/?v=4.9.16 SPARQL FAQs https://ld4pe.dublincore.org/learning_resource/sparql-faqs/ Sat, 16 Jan 2016 13:43:29 +0000 https://ld4pe.dublincore.org/learning_resource/sparql-faqs/ This set of FAQs was written before SPARQL 1.1, making it obsolete for practical purposes. However, its treatment of topics such as how SPARQL deals with RDF Schema and OWL entailment regimes, sub-queries, and insert, update, and delete operations is informative in the sense that it explains the reasons why the changes made in SPARQL 1.1 were necessary.

URL: http://thefigtrees.net/lee/sw/sparql-faq#universal
Keywords: SPARQL, Triples, Graph
Author: Feigenbaum, Lee
Date created: 2008-02-08 05:00:00.000
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P20M
Educational audience: student

]]>
Learn About SPARQL 1.1 https://ld4pe.dublincore.org/learning_resource/learn-about-sparql-1-1/ Tue, 15 Sep 2015 02:33:10 +0000 https://ld4pe.dublincore.org/learning_resource/learn-about-sparql-1-1/ This S5 format slideshow details the changes made to the query language in SPARQL 1.1- it is not a basic introduction to SPARQL and assumes that the reader is already familiar with the basic functions of SPARQL 1.0.

URL: https://www.dajobe.org/talks/201105-sparql-11/
Keywords: Federated query, SPARQL
Author: Beckett, David
Date created: 2011-05-01 04:00:00.000
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P30M
Educational use: instruction
Educational audience: student
Interactivity type: expositive

]]>
SPARQL Beyond Subgraph Matching https://ld4pe.dublincore.org/learning_resource/sparql-beyond-subgraph-matching/ Tue, 15 Sep 2015 02:33:08 +0000 https://ld4pe.dublincore.org/learning_resource/sparql-beyond-subgraph-matching/ This paper describes the extension of the Semantic Web query language SPARQL by defining the semantics of SPARQL queries under the entailment regimes of RDF, RDFS, and OWL. It reviews the conditions that SPARQL
imposes on such extensions, discusses the practical difficulties of this task, and explicates the design choices underlying our proposals. In addition, it includes an overview of current implementations and their underlying techniques.

URL: https://www.cs.ox.ac.uk/files/3130/paper.pdf
Keywords: Basic Graph Pattern (BGP), SPARQL, RDF Schema, Web Ontology Language (OWL), Entailment Regimes
Author: Krötzsch, Markus
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P30M
Educational use: instruction
Educational audience: professional
Interactivity type: expositive

]]>
SPARQL 1.1 https://ld4pe.dublincore.org/learning_resource/sparql-1-1/ https://ld4pe.dublincore.org/learning_resource/sparql-1-1/#respond Thu, 13 Aug 2015 03:26:21 +0000 https://ld4pe.dublincore.org/learning_resource/sparql-1-1/ An overview of SPARQL including its history, and examples of queries with operators. Also includes brief discussion of Apache Jena (a Java Framework for Linked Data applications) and the Fuseki SPARQL server.

URL: http://www.slideshare.net/andyseaborne/sparql-11-update?next_slideshow=1
Keywords: Fuseki, Apache Jena, REST, SPARQL, Triple Store
Author: Seaborne, Andy
Publisher: Epimorphics LTD
Date created: 2013-03-05 07:00:00.000
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P10M
Educational audience: generalPublic
Interactivity type: expositive

]]>
https://ld4pe.dublincore.org/learning_resource/sparql-1-1/feed/ 0
Introduction to SPARQL https://ld4pe.dublincore.org/learning_resource/introduction-to-sparql/ https://ld4pe.dublincore.org/learning_resource/introduction-to-sparql/#respond Thu, 13 Aug 2015 03:26:20 +0000 https://ld4pe.dublincore.org/learning_resource/introduction-to-sparql/ A simple (yet thorough) introduction to SPARQL query language based on the W3C documentation. Focuses on aspects of the query language present in SPARQL 1.0 and does not include features added in SPARQL 1.1 Update.

URL: http://www.slideshare.net/szeke/introduction-to-sparql?next_slideshow=2
Keywords: SPARQL, Negation, BIND
Author: Szekely, Pedro
Date created: 2013-05-21 07:00:00.000
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P45M
Educational use: instruction
Educational audience: professional
Interactivity type: expositive

]]>
https://ld4pe.dublincore.org/learning_resource/introduction-to-sparql/feed/ 0
Simple SPARQL Tutorial: Assigning Values, String Functions .. more on Subqueries https://ld4pe.dublincore.org/learning_resource/simple-sparql-tutorial-assigning-values-string-functions-more-on-subqueries/ https://ld4pe.dublincore.org/learning_resource/simple-sparql-tutorial-assigning-values-string-functions-more-on-subqueries/#respond Thu, 13 Aug 2015 03:26:19 +0000 https://ld4pe.dublincore.org/learning_resource/simple-sparql-tutorial-2229-assigning-values-string-functions-more-on-subqueries/ Building on previous tutorials in the series, this tutorial quickly reviews how to bind properties to variables, then moves on to showing how string functions can be used to perform operations with values from the dataset.

URL: https://www.youtube.com/watch?v=jC8LIOjs-os
Keywords: SPARQL, BIND, SUBSTR
Author: Sadawi, Noureddin
Date created: 2014-03-03 07:00:00.000
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P15M

]]>
https://ld4pe.dublincore.org/learning_resource/simple-sparql-tutorial-assigning-values-string-functions-more-on-subqueries/feed/ 0
Simple SPARQL Tutorial: Subqueries (Queries Inside Queries) https://ld4pe.dublincore.org/learning_resource/simple-sparql-tutorial-subqueries-queries-inside-queries/ https://ld4pe.dublincore.org/learning_resource/simple-sparql-tutorial-subqueries-queries-inside-queries/#respond Thu, 13 Aug 2015 03:26:18 +0000 https://ld4pe.dublincore.org/learning_resource/simple-sparql-tutorial-2129-subqueries-queries-inside-queries/ Tutorial explaining how the it is possible to nest one query within another query in order to avoid the queries running independently (and thus returning multiple results of the same triples). Shows both the proper syntax for subqueries and explains the rationale (including how they differ from the use of UNION).

URL: https://www.youtube.com/watch?v=olnu2SwQn4U
Keywords: SPARQL
Author: Sadawi, Noureddin
Date created: 2014-03-03 07:00:00.000
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P15M

]]>
https://ld4pe.dublincore.org/learning_resource/simple-sparql-tutorial-subqueries-queries-inside-queries/feed/ 0