Learning SPARQL by Bob DuCharme

Learning SPARQL by Bob DuCharme

Author:Bob DuCharme
Language: eng
Format: mobi, epub, pdf
Tags: COMPUTERS / Data Modeling & Design
Publisher: O'Reilly Media
Published: 2011-07-14T16:00:00+00:00


}

* * *

Tip

Like the triple patterns in a WHERE graph pattern and in Turtle data, the triples in a CONSTRUCT graph pattern can use semicolons and commas to be more concise.

* * *

The result of running the query has 14 triples about http://learningsparql.com/ns/data#HockingJoseph:

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

@prefix cat: <http://dbpedia.org/resource/Category:> .

@prefix d: <http://learningsparql.com/ns/data#> .

@prefix foaf: <http://xmlns.com/foaf/0.1/> .

@prefix owl: <http://www.w3.org/2002/07/owl#> .

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

@prefix gp: <http://www4.wiwiss.fu-berlin.de/gutendata/resource/people/> .



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.