Replacing old version of comp index.
Simple SPARQL Tutorial: Sorting/Ordering Results .. Using ORDER BY, MIN & MAX
Tutorial explaining how the ORDER BY and MIN & MAX keywords allow one to order the results returned by a SPARQL query. Example uses the [...]
Retrieving And Using SKOS Taxonomy Data and More from DBpedia
This slide presentation was originally given at Taxonomy Boot Camp 2014. The author briefly explains what SKOS is and demonstrates how to use its properties [...]
RDFUnit: An RDF Unit-Testing Suite
RDFUnit is a test-driven, data-debugging framework that can run automatically and manually generated test cases against an endpoint. All test cases are executed as SPARQL [...]
Apache Jena Tutorial: Download and Setup Jena in Eclipse
This tutorial shows how to download and setup the Apache Jena API with Eclipse, so that the user can start developing Semantic Web applications using [...]
Simple SPARQL Tutorial: Querying public data sources (SPARQL Endpoints)
This tutorial explains what how to query publicly available datasets using SPARQL and DBpedia's SNORQL endpoint.URL: https://www.youtube.com/watch?v=GISGk2klQtQKeywords: SPARQL, DBpedia, SPARQL endpointAuthor: Sadawi, NoureddinDate created: 2014-03-03 [...]
Simple SPARQL Tutorial: SPARQL query … the OPTIONAL Graph Pattern
Tutorial showing how to modify a query to return instances of data that may or may not exist- the OPTIONAL Graph Pattern.URL: https://www.youtube.com/watch?v=Bu24sfQcyowKeywords: SPARQLAuthor: Sadawi, [...]
Linked Archival Metadata: A Guidebook (Version 0.99)
Linked Archival Metadata: A Guidebook provides archivists with an overview of the Linked Data landscape. It begins by defining basic concepts, such as the RDF [...]
RDF-101
RDF (Resource Description Framework) is the data model of the Semantic Web. . In this lesson you will learn: 1) What RDF is and how [...]
Learn RDF
This set of lessons is an introduction to RDF, the core data model of the Semantic Web and the foundation of all other Semantic Web [...]
Apache Jena Tutorial: Write Models in Different Formats with Jena (RDF,TURTLE,JSON)
This tutorial shows how to retrieve previously loaded data, which was written in RDF/XML format, and load it into a Jena object called a "model". [...]