Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #145 from PDOK/#143
Browse files Browse the repository at this point in the history
Improved BPIL 2
  • Loading branch information
StanRonzhin authored Nov 30, 2018
2 parents 165f1c1 + d6a7d24 commit 3c26ca1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions public/markdown/BPIL2.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ and products you provide. But where to take such information. You can use the co
is available as RDF from the DBpedia project. Therefore, you ask your web developer to find and
publish such information.

In this assignment, students are asked to construct a semantic federated query against the DBpedia endpoint. First, students learn basics of SPARQL by querying their data.
In this assignment, students are asked to construct a semantic federated query against the DBpedia endpoint.
First, students learn basics of SPARQL by querying their data.
After that, they reprieve additional information from DBpedia related to their products and services.

### Required knowledge

1. The student knows the Linked Data principles and basic concepts such as triples and ontologies.
2. The student has accomplished the first LOD assignment
2. The student has accomplished the BPIL Assignment 1 : Explain Yourself.
3. The students have read the paper *“Auer, S., Bizer, C., Kobilarov, G., Lehmann, J., Cyganiak, R., & Ives, Z. (2007). Dbpedia: A nucleus for a web of open data. In The semantic web (pp. 722-735). Springer Berlin Heidelberg”*

### Goals
Expand All @@ -24,8 +25,8 @@ After that, they reprieve additional information from DBpedia related to their p

### Assignment steps

* **Construct a Query** that retrieves places of birth for all the people in the company
* **Construct a Query** that retrieves people leaving in a particular place
* **Construct a Query** that retrieves location of companies
* **Construct a Query** that retrieves a company in a particular place
* **Explore DBpedia** Web site to understand the structure of the DBpedia data.
* **Construct a federated query** against the DBpedia endpoint. The query should retrieve the name, description and coordinates of a place of birth for an employee of your company (or for all of them).
* **Construct a federated query** against the DBpedia endpoint. The query should retrieve the name, description and coordinates of places where companies are located.
* **Construct a federated query** against the DBpedia endpoint. The query should retrieve the name, description (or abstract) of a product/service your company provide, its picture and some information about it.

0 comments on commit 3c26ca1

Please sign in to comment.