Replacing old version of comp index.
SPARQL Tutorial: Data Formats
A brief, text-based tutorial (with diagrams) to be read before using the Jena API to run SPARQL queries. It explains that the data to be [...]
RDFS Introduction
RDF Schema is the basic schema language commonly used in the Semantic Web technology stack. It is lightweight and relatively easy to use. In fact, [...]
OWL Reference for Humans
This lesson provides an introduction to the most useful stuff in OWL. It is not intended to be comprehensive, but it does contain quite a [...]
Simple SPARQL Tutorial: Using DISTINCT to Eliminate Duplicate Results
Tutorial showing how to modify a query to eliminate duplicate entries of instances of data (especially useful when querying multiple datasets).URL: https://www.youtube.com/watch?v=fcTVVuVKfaEKeywords: SPARQLAuthor: Sadawi, NoureddinDate [...]
Structured Data with Schema.org Codelab
This tutorial shows how to take a simple web page that contains a codelab and enhance it so that it contains structured data. It uses [...]
Exploring LOGD Metadata with SPARQL Queries
This tutorial shows how to use SPARQL queries to explore LOGD metadata to answer questions on the TWC LOGD Portal The following queries can be [...]
Module 1: Introduction and Application Scenarios
This module introduces the main principles of Linked Data, the underlying technologies and background standards. It provides basic knowledge for how data can be published [...]
Simple SPARQL Tutorial: Understanding Named Graphs
This tutorial explains how when uploading many RDF datasets using a tool such as Fuseki, they can be merged into one Default Graph. This also [...]
Simple SPARQL Tutorial: SPARQL Query … Multiple Conditions
Tutorial showing how to combine more than one condition within the WHERE clause of a SPARQL query.URL: https://www.youtube.com/watch?v=qtMMgSJmpc8Keywords: SPARQLAuthor: Sadawi, NoureddinDate created: 2014-03-03 07:00:00.000 Language: [...]
Simple SPARQL Tutorial: Apache Jena Fuseki Server (for Storing/Querying RDF data)
A tutorial showing how to download and use Fuseki, A SPARQL processor for Apache Jena. Similar topics continued on next video of series.URL: https://www.youtube.com/watch?v=5-UfFV5XmTIKeywords: Apache [...]